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
6 changes: 5 additions & 1 deletion src/azure-cli/azure/cli/command_modules/network/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@
- name: Add to the backend address pool by using backend server IP address.
text: |
az network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool \\
--add backendAddresses "{ \"ip_address\": \"{10.0.0.13}\" }"
--add backendAddresses ipAddress=10.0.0.4
- name: Remove an existing ip of the backend address pool("0" is the index).
text: |
az network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool \\
--remove backendAddresses 0
"""

helps['network application-gateway auth-cert'] = """
Expand Down