Related command
AzDiskConfig and New-AzDisk
Is your feature request related to a problem? Please describe.
When copying an OS disk with NVMe to a different tenant, you need to use BLOBs. When creating the new disk from BLOB, you must be able to specify the property DiskControllerType=NVME. However, there is no parameter for this, neither in New-AzDiskConfig nor in New-AzDisk.
Describe the solution you'd like
The ask is to include this in commands. When using REST API, you do have this option.
Describe alternatives you've considered
Workarounds can be done but introduce unnecessary operational overhead.
Additional context
Azure/azure-powershell#24347
Related command
AzDiskConfig and New-AzDisk
Is your feature request related to a problem? Please describe.
When copying an OS disk with NVMe to a different tenant, you need to use BLOBs. When creating the new disk from BLOB, you must be able to specify the property DiskControllerType=NVME. However, there is no parameter for this, neither in New-AzDiskConfig nor in New-AzDisk.
Describe the solution you'd like
The ask is to include this in commands. When using REST API, you do have this option.
Describe alternatives you've considered
Workarounds can be done but introduce unnecessary operational overhead.
Additional context
Azure/azure-powershell#24347