Skip to content

Commit 229a9cf

Browse files
committed
Connected registry repo command is removed
1 parent a11104e commit 229a9cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/azure-cli/azure/cli/command_modules/acr/commands.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,6 @@ def _helm_deprecate_message(self):
443443
table_transformer=connected_registry_list_output_format)
444444
g.command('list-client-tokens', 'acr_connected_registry_list_client_tokens',
445445
table_transformer=token_output_format)
446-
g.command('repo', 'acr_connected_registry_permissions_update',
447-
deprecate_info=self.deprecate(redirect='permissions update', hide=True))
448446

449447
def _metadata_deprecate_message(self):
450448
msg = "This {} has been deprecated and will be removed in future release.".format(self.object_type)

0 commit comments

Comments
 (0)