Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/acr/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def load_arguments(self, _): # pylint: disable=too-many-statements
with self.argument_context('acr network-rule') as c:
c.argument('subnet', help='Name or ID of subnet. If name is supplied, `--vnet-name` must be supplied.', deprecate_info=c.deprecate(hide=True))
c.argument('vnet_name', help='Name of a virtual network.', deprecate_info=c.deprecate(hide=True))
c.argument('ip_address', help='IPv4 address or CIDR range.')
c.argument('ip_address', help='IPv4/IPv6 address or CIDR range.')

with self.argument_context('acr check-health') as c:
c.argument('ignore_errors', options_list=['--ignore-errors'], help='Provide all health checks, even if errors are found', action='store_true', required=False)
Expand Down
Loading