Add support for the new Azure China Cloud region

This commit is contained in:
jackroofan 2018-11-26 15:47:06 +08:00 committed by Westly Wright
parent 27f491d959
commit ca9332b015
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 8 additions and 0 deletions

View File

@ -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': [