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 was 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_disksarray are passed straight through so I have tried doing this using theSKUsparameter 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?