@@ -324,8 +324,8 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
324324 c .argument ('account_name' , acct_name_type , options_list = ['--name' , '-n' ], local_context_attribute = None )
325325
326326 with self .argument_context ('storage account create' , resource_type = ResourceType .MGMT_STORAGE ) as c :
327- t_account_type , t_sku_name , t_kind , t_tls_version , t_dns_endpoint_type , t_zone_placement_policy = \
328- self .get_models ('AccountType' , 'SkuName' , 'Kind' , 'MinimumTlsVersion' , ' DnsEndpointType' ,
327+ t_account_type , t_sku_name , t_kind , t_dns_endpoint_type , t_zone_placement_policy = \
328+ self .get_models ('AccountType' , 'SkuName' , 'Kind' , 'DnsEndpointType' ,
329329 'ZonePlacementPolicy' ,
330330 resource_type = ResourceType .MGMT_STORAGE )
331331 t_identity_type = self .get_models ('IdentityType' , resource_type = ResourceType .MGMT_STORAGE )
@@ -467,7 +467,6 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
467467 c .argument ('description' , help = 'Comments for {} operation.' .format (item ))
468468
469469 with self .argument_context ('storage account update' , resource_type = ResourceType .MGMT_STORAGE ) as c :
470- t_tls_version = self .get_models ('MinimumTlsVersion' , resource_type = ResourceType .MGMT_STORAGE )
471470 t_identity_type = self .get_models ('IdentityType' , resource_type = ResourceType .MGMT_STORAGE )
472471 c .register_common_storage_account_options ()
473472 c .argument ('sku' , arg_type = get_enum_type (t_sku_name ),
0 commit comments