From a7f6e93597f333978e1bd0ac6c87c27b836ef2d5 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 30 Sep 2022 15:25:15 +0000 Subject: [PATCH] CodeGen from PR 20950 in Azure/azure-rest-api-specs Merge 6f9a1852d8c658f67a8563fa457cce6c29de945d into 812592d05854e761c71f3ba67227e66175d6e7a9 --- schemas/2022-03-01-preview/Microsoft.AzureArcData.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/schemas/2022-03-01-preview/Microsoft.AzureArcData.json b/schemas/2022-03-01-preview/Microsoft.AzureArcData.json index 8de966c89e..16ba8b6d77 100644 --- a/schemas/2022-03-01-preview/Microsoft.AzureArcData.json +++ b/schemas/2022-03-01-preview/Microsoft.AzureArcData.json @@ -1403,10 +1403,13 @@ { "type": "string", "enum": [ - "Paid", + "Undefined", "Free", "HADR", - "Undefined" + "ServerCAL", + "LicenseOnly", + "PAYG", + "Paid" ] }, {