Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1843,7 +1843,7 @@
text: az vm unmanaged-disk attach -g MyResourceGroup --vm-name MyVm --new
- name: Attach an existing data disk to a VM as unmanaged.
text: >
az vm unmanaged-disk attach -g MyResourceGroup --vm-name MyVm \\
az vm unmanaged-disk attach -g MyResourceGroup --vm-name MyVm --name MyDataDisk \\
--vhd-uri https://mystorage.blob.core.windows.net/vhds/d1.vhd
- name: Attach an unmanaged persistent disk to a VM. (autogenerated)
text: az vm unmanaged-disk attach --name MyDataDisk --new --resource-group MyResourceGroup --size-gb 50 --vm-name MyVm
Expand Down