From 01cfad87728d585d524cec61709643d21abffafc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:13:42 +0000 Subject: [PATCH 1/2] Initial plan From 4a33e6d712762639476671e38bba38ba44971b61 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:15:57 +0000 Subject: [PATCH 2/2] Add missing VDC services to three Azure regions - Add vdc_entra_id to azure-korea-central (fixes #46) - Add vdc_azure_backup to azure-indonesia-central (fixes #50) - Add vdc_azure_backup to azure-malaysia-west (fixes #51) All region validation tests pass. Co-authored-by: comnam90 <2719284+comnam90@users.noreply.github.com> --- data/regions/azure/azure_indonesia_central.yaml | 1 + data/regions/azure/azure_korea_central.yaml | 1 + data/regions/azure/azure_malaysia_west.yaml | 1 + functions/regions.json | 9 ++++++--- package-lock.json | 11 ++++++++--- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/data/regions/azure/azure_indonesia_central.yaml b/data/regions/azure/azure_indonesia_central.yaml index 4b8abc9..33cda24 100644 --- a/data/regions/azure/azure_indonesia_central.yaml +++ b/data/regions/azure/azure_indonesia_central.yaml @@ -16,3 +16,4 @@ services: tier: "Core" vdc_m365: true vdc_entra_id: true + vdc_azure_backup: true diff --git a/data/regions/azure/azure_korea_central.yaml b/data/regions/azure/azure_korea_central.yaml index ae9eef4..6bd6874 100644 --- a/data/regions/azure/azure_korea_central.yaml +++ b/data/regions/azure/azure_korea_central.yaml @@ -16,3 +16,4 @@ services: - edition: "Advanced" tier: "Core" vdc_m365: true + vdc_entra_id: true diff --git a/data/regions/azure/azure_malaysia_west.yaml b/data/regions/azure/azure_malaysia_west.yaml index f21981c..006318c 100644 --- a/data/regions/azure/azure_malaysia_west.yaml +++ b/data/regions/azure/azure_malaysia_west.yaml @@ -14,3 +14,4 @@ services: tier: "Core" - edition: "Advanced" tier: "Core" + vdc_azure_backup: true diff --git a/functions/regions.json b/functions/regions.json index baea195..d031729 100644 --- a/functions/regions.json +++ b/functions/regions.json @@ -1165,7 +1165,8 @@ } ], "vdc_m365": true, - "vdc_entra_id": true + "vdc_entra_id": true, + "vdc_azure_backup": true } }, { @@ -1314,7 +1315,8 @@ "tier": "Core" } ], - "vdc_m365": true + "vdc_m365": true, + "vdc_entra_id": true } }, { @@ -1342,7 +1344,8 @@ "edition": "Advanced", "tier": "Core" } - ] + ], + "vdc_azure_backup": true } }, { diff --git a/package-lock.json b/package-lock.json index 48e9811..73ab03c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "veeam-data-cloud-services-map", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "veeam-data-cloud-services-map", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@hono/zod-openapi": "^1.2.0", @@ -155,7 +155,8 @@ "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260120.0.tgz", "integrity": "sha512-B8pueG+a5S+mdK3z8oKu1ShcxloZ7qWb68IEyLLaepvdryIbNC7JVPcY0bWsjS56UQVKc5fnyRge3yZIwc9bxw==", "dev": true, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "peer": true }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", @@ -1438,6 +1439,7 @@ "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", "license": "MIT", + "peer": true, "engines": { "node": ">=16.9.0" } @@ -1709,6 +1711,7 @@ "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "pathe": "^2.0.3" } @@ -1720,6 +1723,7 @@ "dev": true, "hasInstallScript": true, "license": "Apache-2.0", + "peer": true, "bin": { "workerd": "bin/workerd" }, @@ -2320,6 +2324,7 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.4.tgz", "integrity": "sha512-Zw/uYiiyF6pUT1qmKbZziChgNPRu+ZRneAsMUDU6IwmXdWt5JwcUfy2bvLOCUtz5UniaN/Zx5aFttZYbYc7O/A==", "license": "MIT", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" }