Skip to content

Commit 0e8b3ba

Browse files
Update src/aks-preview/azext_aks_preview/managed_cluster_decorator.py
Co-authored-by: Copilot <[email protected]>
1 parent ad4b754 commit 0e8b3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aks-preview/azext_aks_preview/managed_cluster_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6646,7 +6646,7 @@ def update_application_load_balancer_profile(self, mc: ManagedCluster) -> Manage
66466646
# get parameters from context
66476647
enable_application_load_balancer = self.context.get_enable_application_load_balancer()
66486648

6649-
# update ManagedCluster object with app routing settings
6649+
# update ManagedCluster object with application load balancer settings
66506650
mc.ingress_profile = (
66516651
mc.ingress_profile or
66526652
self.models.ManagedClusterIngressProfile() # pylint: disable=no-member

0 commit comments

Comments
 (0)