mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed typos
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ Use the following command to create policy
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
az policy definition create \
|
az policy definition create \
|
||||||
--name "Paygo-SQLArc" \
|
--name "Paygo-SQLMI" \
|
||||||
--display-name "Paygo-SQLMI" \
|
--display-name "Paygo-SQLMI" \
|
||||||
--description "This Azure Policy ensures that all SQL Managed Instance resources using LicenseType = BasePrice are marked as non-compliant. The remediation task sets LicenseType = LicenseIncluded." \
|
--description "This Azure Policy ensures that all SQL Managed Instance resources using LicenseType = BasePrice are marked as non-compliant. The remediation task sets LicenseType = LicenseIncluded." \
|
||||||
--rules @rules.json \
|
--rules @rules.json \
|
||||||
|
|||||||
Reference in New Issue
Block a user