Skip to content

Commit

Permalink
EOS for Intel Gen10 SKUs is supported with newer API version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharsonia committed Sep 20, 2024
1 parent 406a649 commit c23de53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lisa/sut_orchestrator/azure/arm_template.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ resource nodes_data_disks 'Microsoft.Compute/disks@2022-03-02' = [
}
]

resource nodes_vms 'Microsoft.Compute/virtualMachines@2022-08-01' = [for i in range(0, node_count): {
resource nodes_vms 'Microsoft.Compute/virtualMachines@2024-03-01' = [for i in range(0, node_count): {
name: nodes[i].name
location: nodes[i].location
tags: combined_vm_tags
Expand Down
2 changes: 1 addition & 1 deletion lisa/sut_orchestrator/azure/autogen_arm_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
"count": "[length(range(0, variables('node_count')))]"
},
"type": "Microsoft.Compute/virtualMachines",
"apiVersion": "2022-08-01",
"apiVersion": "2024-03-01",
"name": "[parameters('nodes')[range(0, variables('node_count'))[copyIndex()]].name]",
"location": "[parameters('nodes')[range(0, variables('node_count'))[copyIndex()]].location]",
"tags": "[variables('combined_vm_tags')]",
Expand Down

0 comments on commit c23de53

Please sign in to comment.