Skip to content

Need to be able to create OS disk with property NVMe from BLOB using New-AzDiskConfig and New-AzDisk #28691

@dbarber0125

Description

@dbarber0125

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

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions