Azure / Azure/azure-powershell
[Feature]: Please add one field "WriteAcceleratorEnabled" into the Get-AzVM command output for data disk
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
when we run Get-AzVM, the output will just show "WriteAcceleratorEnabled" field for OS disk, but no for data disk. however, in the correspoding rest API, it will show "WriteAcceleratorEnabled" for data disks, thus, it is not convenient for our customers to query the "WriteAcceleratorEnabled" field in powershell command. we have to use rest api + powershell command which is not convenient.

### Proposed implementation details (optional)
Hope you could add "WriteAcceleratorEnabled" in the output for data disk also.
Contributor guide
Assessment
This issue has not been assessed yet.