Skip to content

Commit

Permalink
add Azure regions: swedencentral, swedensouth (#1038)
Browse files Browse the repository at this point in the history
* add Azure region: swedencentral

* add swedensouth region

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
TribalNightOwl and mergify[bot] committed Jul 1, 2021
1 parent 9987c69 commit 3918c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/blockstorage/azure/azuredisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,10 @@ func staticRegionToZones(region string) ([]string, error) {
return nil, nil
case "southindia":
return nil, nil
case "swedencentral":
return nil, nil
case "swedensouth":
return nil, nil
case "switzerlandnorth":
return nil, nil
case "switzerlandwest":
Expand Down

0 comments on commit 3918c3f

Please sign in to comment.