We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549775f commit d236856Copy full SHA for d236856
src/azure-cli/azure/cli/command_modules/acr/commands.py
@@ -420,7 +420,7 @@ def load_command_table(self, _):
420
g.show_command('show', 'show_encryption')
421
g.command('rotate-key', "rotate_key")
422
423
- with self.command_group('acr connected-registry', acr_connected_registry_util, is_preview=True) as g:
+ with self.command_group('acr connected-registry', acr_connected_registry_util) as g:
424
g.command('create', 'acr_connected_registry_create')
425
g.command('delete', 'acr_connected_registry_delete')
426
g.show_command('show', 'acr_connected_registry_show')
0 commit comments