1
0
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:
Alexander (Sasha) Nosov
2025-10-28 16:01:37 -07:00
parent e770da3fff
commit 8f91d85edf

View File

@ -18,7 +18,7 @@ Use the following command to create policy
#!/bin/bash
az policy definition create \
--name "Paygo-SQLArc" \
--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." \
--rules @rules.json \