-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9880 from Azure/v-sudkharat/Repackaging-Microsoft…
…-Defender-Threat-Intelligence Repackaging-Microsoft Defender Threat Intelligence
- Loading branch information
Showing
13 changed files
with
3,071 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3,238 changes: 3,017 additions & 221 deletions
3,238
Solutions/Microsoft Defender Threat Intelligence/Package/mainTemplate.json
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
Solutions/Microsoft Defender Threat Intelligence/Package/testParameters.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"location": { | ||
"type": "string", | ||
"minLength": 1, | ||
"defaultValue": "[resourceGroup().location]", | ||
"metadata": { | ||
"description": "Not used, but needed to pass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace" | ||
} | ||
}, | ||
"workspace-location": { | ||
"type": "string", | ||
"defaultValue": "", | ||
"metadata": { | ||
"description": "[concat('Region to deploy solution resources -- separate from location selection',parameters('location'))]" | ||
} | ||
}, | ||
"workspace": { | ||
"defaultValue": "", | ||
"type": "string", | ||
"metadata": { | ||
"description": "Workspace name for Log Analytics where Microsoft Sentinel is setup" | ||
} | ||
}, | ||
"workbook1-name": { | ||
"type": "string", | ||
"defaultValue": "Threat Intelligence", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Name for the workbook" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.