You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
I do not want my data disks to be created as Premium SSDs. I have looked through the code and it seems like the parameters from the data_disks array are passed straight through so I have tried doing this using the SKUs parameter like described here: https://docs.microsoft.com/en-us/cli/azure/vm/disk?view=azure-cli-latest
I do not want my data disks to be created as Premium SSDs. I have looked through the code and it seems like the parameters from the
data_disks
array are passed straight through so I have tried doing this using theSKUs
parameter like described here: https://docs.microsoft.com/en-us/cli/azure/vm/disk?view=azure-cli-latestBut I am still getting Premium SSDs. How can I get a Standard HDD?
The text was updated successfully, but these errors were encountered: