File tree Expand file tree Collapse file tree
src/azure-cli/azure/cli/command_modules/acr Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,8 +299,9 @@ def load_arguments(self, _): # pylint: disable=too-many-statements
299299 c .argument ('replication_name' , help = 'The name of the replication. Default to the location name.' , completer = None )
300300
301301 for scope in ['acr replication create' , 'acr replication update' ]:
302- help_str = "Allow routing to this replication via the global endpoint. Requests will not be routed to a" \
303- " disabled replication. Data syncing will continue regardless of the routing status."
302+ help_str = "Allow routing to this replication via the registry global endpoint. If disabled, requests" \
303+ " to the global endpoint will not be routed to the replica. Data syncing to the replica" \
304+ " will continue regardless of the global endpoint routing status."
304305 help_str += ' Default: true.' if 'create' in scope else '' # suffix help with default if command is for create
305306
306307 with self .argument_context (scope ) as c :
You can’t perform that action at this time.
0 commit comments