mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
14 lines
438 B
JSON
14 lines
438 B
JSON
{
|
|
"properties": {
|
|
"displayName": "Paygo-SQLArc (Windows only)",
|
|
"policyType": "Custom",
|
|
"mode": "Indexed",
|
|
"description": "Policy to replace all SQL Arc server that use License type = 'Paid' with License type = 'PAYG'. Treat License type = 'LicenseOnly' as compliant",
|
|
"metadata": {
|
|
"category": "SQLArc",
|
|
"version": "1.0.0"
|
|
},
|
|
"parameters": "./params.json",
|
|
"policyRule": "./rules.json"
|
|
}
|
|
} |