Skip to content

Commit 7505912

Browse files
committed
chore: remove acr trusted service preview flag
1 parent 4108043 commit 7505912

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/acr

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def load_arguments(self, _): # pylint: disable=too-many-statements
113113
c.argument('default_action', arg_type=get_enum_type(DefaultAction),
114114
help='Default action to apply when no rule matches. Only applicable to Premium SKU.')
115115
c.argument('public_network_enabled', get_three_state_flag(), help="Allow public network access for the container registry.{suffix}".format(suffix=default_allow_suffix))
116-
c.argument('allow_trusted_services', get_three_state_flag(), is_preview=True, help="Allow trusted Azure Services to access network restricted registries. For more information, please visit https://aka.ms/acr/trusted-services.{suffix}".format(suffix=default_allow_suffix))
116+
c.argument('allow_trusted_services', get_three_state_flag(), help="Allow trusted Azure Services to access network restricted registries. For more information, please visit https://aka.ms/acr/trusted-services.{suffix}".format(suffix=default_allow_suffix))
117117

118118
for scope in ['acr create', 'acr update']:
119119
with self.argument_context(scope, arg_group="Permissions and Role Assignment") as c:

0 commit comments

Comments
 (0)