Skip to content

Commit

Permalink
chore: Update logAnalyticsWorkspace.json to use "default" name for on…
Browse files Browse the repository at this point in the history
…boarding Sentinel
  • Loading branch information
Springstone committed Aug 13, 2024
1 parent 3f369eb commit 14a8a0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion eslzArm/eslz-portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
{
"name": "enableSentinel",
"type": "Microsoft.Common.OptionsGroup",
"label": "Deploy Microsoft Sentinel and enable security monitoring for your platform and resources",
"label": "Deploy Microsoft Sentinel (configuration required to activate)",
"defaultValue": "Yes (recommended)",
"toolTip": "If 'Yes' is selected Sentinel will be enabled on the Log Analytics workspace. Note additional configuration is required to complete Sentinel onboarding.",
"constraints": {
Expand Down
6 changes: 0 additions & 6 deletions eslzArm/eslzArm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2573,9 +2573,6 @@
},
"retentionInDays": {
"value": "[parameters('retentionInDays')]"
},
"enableSentinel": {
"value": "[parameters('enableSentinel')]"
}
}
}
Expand Down Expand Up @@ -7591,9 +7588,6 @@
},
"retentionInDays": {
"value": "[parameters('retentionInDays')]"
},
"enableSentinel": {
"value": "[parameters('enableSentinel')]"
}
}
}
Expand Down

0 comments on commit 14a8a0b

Please sign in to comment.