From d2368561f4a291db5e0cedb447632513b9c45e80 Mon Sep 17 00:00:00 2001 From: trisavo-msft <141691062+trisavo-msft@users.noreply.github.com> Date: Wed, 14 May 2025 17:35:29 -0500 Subject: [PATCH] remove public preview --- src/azure-cli/azure/cli/command_modules/acr/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/acr/commands.py b/src/azure-cli/azure/cli/command_modules/acr/commands.py index bd66309a43c..d763d5b004b 100644 --- a/src/azure-cli/azure/cli/command_modules/acr/commands.py +++ b/src/azure-cli/azure/cli/command_modules/acr/commands.py @@ -420,7 +420,7 @@ def load_command_table(self, _): g.show_command('show', 'show_encryption') g.command('rotate-key', "rotate_key") - 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: g.command('create', 'acr_connected_registry_create') g.command('delete', 'acr_connected_registry_delete') g.show_command('show', 'acr_connected_registry_show')