Skip to content

Commit

Permalink
add jioindiacentral Azure region (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
TribalNightOwl committed Aug 3, 2021
1 parent 0b25a49 commit c847927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/blockstorage/azure/azuredisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ func staticRegionToZones(region string) ([]string, error) {
return []string{"japaneast-1", "japaneast-2", "japaneast-3"}, nil
case "japanwest":
return nil, nil
case "jioindiacentral":
return nil, nil
case "jioindiawest":
return nil, nil
case "koreacentral":
Expand Down

0 comments on commit c847927

Please sign in to comment.