Skip to content

Commit

Permalink
Added licenseType and ServerlCal to licenseType (#20950)
Browse files Browse the repository at this point in the history
* Added licenseType and ServerlCal

* Changed the order

Co-authored-by: yuronhe <[email protected]>
  • Loading branch information
YurongHe and yuronhe authored Oct 1, 2022
1 parent 338ccc7 commit 9f83afe
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,13 @@
"type": "string",
"description": "SQL Server license type.",
"enum": [
"Payg",
"Paid",
"Undefined",
"Free",
"HADR",
"Undefined"
"ServerCAL",
"LicenseOnly",
"PAYG",
"Paid"
],
"x-ms-enum": {
"name": "arcSqlServerLicenseType",
Expand Down

0 comments on commit 9f83afe

Please sign in to comment.