azure-xplat-cli
azure-xplat-cli copied to clipboard
[Missing feature] Update disk size
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
Is there any way to do this via the npm azure CLI in ASM mode?