Skip to content

Commit a95ee2a

Browse files
pathuang-siaPatricia Huang
authored andcommitted
Co-authored-by: Patricia Huang <pathuang@pathuang-dev>
1 parent 998eac3 commit a95ee2a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2021-09-01-preview/virtualMachines.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,8 @@
12081208
"type": "object",
12091209
"properties": {
12101210
"vmSize": {
1211-
"type": "string"
1211+
"type": "string",
1212+
"default": "Default"
12121213
},
12131214
"processors": {
12141215
"type": "integer",
@@ -1383,13 +1384,15 @@
13831384
"type": "object",
13841385
"properties": {
13851386
"enableTPM": {
1386-
"type": "boolean"
1387+
"type": "boolean",
1388+
"default": false
13871389
},
13881390
"uefiSettings": {
13891391
"type": "object",
13901392
"properties": {
13911393
"secureBootEnabled": {
13921394
"type": "boolean",
1395+
"default": false,
13931396
"description": "Specifies whether secure boot should be enabled on the virtual machine."
13941397
}
13951398
}
@@ -1420,7 +1423,11 @@
14201423
"properties": {
14211424
"name": {
14221425
"type": "string",
1423-
"description": "Name - Name of the image"
1426+
"description": "Name - Name of the image",
1427+
"x-ms-mutability": [
1428+
"create",
1429+
"read"
1430+
]
14241431
}
14251432
},
14261433
"description": "Which Image to use for the virtual machine"

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2022-12-15-preview/virtualMachines.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1414,13 +1414,15 @@
14141414
"type": "object",
14151415
"properties": {
14161416
"enableTPM": {
1417-
"type": "boolean"
1417+
"type": "boolean",
1418+
"default": false
14181419
},
14191420
"uefiSettings": {
14201421
"type": "object",
14211422
"properties": {
14221423
"secureBootEnabled": {
14231424
"type": "boolean",
1425+
"default": false,
14241426
"description": "Specifies whether secure boot should be enabled on the virtual machine."
14251427
}
14261428
}

0 commit comments

Comments
 (0)