Skip to content

Commit 8dd699d

Browse files
nairashuCopilot
andauthored
fix: Updating IP to upper case
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 74c260f commit 8dd699d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
short-summary: The ID of a subnet in an existing VNet into which to assign pods in the cluster (requires azure network-plugin).
293293
- name: --pod-ip-allocation-mode
294294
type: string
295-
short-summary: Set the ip allocation mode for how Pod IPs from the Azure Pod Subnet are allocated to the nodes in the AKS cluster. The choice is between dynamic batches of individual IPs or static allocation of a set of CIDR blocks. Accepted Values are "DynamicIndividual" or "StaticBlock".
295+
short-summary: Set the IP allocation mode for how Pod IPs from the Azure Pod Subnet are allocated to the nodes in the AKS cluster. The choice is between dynamic batches of individual IPs or static allocation of a set of CIDR blocks. Accepted Values are "DynamicIndividual" or "StaticBlock".
296296
long-summary: |
297297
Used together with the "azure" network plugin.
298298
Requires --pod-subnet-id.

0 commit comments

Comments
 (0)