From b9f6e7c404db78ec3c3f550174cbfe8a50c93a23 Mon Sep 17 00:00:00 2001 From: Raj Kamal Date: Sun, 18 Jan 2026 11:22:10 +0530 Subject: [PATCH] {Backup} Add CRR config entries for upcoming regions northeastus5 and indiasouthcentral --- src/azure-cli/azure/cli/command_modules/backup/custom.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/azure-cli/azure/cli/command_modules/backup/custom.py b/src/azure-cli/azure/cli/command_modules/backup/custom.py index 78b4cdd67d6..0362993b8e0 100644 --- a/src/azure-cli/azure/cli/command_modules/backup/custom.py +++ b/src/azure-cli/azure/cli/command_modules/backup/custom.py @@ -78,6 +78,7 @@ "germanynorth": "germanywestcentral", "germanynortheast": "germanycentral", "germanywestcentral": "germanynorth", + "indiasouthcentral": "centralindia", "japaneast": "japanwest", "japanwest": "japaneast", "jioindiacentral": "jioindiawest", @@ -86,6 +87,7 @@ "koreasouth": "koreacentral", "malaysiasouth": "japanwest", "northcentralus": "southcentralus", + "northeastus5": "centralus", "northeurope": "westeurope", "norwayeast": "norwaywest", "norwaywest": "norwayeast",