Skip to content

Commit b2e224d

Browse files
authored
Added TWN/TNW region support for CRR (Azure#24011)
1 parent 8a06cd0 commit b2e224d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/RecoveryServices/RecoveryServices.Backup/Helpers/BackupUtils.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ public class BackupUtils
9191
{"usgoviowa", "usgovvirginia"},
9292
{"usgovvirginia", "usgovtexas"},
9393
{"malaysiasouth", "japanwest"},
94+
{"taiwannorth", "taiwannorthwest"},
95+
{"taiwannorthwest", "taiwannorth"},
9496
{"jioindiacentral", "jioindiawest"},
9597
{"jioindiawest", "jioindiacentral"}
9698
};

src/RecoveryServices/RecoveryServices/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Added CRR support for taiwannorth, taiwannorthwest region.
2122
* Added breaking change notification for cmdlets whose output type is `ASRVaultSettings`.
2223
* Added warning for Standard to Enhanced policy migration for AzureVMs.
2324
* Updated Unregister-AzRecoveryServicesBackupContainer cmdlet to ouptput Job object if PassThru not given.

0 commit comments

Comments
 (0)