From 6b67cd16e0209909b7229cd4c71ba189581629ae Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Mon, 18 Jul 2022 15:45:31 +0530 Subject: [PATCH] [AKS] Fix #2457: Clarify subnet id description to resource id (#23234) Fixes https://github.com/Azure/azure-cli-extensions/issues/2457 --- src/azure-cli/azure/cli/command_modules/acs/_help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/acs/_help.py b/src/azure-cli/azure/cli/command_modules/acs/_help.py index 57d8f1a5991..942a26db8e3 100644 --- a/src/azure-cli/azure/cli/command_modules/acs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/acs/_help.py @@ -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.