Skip to content

Commit 06ed91d

Browse files
{AKS} az aks update update help doc for outbound ip count in aks subcommand (#22011)
Signed-off-by: MartinForReal <fanshangxiang@gmail.com>
1 parent c2bffb8 commit 06ed91d

File tree

1 file changed

+3
-3
lines changed
  • src/azure-cli/azure/cli/command_modules/acs

1 file changed

+3
-3
lines changed

src/azure-cli/azure/cli/command_modules/acs/_help.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,15 +613,15 @@
613613
- name: --load-balancer-managed-outbound-ip-count
614614
type: int
615615
short-summary: Load balancer managed outbound IP count.
616-
long-summary: Desired number of managed outbound IPs for load balancer outbound connection. Valid for Standard SKU load balancer cluster only. If updated, it will wipe off the existing setting on Load balancer managed outbound IP count; Load balancer outbound IP resource IDs and Load balancer outbound IP prefix resource IDs.
616+
long-summary: Desired number of managed outbound IPs for load balancer outbound connection. Valid for Standard SKU load balancer cluster only. --load-balancer-managed-outbound-ip-count, --load-balancer-outbound-ips and --load-balancer-outbound-ip-prefixes are mutually exclusive. If updated, it will wipe off the existing setting on Load balancer outbound IP resource IDs and Load balancer outbound IP prefix resource IDs. If the new value is greater than the original value, new additional outbound IPs will be created. If the value is less than the original value, existing outbound IPs will be deleted and outbound connections may fail due to configuration update.
617617
- name: --load-balancer-outbound-ips
618618
type: string
619619
short-summary: Load balancer outbound IP resource IDs.
620-
long-summary: Comma-separated public IP resource IDs for load balancer outbound connection. Valid for Standard SKU load balancer cluster only. If updated, it will wipe off the existing setting on Load balancer managed outbound IP count; Load balancer outbound IP resource IDs and Load balancer outbound IP prefix resource IDs.
620+
long-summary: Comma-separated public IP resource IDs for load balancer outbound connection. Valid for Standard SKU load balancer cluster only. --load-balancer-managed-outbound-ip-count, --load-balancer-outbound-ips and --load-balancer-outbound-ip-prefixes are mutually exclusive. If updated, it will wipe off the existing setting on Load balancer managed outbound IP count and Load balancer outbound IP prefix resource IDs.
621621
- name: --load-balancer-outbound-ip-prefixes
622622
type: string
623623
short-summary: Load balancer outbound IP prefix resource IDs.
624-
long-summary: Comma-separated public IP prefix resource IDs for load balancer outbound connection. Valid for Standard SKU load balancer cluster only. If updated, it will wipe off the existing setting on Load balancer managed outbound IP count; Load balancer outbound IP resource IDs and Load balancer outbound IP prefix resource IDs.
624+
long-summary: Comma-separated public IP prefix resource IDs for load balancer outbound connection. Valid for Standard SKU load balancer cluster only. --load-balancer-managed-outbound-ip-count, --load-balancer-outbound-ips and --load-balancer-outbound-ip-prefixes are mutually exclusive. If updated, it will wipe off the existing setting on Load balancer managed outbound IP count and Load balancer outbound IP resource IDs.
625625
- name: --load-balancer-outbound-ports
626626
type: int
627627
short-summary: Load balancer outbound allocated ports.

0 commit comments

Comments
 (0)