From 076c0620d16ca4833669afea50c369d41dc69820 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 1 Mar 2023 06:15:08 +0000 Subject: [PATCH] CodeGen from PR 22799 in Azure/azure-rest-api-specs Merge c6cfcca472a62d030b068143dd2cb613a5db4b52 into aa85f59e259c4b12197b57b221067c40fa2fe3f1 --- .../Microsoft.SqlVirtualMachine.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json b/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json index a202f743d7..538b8964e0 100644 --- a/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json +++ b/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json @@ -229,8 +229,8 @@ { "type": "string", "enum": [ - "SYNCHRONOUS_COMMIT", - "ASYNCHRONOUS_COMMIT" + "Synchronous_Commit", + "Asynchronous_Commit" ] }, { @@ -244,8 +244,8 @@ { "type": "string", "enum": [ - "AUTOMATIC", - "MANUAL" + "Automatic", + "Manual" ] }, { @@ -259,9 +259,9 @@ { "type": "string", "enum": [ - "NO", - "ALL", - "READ_ONLY" + "No", + "All", + "Read_Only" ] }, { @@ -275,8 +275,8 @@ { "type": "string", "enum": [ - "PRIMARY", - "SECONDARY" + "Primary", + "Secondary" ] }, {