Skip to content

Commit

Permalink
adding missing zones (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 committed Nov 9, 2021
1 parent a5bb37d commit 613ca5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/blockstorage/azure/azuredisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,6 @@ func staticRegionToZones(region string) ([]string, error) {
return []string{"norwayeast-1", "norwayeast-2", "norwayeast-3"}, nil
case "norwaywest":
return nil, nil
case "qatarcentral":
return nil, nil
case "southafrica":
return nil, nil
case "southafricanorth":
Expand All @@ -744,7 +742,7 @@ func staticRegionToZones(region string) ([]string, error) {
case "southindia":
return nil, nil
case "swedencentral":
return nil, nil
return []string{"swedencentral-1", "swedencentral-2", "swedencentral-3"}, nil
case "switzerland":
return nil, nil
case "switzerlandnorth":
Expand Down

0 comments on commit 613ca5d

Please sign in to comment.