Skip to content

Commit

Permalink
{Compute} Update help of az vmss disk attach (#12677)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwordy authored Mar 20, 2020
1 parent c41bbbd commit 450f751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/vm/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down

0 comments on commit 450f751

Please sign in to comment.