Skip to content

Commit 8f4abdd

Browse files
author
reneeli@microsoft.com
committed
tidy up
1 parent dd19f73 commit 8f4abdd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12219,7 +12219,6 @@ def test_vms_agentpool_type(self, resource_group, resource_group_location):
1221912219
self.check("agentPoolProfiles[0].vmSize", None),
1222012220
self.check("agentPoolProfiles[0].count", None),
1222112221
self.check("agentPoolProfiles[0].virtualMachinesProfile.scale.manual[0].size", "Standard_D4s_v3"),
12222-
# self.check("agentPoolProfiles[0].virtualMachinesProfile.scale.manual[0].sizes[1]", "Standard_D8s_v3"),
1222312222
self.check("agentPoolProfiles[0].virtualMachinesProfile.scale.manual[0].count", "2"),
1222412223
],
1222512224
)
@@ -12250,7 +12249,6 @@ def test_vms_agentpool_type(self, resource_group, resource_group_location):
1225012249
self.check("vmSize", None),
1225112250
self.check("count", None),
1225212251
self.check("virtualMachinesProfile.scale.manual[0].size", "Standard_D2s_v3"),
12253-
# self.check("virtualMachinesProfile.scale.manual[0].sizes[1]", "Standard_D8s_v3"),
1225412252
self.check("virtualMachinesProfile.scale.manual[0].count", "2"),
1225512253
],
1225612254
)
@@ -12280,7 +12278,6 @@ def test_vms_agentpool_type(self, resource_group, resource_group_location):
1228012278
self.check("vmSize", None),
1228112279
self.check("count", None),
1228212280
self.check("virtualMachinesProfile.scale.manual[1].size", "Standard_DS2_v2"),
12283-
# self.check("virtualMachinesProfile.scale.manual[1].sizes[1]", "Standard_DS2_v2"),
1228412281
self.check("virtualMachinesProfile.scale.manual[1].count", "2"),
1228512282
],
1228612283
)
@@ -12298,9 +12295,7 @@ def test_vms_agentpool_type(self, resource_group, resource_group_location):
1229812295
self.check("typePropertiesType", "VirtualMachines"),
1229912296
self.check("vmSize", None),
1230012297
self.check("count", None),
12301-
# self.check("virtualMachinesProfile.scale.manual[1].sizes[0]", "Standard_D2s_v3"),
1230212298
self.check("virtualMachinesProfile.scale.manual[1].size", "Standard_D8s_v3"),
12303-
# self.check("virtualMachinesProfile.scale.manual[1].sizes[2]", "Standard_DC2s_v3"),
1230412299
self.check("virtualMachinesProfile.scale.manual[1].count", "5"),
1230512300
],
1230612301
)

0 commit comments

Comments
 (0)