Skip to content

Commit d236856

Browse files
committed
remove public preview
1 parent 549775f commit d236856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def load_command_table(self, _):
420420
g.show_command('show', 'show_encryption')
421421
g.command('rotate-key', "rotate_key")
422422

423-
with self.command_group('acr connected-registry', acr_connected_registry_util, is_preview=True) as g:
423+
with self.command_group('acr connected-registry', acr_connected_registry_util) as g:
424424
g.command('create', 'acr_connected_registry_create')
425425
g.command('delete', 'acr_connected_registry_delete')
426426
g.show_command('show', 'acr_connected_registry_show')

0 commit comments

Comments
 (0)