Merge pull request #2989 from westlywright/no.cent.azure.log

Add North Central US to AKS Driver
This commit is contained in:
Westly Wright 2019-05-14 09:42:19 -07:00 committed by GitHub
commit 69ad076e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -441,6 +441,10 @@ export let aksRegions = [
'name': 'centralus',
'displayName': 'Central US',
},
{
'name': 'northcentralus',
'displayName': 'North Central US'
},
{
'name': 'eastasia',
'displayName': 'East Asia',