Skip to content

Commit 8f0439d

Browse files
committed
pass hypevisor v2
1 parent ab79876 commit 8f0439d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Deploy-AD/azuredeploy-ad.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
},
440440
{
441441
"type": "Microsoft.Compute/virtualMachines",
442-
"apiVersion": "2018-10-01",
442+
"apiVersion": "2021-07-01",
443443
"name": "[variables('allEndpoints')[copyIndex('vmVMCopy')].vmName]",
444444
"location": "[parameters('location')]",
445445
"identity": "[variables('identity')]",
@@ -452,6 +452,7 @@
452452
"count": "[length(variables('allEndpoints'))]"
453453
},
454454
"properties": {
455+
"hyperVGeneration": "V2",
455456
"hardwareProfile": {
456457
"vmSize": "[variables('allEndpoints')[copyIndex('vmVMCopy')].vmSize]"
457458
},

0 commit comments

Comments
 (0)