azure-xplat-cli icon indicating copy to clipboard operation
azure-xplat-cli copied to clipboard

[Missing feature] Update disk size

Open singhkays opened this issue 8 years ago • 1 comments

CLI Version: 0.10.7 OS Type: Ubuntu Installation via: npm

Mode: ASM

Environment: AzureCloud

Description: azure vm disk update doesn't allow updating the disk (not Data Disk) size. PowerShell equivalent of this feature is below

Update-AzureDisk -DiskName $diskName -ResizedSizeInGB $newSize -Label $diskName 

singhkays avatar Dec 06 '16 18:12 singhkays

Is there any way to do this via the npm azure CLI in ASM mode?

ckcollab avatar Feb 15 '17 22:02 ckcollab