@@ -418,7 +418,7 @@ def load_arguments(self, _):
418418 c .argument ('enable_syslog' , arg_type = get_three_state_flag ())
419419 c .argument ('data_collection_settings' )
420420 c .argument ('ampls_resource_id' , validator = validate_azuremonitor_privatelinkscope_resourceid )
421- c .argument ('enable_high_log_scale_mode' , arg_type = get_three_state_flag (), is_preview = True )
421+ c .argument ('enable_high_log_scale_mode' , arg_type = get_three_state_flag ())
422422 c .argument ('aci_subnet_name' )
423423 c .argument ('appgw_name' , arg_group = 'Application Gateway' )
424424 c .argument ('appgw_subnet_cidr' , arg_group = 'Application Gateway' )
@@ -714,7 +714,7 @@ def load_arguments(self, _):
714714 c .argument ('enable_syslog' , arg_type = get_three_state_flag ())
715715 c .argument ('data_collection_settings' )
716716 c .argument ('ampls_resource_id' , validator = validate_azuremonitor_privatelinkscope_resourceid )
717- c .argument ('enable_high_log_scale_mode' , arg_type = get_three_state_flag (), is_preview = True )
717+ c .argument ('enable_high_log_scale_mode' , arg_type = get_three_state_flag ())
718718
719719 with self .argument_context ('aks get-credentials' , resource_type = ResourceType .MGMT_CONTAINERSERVICE , operation_group = 'managed_clusters' ) as c :
720720 c .argument ('admin' , options_list = ['--admin' , '-a' ], default = False )
0 commit comments