You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/manage/azure-arc-enabled-sql-server/compliance/arc-sql-license-type-compliance/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# LicenceType-SQLArc
1
+
# LicenseType-SQLArc
2
2
3
3
This Azure Policy ensures that all SQL Arc servers have the required `LicenseType` value. Servers that do not match the required license type are marked as non-compliant. The remediation task sets `LicenseType` to the value specified by the `requiredLicenseType` parameter.
4
4
@@ -14,8 +14,8 @@ Use Azure CLI or PowerShell to create the policy definition.
Copy file name to clipboardExpand all lines: samples/manage/azure-arc-enabled-sql-server/compliance/arc-sql-license-type-compliance/policy.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"properties": {
3
-
"displayName": "LicenceType-SQLArc",
3
+
"displayName": "LicenseType-SQLArc",
4
4
"policyType": "Custom",
5
5
"mode": "Indexed",
6
6
"description": "Policy to ensure all SQL Arc servers have the required LicenseType. Servers that do not match are marked as non-compliant and remediated to the required license type.",
0 commit comments