Skip to content

Commit 5821b60

Browse files
authored
Added CRR support for southeastus, westus3 region (#26587)
1 parent 44c216e commit 5821b60

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ public class BackupUtils
9494
{"taiwannorth", "taiwannorthwest"},
9595
{"taiwannorthwest", "taiwannorth"},
9696
{"jioindiacentral", "jioindiawest"},
97-
{"jioindiawest", "jioindiacentral"}
97+
{"jioindiawest", "jioindiacentral"},
98+
{"southeastus", "westus3"}
9899
};
99100

100101
/// <summary>

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 southeastus, westus3 region.
2122
* Added support for enabling Disk access settings for managed VM restores.
2223

2324
## Version 7.2.0

0 commit comments

Comments
 (0)