Skip to content

Commit 7b276f5

Browse files
author
msftbot[bot]
authored
[ReleasePR sqlvirtualmachine] [Hub Generated + S360] Review request for Microsoft.SqlVirtualMachine to add version preview/2022-07-01-preview (#2681)
Create to sync Azure/azure-rest-api-specs#21564 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/sqlvirtualmachine?expand=1)
2 parents 025cb02 + 25ec42a commit 7b276f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

schemas/2022-07-01-preview/Microsoft.SqlVirtualMachine.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,8 @@
12741274
"enableAutomaticUpgrade": {
12751275
"oneOf": [
12761276
{
1277-
"type": "boolean"
1277+
"type": "boolean",
1278+
"default": false
12781279
},
12791280
{
12801281
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -1298,7 +1299,8 @@
12981299
{
12991300
"type": "string",
13001301
"enum": [
1301-
"Enabled"
1302+
"Enabled",
1303+
"NotSet"
13021304
]
13031305
},
13041306
{

0 commit comments

Comments
 (0)