Skip to content

Commit

Permalink
Add Azure southafrica north zones (#1100)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mdsoysa and mergify[bot] committed Sep 24, 2021
1 parent 7ae5cd0 commit c031a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blockstorage/azure/azuredisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ func staticRegionToZones(region string) ([]string, error) {
case "southafrica":
return nil, nil
case "southafricanorth":
return nil, nil
return []string{"southafricanorth-1", "southafricanorth-2", "southafricanorth-3"}, nil
case "southafricawest":
return nil, nil
case "southcentralus":
Expand Down

0 comments on commit c031a39

Please sign in to comment.