mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed typo
This commit is contained in:
@ -43,7 +43,7 @@ LOCATION="<your-azure-region>"
|
||||
# Create policy assignment
|
||||
az policy assignment create \
|
||||
--name "Paygo-SQLMI-Assign" \
|
||||
--policy "Paygo-SQLArc" \
|
||||
--policy "Paygo-SQLMI" \
|
||||
--scope "$SCOPE" \
|
||||
--params '{ "effect": { "value": "DeployIfNotExists" } }' \
|
||||
--mi-system-assigned \
|
||||
|
||||
Reference in New Issue
Block a user