Skip to content
4 changes: 4 additions & 0 deletions src/serial-console/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release History
===============

0.1.6
++++++
* Fix pair region mapping for eastus to westus

0.1.5
++++++
* Fix resource group for custom storage account
Expand Down
2 changes: 2 additions & 0 deletions src/serial-console/azext_serialconsole/_arm_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class ArmEndpoints: # pylint: disable=too-few-public-methods
'centralus': 'westcentralus',
'centraluseuap': 'eastus2euap',
'eastasia': 'southeastasia',
'eastus': 'westus',
'eastus2': 'westus2', # pairing eastus2 + westus2 ensure that INT works as expected
'eastus2euap': 'centraluseuap',
'francecentral': 'francesouth',
Expand All @@ -41,6 +42,7 @@ class ArmEndpoints: # pylint: disable=too-few-public-methods
'ukwest': 'uksouth',
'westcentralus': 'centralus',
'westeurope': 'northeurope',
'westus': 'eastus',
'westus2': 'eastus2',
'usgovarizona': 'usgoveast', # usgoveast == usgovvirginia
'usgovvirginia': 'usgovsw', # usgovsw == usgovarizona
Expand Down
Loading