Skip to content

Commit 00f5a84

Browse files
authored
test: Made availability profile vmss in order to not skip test in e2e suite (#678)
1 parent 7aad2e4 commit 00f5a84

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

test/e2e/kubernetes/cniWindows1809.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@
3232
"name": "windowspool2",
3333
"count": 2,
3434
"vmSize": "Standard_D2_v2",
35-
"availabilityProfile": "AvailabilitySet",
36-
"osType": "Windows",
37-
"extensions": [{
38-
"name": "windows-patches"
39-
}]
35+
"availabilityProfile": "VirtualMachineScaleSets",
36+
"osType": "Windows"
4037
}],
4138
"windowsProfile": {
4239
"adminUsername": "azureuser",

test/e2e/kubernetes/cniWindows1903.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@
3232
"name": "windowspool2",
3333
"count": 2,
3434
"vmSize": "Standard_D2_v2",
35-
"availabilityProfile": "AvailabilitySet",
36-
"osType": "Windows",
37-
"extensions": [{
38-
"name": "windows-patches"
39-
}]
35+
"availabilityProfile": "VirtualMachineScaleSets",
36+
"osType": "Windows"
4037
}],
4138
"windowsProfile": {
4239
"adminUsername": "azureuser",

0 commit comments

Comments
 (0)