File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/azure-cli/azure/cli/command_modules/acr Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -433,11 +433,11 @@ def _helm_deprecate_message(self):
433433 g .command ('create' , 'acr_connected_registry_create' )
434434 g .command ('update' , 'acr_connected_registry_update' )
435435 g .generic_update_command ('update' ,
436- getter_name = 'acr_connected_registry_update_get' ,
437- setter_name = 'acr_connected_registry_update_set' ,
438- custom_func_name = 'acr_connected_registry_update' ,
439- custom_func_type = acr_connected_registry_util ,
440- client_factory = cf_acr_connected_registries )
436+ getter_name = 'acr_connected_registry_update_get' ,
437+ setter_name = 'acr_connected_registry_update_set' ,
438+ custom_func_name = 'acr_connected_registry_update' ,
439+ custom_func_type = acr_connected_registry_util ,
440+ client_factory = cf_acr_connected_registries )
441441 g .command ('delete' , 'acr_connected_registry_delete' )
442442 g .show_command ('show' , 'acr_connected_registry_show' )
443443 g .command ('deactivate' , 'acr_connected_registry_deactivate' )
You can’t perform that action at this time.
0 commit comments