feat: change azure disk api-version

This commit is contained in:
andyzhangx
2020-03-19 10:51:53 +00:00
parent 21d4d13d98
commit 12c6c81b1a
3 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ func TestNormalizeStorageAccountType(t *testing.T) {
}{
{
storageAccountType: "",
expectedAccountType: compute.StandardLRS,
expectedAccountType: compute.StandardSSDLRS,
expectError: false,
},
{