File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
staging/src/k8s.io/legacy-cloud-providers/azure/clients/diskclient Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import (
39
39
)
40
40
41
41
const (
42
- defaultStorageAccountType = compute .StandardLRS
42
+ defaultStorageAccountType = compute .StandardSSDLRS
43
43
defaultAzureDiskKind = v1 .AzureManagedDisk
44
44
defaultAzureDataDiskCachingMode = v1 .AzureDataDiskCachingReadOnly
45
45
)
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ func TestNormalizeStorageAccountType(t *testing.T) {
146
146
}{
147
147
{
148
148
storageAccountType : "" ,
149
- expectedAccountType : compute .StandardLRS ,
149
+ expectedAccountType : compute .StandardSSDLRS ,
150
150
expectError : false ,
151
151
},
152
152
{
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
28
28
const (
29
29
// APIVersion is the API version for compute.
30
- APIVersion = "2019-07 -01"
30
+ APIVersion = "2019-11 -01"
31
31
)
32
32
33
33
// Interface is the client interface for Disks.
You can’t perform that action at this time.
0 commit comments