-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 #9575 from tanium/tanium-LogicAppIPAddressFix
Tanium IP Address Schema Fix
- Loading branch information
Showing
15 changed files
with
2,709 additions
and
3,513 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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": "Tanium Workbook", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Name for the workbook" | ||
} | ||
} | ||
} |
333 changes: 162 additions & 171 deletions
333
Solutions/Tanium/Playbooks/Tanium-Apply-SecurityPatches-WithReboot/azuredeploy.json
Large diffs are not rendered by default.
Oops, something went wrong.
364 changes: 190 additions & 174 deletions
364
Solutions/Tanium/Playbooks/Tanium-Apply-SecurityPatches-WithoutReboot/azuredeploy.json
Large diffs are not rendered by default.
Oops, something went wrong.
395 changes: 192 additions & 203 deletions
395
Solutions/Tanium/Playbooks/Tanium-ComplyFindings/azuredeploy.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+54.9 KB
(360%)
Solutions/Tanium/Playbooks/Tanium-ComplyFindings/images/Tanium-ComplyFindings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
253 changes: 98 additions & 155 deletions
253
Solutions/Tanium/Playbooks/Tanium-GeneralHostInfo/azuredeploy.json
Large diffs are not rendered by default.
Oops, something went wrong.
253 changes: 98 additions & 155 deletions
253
Solutions/Tanium/Playbooks/Tanium-MSDefenderHealth/azuredeploy.json
Large diffs are not rendered by default.
Oops, something went wrong.
225 changes: 72 additions & 153 deletions
225
Solutions/Tanium/Playbooks/Tanium-QuarantineHosts/azuredeploy.json
Large diffs are not rendered by default.
Oops, something went wrong.
253 changes: 98 additions & 155 deletions
253
Solutions/Tanium/Playbooks/Tanium-SCCMClientHealth/azuredeploy.json
Large diffs are not rendered by default.
Oops, something went wrong.
375 changes: 195 additions & 180 deletions
375
Solutions/Tanium/Playbooks/Tanium-SecurityPatches/azuredeploy.json
Large diffs are not rendered by default.
Oops, something went wrong.
225 changes: 72 additions & 153 deletions
225
Solutions/Tanium/Playbooks/Tanium-UnquarantineHosts/azuredeploy.json
Large diffs are not rendered by default.
Oops, something went wrong.
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