Skip to content

Commit 6b67cd1

Browse files
[AKS] Fix #2457: Clarify subnet id description to resource id (#23234)
Fixes Azure/azure-cli-extensions#2457
1 parent a93bea6 commit 6b67cd1

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,10 @@
987987
short-summary: Public IP prefix ID used to assign public IPs to VMSS nodes.
988988
- name: --vnet-subnet-id
989989
type: string
990-
short-summary: The ID of a subnet in an existing VNet into which to deploy the cluster.
990+
short-summary: The Resource Id of a subnet in an existing VNet into which to deploy the cluster.
991991
- name: --pod-subnet-id
992992
type: string
993-
short-summary: The ID of a subnet in an existing VNet into which to assign pods in the cluster (requires azure network-plugin).
993+
short-summary: The Resource Id of a subnet in an existing VNet into which to assign pods in the cluster (requires azure network-plugin).
994994
- name: --ppg
995995
type: string
996996
short-summary: The ID of a PPG.

0 commit comments

Comments
 (0)