You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2021-09-01-preview/virtualMachines.json
+10-3
Original file line number
Diff line number
Diff line change
@@ -1208,7 +1208,8 @@
1208
1208
"type": "object",
1209
1209
"properties": {
1210
1210
"vmSize": {
1211
-
"type": "string"
1211
+
"type": "string",
1212
+
"default": "Default"
1212
1213
},
1213
1214
"processors": {
1214
1215
"type": "integer",
@@ -1383,13 +1384,15 @@
1383
1384
"type": "object",
1384
1385
"properties": {
1385
1386
"enableTPM": {
1386
-
"type": "boolean"
1387
+
"type": "boolean",
1388
+
"default": false
1387
1389
},
1388
1390
"uefiSettings": {
1389
1391
"type": "object",
1390
1392
"properties": {
1391
1393
"secureBootEnabled": {
1392
1394
"type": "boolean",
1395
+
"default": false,
1393
1396
"description": "Specifies whether secure boot should be enabled on the virtual machine."
1394
1397
}
1395
1398
}
@@ -1420,7 +1423,11 @@
1420
1423
"properties": {
1421
1424
"name": {
1422
1425
"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
+
]
1424
1431
}
1425
1432
},
1426
1433
"description": "Which Image to use for the virtual machine"
Copy file name to clipboardExpand all lines: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2022-12-15-preview/virtualMachines.json
+3-1
Original file line number
Diff line number
Diff line change
@@ -1414,13 +1414,15 @@
1414
1414
"type": "object",
1415
1415
"properties": {
1416
1416
"enableTPM": {
1417
-
"type": "boolean"
1417
+
"type": "boolean",
1418
+
"default": false
1418
1419
},
1419
1420
"uefiSettings": {
1420
1421
"type": "object",
1421
1422
"properties": {
1422
1423
"secureBootEnabled": {
1423
1424
"type": "boolean",
1425
+
"default": false,
1424
1426
"description": "Specifies whether secure boot should be enabled on the virtual machine."
0 commit comments