1
0
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:
Alexander (Sasha) Nosov
2025-10-28 15:58:39 -07:00
parent 6a180c6ac5
commit e770da3fff

View File

@ -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 \