Skip to content

Conversation

prog-rajkamal
Copy link
Contributor

Description

Add CRR support for upcoming region northeastus5

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

I am following this guidelines

@Copilot Copilot AI review requested due to automatic review settings October 7, 2025 05:28
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds cross region restore (CRR) support for the new Azure region northeastus5 by updating the internal region pairing map and documenting the change in the RecoveryServices changelog.

  • Added region pairing entry for northeastus5 -> centralus in BackupUtils.
  • Documented the new CRR support in ChangeLog.md.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/RecoveryServices/RecoveryServices/ChangeLog.md Added release note entry for northeastus5 CRR support.
src/RecoveryServices/RecoveryServices.Backup/Helpers/BackupUtils.cs Added northeastus5 mapping to cross-region pairing dictionary.

{"southcentralus2", "westcentralus"},
{"southeastus3", "westus3"},
{"eastus3", "westus3"},
{"northeastus5", "centralus"},
Copy link

Copilot AI Oct 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A new region mapping was added without an accompanying test update; please add or extend a unit test that validates the CRR pairing includes northeastus5 -> centralus (similar to existing tests for other regions) to prevent regressions and ensure future refactors don't drop this entry.

Copilot generated this review using guidance from repository custom instructions.

@isra-fel
Copy link
Member

isra-fel commented Oct 7, 2025

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants