Add WriteAccelerator to CachingTypes #39243
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Is your feature request related to a problem? Please describe.
The CachingTypes are lacking the Write Accelerator in azure.mgmt.compute Model.
Describe the solution you'd like
To have the Write Accelerator added as CachingType, so it can be added/used in Ansible as well when creating/modifying a manageddisk.
Describe alternatives you've considered
None, as it would mean to change the Ansible Module to work directly with CLI commands instead of the Python SDK, which we all know will brick everything as CLI and SDK are not harmonized in regards of dependencies.
Additional context
Even at fetching ManagedDisk Informations, it shows a Disk with WriteAccelerator enabled as "None":
Ansible Output (which is using the azure.mgmt.compute):
Portal View:
I'll also link the issue on Azure.Azcollection Git Repo, just for reference:
ansible-collections/azure#430
The text was updated successfully, but these errors were encountered: