Adding northeurope as valid region for Azure. (#176)
Per the GA announcement of ACI, northerope is supported as well. https://azure.microsoft.com/en-us/updates/aci-ga/
This commit is contained in:
@@ -61,6 +61,7 @@ var validAciRegions = []string{
|
||||
"eastus",
|
||||
"southeastasia",
|
||||
"westus2",
|
||||
"northeurope",
|
||||
}
|
||||
|
||||
// isValidACIRegion checks to make sure we're using a valid ACI region
|
||||
|
||||
Reference in New Issue
Block a user