Skip to content

Commit 108908d

Browse files
author
SDKAuto
committed
CodeGen from PR 22799 in Azure/azure-rest-api-specs
Merge 25a6ac1bd3c32cc3c33291149edf6f08173de2a7 into 27db05be12c8863e7ac85218b84632b9ea539ae4
1 parent e263b7d commit 108908d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

schemas/2022-02-01/Microsoft.SqlVirtualMachine.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@
229229
{
230230
"type": "string",
231231
"enum": [
232-
"SYNCHRONOUS_COMMIT",
233-
"ASYNCHRONOUS_COMMIT"
232+
"Synchronous_Commit",
233+
"Asynchronous_Commit"
234234
]
235235
},
236236
{
@@ -244,8 +244,8 @@
244244
{
245245
"type": "string",
246246
"enum": [
247-
"AUTOMATIC",
248-
"MANUAL"
247+
"Automatic",
248+
"Manual"
249249
]
250250
},
251251
{
@@ -275,8 +275,8 @@
275275
{
276276
"type": "string",
277277
"enum": [
278-
"PRIMARY",
279-
"SECONDARY"
278+
"Primary",
279+
"Secondary"
280280
]
281281
},
282282
{

0 commit comments

Comments
 (0)