From f40aaaca90e4b8c2263cda5c8e12a5cd8ddb5f36 Mon Sep 17 00:00:00 2001 From: yuronhe Date: Thu, 29 Sep 2022 21:20:09 -0700 Subject: [PATCH 1/2] Added licenseType and ServerlCal --- .../preview/2022-03-01-preview/sqlServerInstances.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json b/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json index a0e9b714da32..78978a016725 100644 --- a/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json +++ b/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json @@ -119,6 +119,8 @@ "type": "string", "description": "SQL Server license type.", "enum": [ + "LicenseOnly", + "ServerCal", "Payg", "Paid", "Free", From 6f9a1852d8c658f67a8563fa457cce6c29de945d Mon Sep 17 00:00:00 2001 From: yuronhe Date: Fri, 30 Sep 2022 08:19:03 -0700 Subject: [PATCH 2/2] Changed the order --- .../preview/2022-03-01-preview/sqlServerInstances.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json b/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json index 78978a016725..6f21dbe5354b 100644 --- a/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json +++ b/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json @@ -119,13 +119,13 @@ "type": "string", "description": "SQL Server license type.", "enum": [ - "LicenseOnly", - "ServerCal", - "Payg", - "Paid", + "Undefined", "Free", "HADR", - "Undefined" + "ServerCAL", + "LicenseOnly", + "PAYG", + "Paid" ], "x-ms-enum": { "name": "arcSqlServerLicenseType",