Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/azure-cli/azure/cli/command_modules/network/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -4623,8 +4623,6 @@
helps['network public-ip create'] = """
type: command
short-summary: Create a public IP address.
long-summary: >
[Coming breaking change] In the coming release, the default behavior will be changed as follows when sku is Standard and zone is not provided: zones = [], which means the Standard Public IP has no zones. If you want to create a zone-redundant Public IP address, please specify all the zones in the region. For example, --zone 1 2 3.
examples:
- name: Create a basic public IP resource.
text: az network public-ip create -g MyResourceGroup -n MyIp
Expand Down Expand Up @@ -5419,6 +5417,8 @@
examples:
- name: Update a virtual network with the IP address of a DNS server.
text: az network vnet update -g MyResourceGroup -n MyVNet --dns-servers 10.2.0.8
- name: Update a virtual network to delete DNS server.
text: az network vnet update -g MyResourceGroup -n MyVNet --dns-servers ''
- name: Update a virtual network. (autogenerated)
text: |
az network vnet update --address-prefixes 40.1.0.0/24 --name MyVNet --resource-group MyResourceGroup
Expand Down