mirror of https://github.com/rancher/ui.git
Merge pull request #2989 from westlywright/no.cent.azure.log
Add North Central US to AKS Driver
This commit is contained in:
commit
69ad076e8c
|
|
@ -441,6 +441,10 @@ export let aksRegions = [
|
|||
'name': 'centralus',
|
||||
'displayName': 'Central US',
|
||||
},
|
||||
{
|
||||
'name': 'northcentralus',
|
||||
'displayName': 'North Central US'
|
||||
},
|
||||
{
|
||||
'name': 'eastasia',
|
||||
'displayName': 'East Asia',
|
||||
|
|
|
|||
Loading…
Reference in New Issue