@@ -434,7 +434,7 @@ def load_arguments(self, _):
434434 c .argument ('rotation_poll_interval' )
435435 c .argument ('enable_sgxquotehelper' , action = 'store_true' )
436436 c .argument ('enable_app_routing' , action = "store_true" )
437- c .argument ('enable_ai_toolchain_operator' , is_preview = True , action = 'store_true' )
437+ c .argument ('enable_ai_toolchain_operator' , action = 'store_true' )
438438 c .argument (
439439 "app_routing_default_nginx_controller" ,
440440 arg_type = get_enum_type (app_routing_nginx_configs ),
@@ -634,8 +634,8 @@ def load_arguments(self, _):
634634 # addons
635635 c .argument ('enable_secret_rotation' , action = 'store_true' )
636636 c .argument ('disable_secret_rotation' , action = 'store_true' , validator = validate_keyvault_secrets_provider_disable_and_enable_parameters )
637- c .argument ('enable_ai_toolchain_operator' , is_preview = True , action = 'store_true' )
638- c .argument ('disable_ai_toolchain_operator' , is_preview = True , action = 'store_true' )
637+ c .argument ('enable_ai_toolchain_operator' , action = 'store_true' )
638+ c .argument ('disable_ai_toolchain_operator' , action = 'store_true' )
639639 c .argument ('rotation_poll_interval' )
640640 c .argument ('enable_static_egress_gateway' , action = 'store_true' )
641641 c .argument ('disable_static_egress_gateway' , action = 'store_true' )
0 commit comments