Skip to content

Commit

Permalink
adding new region to azure (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 committed Nov 12, 2021
1 parent 808e32f commit 9ad3a9f
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 @@ -666,7 +666,7 @@ func staticRegionToZones(region string) ([]string, error) {
case "centralusstage":
return nil, nil
case "eastasia":
return nil, nil
return []string{"eastasia-1", "eastasia-2", "eastasia-3"}, nil
case "eastasiastage":
return nil, nil
case "eastus":
Expand Down

0 comments on commit 9ad3a9f

Please sign in to comment.