From 07755c241ca571dc46a2f66f7c5b1ce74e9aba04 Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:42:52 +0530 Subject: [PATCH] {netapps} Fix #15209: Update the description of the vnet Fixes https://github.com/Azure/azure-cli/issues/15209 --- src/azure-cli/azure/cli/command_modules/netappfiles/_help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/netappfiles/_help.py b/src/azure-cli/azure/cli/command_modules/netappfiles/_help.py index 638567b97cc..aa678b08a0a 100644 --- a/src/azure-cli/azure/cli/command_modules/netappfiles/_help.py +++ b/src/azure-cli/azure/cli/command_modules/netappfiles/_help.py @@ -605,9 +605,9 @@ - name: --file-path short-summary: A 1-80 character long alphanumeric string value that identifies a unique file share or mount point in the target delegate subnet - name: --vnet - short-summary: The ARM Id or name of the vnet for the volume + short-summary: Name or Resource ID of the vnet. If you want to use a vnet in other resource group or subscription, please provide the Resource ID instead of the name of the vnet. - name: --subnet - short-summary: The ARM Id or name of the delegated subnet for the vnet. If omitted 'default' will be used + short-summary: The name of the subnet for the volume. - name: --protocol-types short-summary: Space separated list of protocols that the volume can use, available protocols are "NFSv4.1", "NFSv3", "CIFS" - name: --volume-type