Skip to content

Commit 4be26ba

Browse files
committed
Update
1 parent 767d62b commit 4be26ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ def test_update_agentpool_profile_preview_managed_system_mode(self):
267267
decorator.update_fips_image.assert_not_called()
268268
decorator.update_ssh_access.assert_not_called()
269269
decorator.update_localdns_profile.assert_not_called()
270+
decorator.update_auto_scaler_properties_vms.assert_not_called()
270271

271272
def test_update_agentpool_profile_preview_managed_system_mode_with_agentpools(self):
272273
"""Test update_agentpool_profile_preview with ManagedSystem mode and agentpools parameter."""
@@ -530,7 +531,7 @@ def test_update_agentpool_profile_preview_mixed_modes_scenario(self):
530531
update_methods = [
531532
'update_custom_ca_trust', 'update_network_profile', 'update_artifact_streaming',
532533
'update_secure_boot', 'update_vtpm', 'update_os_sku', 'update_fips_image',
533-
'update_ssh_access', 'update_localdns_profile'
534+
'update_ssh_access', 'update_localdns_profile', 'update_auto_scaler_properties_vms',
534535
]
535536

536537
for method_name in update_methods:

0 commit comments

Comments
 (0)