{Backup} Add CRR config entries for Delos cloud regions#33448
{Backup} Add CRR config entries for Delos cloud regions#33448neela-lohit wants to merge 1 commit into
Conversation
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
Thank you for your contribution @neela-lohit! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates Azure CLI Backup module’s region pairing map to include Delos Cloud Germany regions, enabling cross-region/paired-region behaviors for those new locations.
Changes:
- Add paired-region entries for
deloscloudgermanycentralanddeloscloudgermanynorth.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "chinanorth2": "chinaeast2", | ||
| "chinanorth3": "chinaeast3", | ||
| "deloscloudgermanycentral": "deloscloudgermanynorth", | ||
| "deloscloudgermanynorth": "deloscloudgermanycentral", |
Related command
az backup
Description
Adding CRR (Cross Region Restore) config entries for Delos cloud regions (deloscloudgermanycentral <-> deloscloudgermanynorth), similar to the Bleu cloud CRR support added in PR #32425.
Testing Guide
N/A - config-only change adding region pair mapping.
History Notes
[Backup]
az backup: Add CRR config entries for Delos cloud regionsThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.