From a4bc45c41f4e3d4bd320c1501882786b07735efa Mon Sep 17 00:00:00 2001 From: Feiyue Yu Date: Fri, 20 Mar 2020 10:36:30 +0800 Subject: [PATCH] {Compute} Update help of az vmss disk attach --- src/azure-cli/azure/cli/command_modules/vm/_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/vm/_help.py b/src/azure-cli/azure/cli/command_modules/vm/_help.py index 5b2fa99e31c..050388344ba 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/_help.py +++ b/src/azure-cli/azure/cli/command_modules/vm/_help.py @@ -2124,7 +2124,7 @@ crafted: true - name: Attach managed data disks of a given size to a scale set or its instances. (autogenerated) text: | - az vmss disk attach --name MyVmss --resource-group MyResourceGroup --size-gb 50 + az vmss disk attach --vmss-name MyVmss --resource-group MyResourceGroup --size-gb 50 crafted: true """