We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a180c6 commit e770da3Copy full SHA for e770da3
1 file changed
samples/manage/azure-hybrid-benefit/compliance/azure-sql-payg-compliance/sql-mi-payg-compliance/README.md
@@ -43,7 +43,7 @@ LOCATION="<your-azure-region>"
43
# Create policy assignment
44
az policy assignment create \
45
--name "Paygo-SQLMI-Assign" \
46
- --policy "Paygo-SQLArc" \
+ --policy "Paygo-SQLMI" \
47
--scope "$SCOPE" \
48
--params '{ "effect": { "value": "DeployIfNotExists" } }' \
49
--mi-system-assigned \
0 commit comments