Need to be able to create OS disk with property NVMe from BLOB using New-AzDiskConfig and New-AzDisk
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**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**
https://github.com/Azure/azure-powershell/issues/24347
Contributor guide
Assessment
This issue has not been assessed yet.