Skip to content

Commit 9f83afe

Browse files
YurongHeyuronhe
andauthored
Added licenseType and ServerlCal to licenseType (#20950)
* Added licenseType and ServerlCal * Changed the order Co-authored-by: yuronhe <[email protected]>
1 parent 338ccc7 commit 9f83afe

File tree

1 file changed

+5
-3
lines changed
  • specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview

1 file changed

+5
-3
lines changed

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,13 @@
119119
"type": "string",
120120
"description": "SQL Server license type.",
121121
"enum": [
122-
"Payg",
123-
"Paid",
122+
"Undefined",
124123
"Free",
125124
"HADR",
126-
"Undefined"
125+
"ServerCAL",
126+
"LicenseOnly",
127+
"PAYG",
128+
"Paid"
127129
],
128130
"x-ms-enum": {
129131
"name": "arcSqlServerLicenseType",

0 commit comments

Comments
 (0)