Skip to content

Commit f4692ea

Browse files
Update src/aks-preview/azext_aks_preview/custom.py
Co-authored-by: Copilot <[email protected]>
1 parent b5d36b8 commit f4692ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aks-preview/azext_aks_preview/custom.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4333,7 +4333,8 @@ def _aks_applicationloadbalancer_update(
43334333
client,
43344334
resource_group_name,
43354335
name,
4336-
enable_application_load_balancer=None
4336+
enable_application_load_balancer=None,
4337+
disable_application_load_balancer=None
43374338
):
43384339
from azure.cli.command_modules.acs._consts import DecoratorEarlyExitException
43394340
from azext_aks_preview.managed_cluster_decorator import AKSPreviewManagedClusterUpdateDecorator

0 commit comments

Comments
 (0)