Add some more Azure regions (#13015)

This commit is contained in:
Charles Gagnon
2020-10-21 09:53:28 -07:00
committed by GitHub
parent 94b34350a3
commit 09d559e7e0
3 changed files with 12 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ export function getRegionDisplayName(region?: string): string {
return loc.australiaSouthEast;
case AzureRegion.brazilsouth:
return loc.brazilSouth;
case AzureRegion.brazilsoutheast:
return loc.brazilSouthEast;
case AzureRegion.canadacentral:
return loc.canadaCentral;
case AzureRegion.canadaeast:
@@ -34,12 +36,16 @@ export function getRegionDisplayName(region?: string): string {
return loc.centralIndia;
case AzureRegion.centralus:
return loc.centralUS;
case AzureRegion.centraluseuap:
return loc.centralUSEUAP;
case AzureRegion.eastasia:
return loc.eastAsia;
case AzureRegion.eastus:
return loc.eastUS;
case AzureRegion.eastus2:
return loc.eastUS2;
case AzureRegion.eastus2euap:
return loc.eastUS2EUAP;
case AzureRegion.francecentral:
return loc.franceCentral;
case AzureRegion.francesouth: