mirror of https://github.com/rancher/ui.git
Add support for the new Azure China Cloud region
This commit is contained in:
parent
27f491d959
commit
ca9332b015
|
|
@ -139,6 +139,14 @@ export let regions = {
|
|||
{
|
||||
'name': 'chinaeast',
|
||||
'displayName': 'China East',
|
||||
},
|
||||
{
|
||||
'name': 'chinanorth2',
|
||||
'displayName': 'China North 2',
|
||||
},
|
||||
{
|
||||
'name': 'chinaeast2',
|
||||
'displayName': 'China East 2',
|
||||
}
|
||||
].sortBy('name'),
|
||||
'AzureUSGovernmentCloud': [
|
||||
|
|
|
|||
Loading…
Reference in New Issue