Skip to content

Commit 0dce93e

Browse files
committed
almost
1 parent 1a83e5f commit 0dce93e

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
@@ -1459,6 +1459,9 @@ def common_set_up_virtual_machines_profile(self):
14591459
type=CONST_VIRTUAL_MACHINES,
14601460
count=None,
14611461
vm_size=None,
1462+
enable_auto_scaling=False,
1463+
min_count=None,
1464+
max_count=None,
14621465
virtual_machines_profile=self.models.VirtualMachinesProfile(
14631466
scale=self.models.ScaleProfile(
14641467
manual=[

0 commit comments

Comments
 (0)