From 5b3bbfba2ad76293e63f0e81c2766984e7ba5600 Mon Sep 17 00:00:00 2001 From: yuronhe Date: Thu, 22 Sep 2022 15:41:21 -0700 Subject: [PATCH] Add Payg to licenseType --- .../preview/2022-03-01-preview/sqlServerInstances.json | 1 + 1 file changed, 1 insertion(+) 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 6bb2fbe48a9b..a0e9b714da32 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,7 @@ "type": "string", "description": "SQL Server license type.", "enum": [ + "Payg", "Paid", "Free", "HADR",