We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d36b8 commit f4692eaCopy full SHA for f4692ea
src/aks-preview/azext_aks_preview/custom.py
@@ -4333,7 +4333,8 @@ def _aks_applicationloadbalancer_update(
4333
client,
4334
resource_group_name,
4335
name,
4336
- enable_application_load_balancer=None
+ enable_application_load_balancer=None,
4337
+ disable_application_load_balancer=None
4338
):
4339
from azure.cli.command_modules.acs._consts import DecoratorEarlyExitException
4340
from azext_aks_preview.managed_cluster_decorator import AKSPreviewManagedClusterUpdateDecorator
0 commit comments