Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@
helps['network dns zone update'] = """
type: command
short-summary: Updates DNS zone properties. Does not modify DNS records within the zone.
parameters:
- name: --if-match
short-summary: Update only if the resource with the same ETAG exists.
"""
helps['network express-route'] = """
type: group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,4 @@ def completer(prefix, action, parsed_args, **kwargs): # pylint: disable=unused-a
register_cli_argument('network dns zone import', 'file_name', help='Path to the DNS zone file to import')
register_cli_argument('network dns zone export', 'file_name', help='Path to the DNS zone file to save')
register_cli_argument('network dns', 'location', help=argparse.SUPPRESS, default='global')
register_cli_argument('network dns zone update', 'if_none_match', ignore_type)