We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41bbbd commit 450f751Copy full SHA for 450f751
1 file changed
src/azure-cli/azure/cli/command_modules/vm/_help.py
@@ -2124,7 +2124,7 @@
2124
crafted: true
2125
- name: Attach managed data disks of a given size to a scale set or its instances. (autogenerated)
2126
text: |
2127
- 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
2128
2129
"""
2130
0 commit comments