We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11104e commit 229a9cfCopy full SHA for 229a9cf
src/azure-cli/azure/cli/command_modules/acr/commands.py
@@ -443,8 +443,6 @@ def _helm_deprecate_message(self):
443
table_transformer=connected_registry_list_output_format)
444
g.command('list-client-tokens', 'acr_connected_registry_list_client_tokens',
445
table_transformer=token_output_format)
446
- g.command('repo', 'acr_connected_registry_permissions_update',
447
- deprecate_info=self.deprecate(redirect='permissions update', hide=True))
448
449
def _metadata_deprecate_message(self):
450
msg = "This {} has been deprecated and will be removed in future release.".format(self.object_type)
0 commit comments