Added centralus, eastus2, australiaeast to Azure ACI provide (#310)
* Added centralus, eastus2, australiaeast to match valid aci regions as [documented](https://azure.microsoft.com/en-gb/global-infrastructure/services/) * Added ',' to end of array * Trigger build
This commit is contained in:
@@ -60,12 +60,15 @@ type AuthConfig struct {
|
||||
|
||||
// See https://azure.microsoft.com/en-us/status/ for valid regions.
|
||||
var validAciRegions = []string{
|
||||
"westeurope",
|
||||
"westus",
|
||||
"centralus",
|
||||
"eastus",
|
||||
"southeastasia",
|
||||
"eastus2",
|
||||
"westus",
|
||||
"westus2",
|
||||
"northeurope",
|
||||
"westeurope",
|
||||
"southeastasia",
|
||||
"australiaeast",
|
||||
}
|
||||
|
||||
// isValidACIRegion checks to make sure we're using a valid ACI region
|
||||
|
||||
Reference in New Issue
Block a user