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:
Amit Kumar
2018-04-26 18:22:24 +01:00
committed by Robbie Zhang
parent 16299ec867
commit 71ec511ba0

View File

@@ -61,6 +61,7 @@ var validAciRegions = []string{
"eastus",
"southeastasia",
"westus2",
"northeurope",
}
// isValidACIRegion checks to make sure we're using a valid ACI region