Skip to content

Commit

Permalink
Added CRR support for southeastus, westus3 region (#26587)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaga authored Nov 4, 2024
1 parent 44c216e commit 5821b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ public class BackupUtils
{"taiwannorth", "taiwannorthwest"},
{"taiwannorthwest", "taiwannorth"},
{"jioindiacentral", "jioindiawest"},
{"jioindiawest", "jioindiacentral"}
{"jioindiawest", "jioindiacentral"},
{"southeastus", "westus3"}
};

/// <summary>
Expand Down
1 change: 1 addition & 0 deletions src/RecoveryServices/RecoveryServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Added CRR support for southeastus, westus3 region.
* Added support for enabling Disk access settings for managed VM restores.

## Version 7.2.0
Expand Down

0 comments on commit 5821b60

Please sign in to comment.