Skip to content

Commit 0870def

Browse files
committed
almost
1 parent 3bfaeea commit 0870def

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,9 @@ def common_set_up_virtual_machines_profile(self):
14551455
type=CONST_VIRTUAL_MACHINES,
14561456
count=None,
14571457
vm_size=None,
1458+
enable_auto_scaling=False,
1459+
min_count=None,
1460+
max_count=None,
14581461
virtual_machines_profile=self.models.VirtualMachinesProfile(
14591462
scale=self.models.ScaleProfile(
14601463
manual=[

0 commit comments

Comments
 (0)