Skip to content

Commit

Permalink
Fix: add the size map for F1
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiezhang committed May 15, 2017
1 parent e64b446 commit 380bc58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/acsengine/azureconst.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,12 @@ func GetSizeMap() string {
"Standard_DS5_v2_Promo": {
"storageAccountType": "Premium_LRS"
},
"Standard_F1": {
"storageAccountType": "Standard_LRS"
},
"Standard_F1s": {
"storageAccountType": "Premium_LRS"
},
"Standard_F16": {
"storageAccountType": "Standard_LRS"
},
Expand Down

0 comments on commit 380bc58

Please sign in to comment.