[RecoveryServices]: add cross region restore support for Bleu Cloud CRR#28966
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Pull request overview
This PR adds Cross Region Restore (CRR) support for Bleu Cloud France regions by adding the necessary region pair mappings to the BackupUtils helper class. The change enables backup data to be restored from bleufrancecentral to bleufrancesouth and vice versa, following the existing pattern for paired Azure regions.
Key Changes:
- Added bidirectional region mapping entries for "bleufrancecentral" and "bleufrancesouth" to the regionMap dictionary
| {"bleufrancecentral", "bleufrancesouth"}, | ||
| {"bleufrancesouth", "bleufrancecentral"}, |
There was a problem hiding this comment.
The ChangeLog.md file has not been updated with this change. According to the CONTRIBUTING.md guidelines, you should update src/RecoveryServices/RecoveryServices/ChangeLog.md with an entry under the "## Upcoming Release" section describing the addition of Cross Region Restore support for Bleu Cloud regions (bleufrancecentral and bleufrancesouth). This should follow the pattern of previous region additions, such as the entry for northeastus5 in Version 7.10.0.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Please update the |
wyunchi-ms
left a comment
There was a problem hiding this comment.
Please update the src/RecoveryServices/RecoveryServices/ChangeLog.md file
|
@wyunchi-ms I have updated changelog. please review in case of issue, you can reach out to me on teams (my alias: kamalraj) as I am MSFT FTE |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.