Skip to content

Commit

Permalink
adding new azure regions (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 committed Sep 3, 2021
1 parent ed972bf commit f8e63bf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkg/blockstorage/azure/azuredisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -677,14 +677,20 @@ func staticRegionToZones(region string) ([]string, error) {
return []string{"eastus2euap-1", "eastus2euap-2", "eastus2euap-3"}, nil
case "eastus2stage":
return nil, nil
case "eastusslv":
return nil, nil
case "eastusstage":
return nil, nil
case "europe":
return nil, nil
case "france":
return nil, nil
case "francecentral":
return []string{"francecentral-1", "francecentral-2", "francecentral-3"}, nil
case "francesouth":
return nil, nil
case "germany":
return nil, nil
case "germanynorth":
return nil, nil
case "germanywestcentral":
Expand All @@ -703,6 +709,8 @@ func staticRegionToZones(region string) ([]string, error) {
return nil, nil
case "jioindiawest":
return nil, nil
case "korea":
return nil, nil
case "koreacentral":
return nil, nil
case "koreasouth":
Expand All @@ -713,12 +721,16 @@ func staticRegionToZones(region string) ([]string, error) {
return nil, nil
case "northeurope":
return []string{"northeurope-1", "northeurope-2", "northeurope-3"}, nil
case "norway":
return nil, nil
case "norwayeast":
return nil, nil
case "norwaywest":
return nil, nil
case "qatarcentral":
return nil, nil
case "southafrica":
return nil, nil
case "southafricanorth":
return nil, nil
case "southafricawest":
Expand All @@ -737,10 +749,14 @@ func staticRegionToZones(region string) ([]string, error) {
return nil, nil
case "swedensouth":
return nil, nil
case "switzerland":
return nil, nil
case "switzerlandnorth":
return nil, nil
case "switzerlandwest":
return nil, nil
case "uae":
return nil, nil
case "uaecentral":
return nil, nil
case "uaenorth":
Expand Down

0 comments on commit f8e63bf

Please sign in to comment.