File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/aks-preview/azext_aks_preview Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments