Skip to content

Commit e2a2c16

Browse files
committed
enable params
1 parent 7ee983e commit e2a2c16

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/aks-preview/azext_aks_preview/_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,7 @@ def load_arguments(self, _):
782782
c.argument("enable_secret_rotation", action="store_true")
783783
c.argument("rotation_poll_interval")
784784
c.argument("enable_sgxquotehelper", action="store_true")
785+
c.argument("enable_application_load_balancer", action="store_true", is_preview=True)
785786
c.argument("enable_app_routing", action="store_true", is_preview=True)
786787
c.argument(
787788
"app_routing_default_nginx_controller",

src/aks-preview/azext_aks_preview/custom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ def aks_create(
10251025
enable_sgxquotehelper=False,
10261026
enable_secret_rotation=False,
10271027
rotation_poll_interval=None,
1028+
enable_application_load_balancer=False,
10281029
enable_app_routing=False,
10291030
app_routing_default_nginx_controller=None,
10301031
# nodepool paramerters

0 commit comments

Comments
 (0)