Skip to content

Commit

Permalink
[AKS] Fix #2457: Clarify subnet id description to resource id (#23234)
Browse files Browse the repository at this point in the history
  • Loading branch information
RakeshMohanMSFT committed Jul 18, 2022
1 parent a93bea6 commit 6b67cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azure-cli/azure/cli/command_modules/acs/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,10 +987,10 @@
short-summary: Public IP prefix ID used to assign public IPs to VMSS nodes.
- name: --vnet-subnet-id
type: string
short-summary: The ID of a subnet in an existing VNet into which to deploy the cluster.
short-summary: The Resource Id of a subnet in an existing VNet into which to deploy the cluster.
- name: --pod-subnet-id
type: string
short-summary: The ID of a subnet in an existing VNet into which to assign pods in the cluster (requires azure network-plugin).
short-summary: The Resource Id of a subnet in an existing VNet into which to assign pods in the cluster (requires azure network-plugin).
- name: --ppg
type: string
short-summary: The ID of a PPG.
Expand Down

0 comments on commit 6b67cd1

Please sign in to comment.