From 7e91c7c592fde5390347ab64b78b9638dfde89d2 Mon Sep 17 00:00:00 2001 From: Shayne Boyer Date: Thu, 2 Apr 2026 17:36:42 -0400 Subject: [PATCH 1/2] Add azure.yaml schema for Azure Developer CLI (azd) Add catalog entry for the Azure Developer CLI (azd) configuration file (azure.yaml / azure.yml). Includes v1.0 and alpha schema versions hosted at the Azure/azure-dev repository. Reference: https://github.com/Azure/azure-dev/pull/7330 --- src/api/json/catalog.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 1fe119fbdd4..8be1ab045d9 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -533,6 +533,16 @@ "fileMatch": ["*.appConfig.featureFlags.json"], "url": "https://www.schemastore.org/aws-cdk-appconfig-featureflags-1.0.0.json" }, + { + "name": "azure.yaml", + "description": "Azure Developer CLI (azd) configuration file", + "fileMatch": ["azure.yaml", "azure.yml"], + "url": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json", + "versions": { + "1.0": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json", + "alpha": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/alpha/azure.yaml.json" + } + }, { "name": "Azure Container App template for defining an immutable revision", "description": "Azure Container App template for defining an immutable revision", From 3eb0de71f4c09704b44944743604421ead8ec6d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:38:27 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/api/json/catalog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 8be1ab045d9..884216c2085 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -539,8 +539,8 @@ "fileMatch": ["azure.yaml", "azure.yml"], "url": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json", "versions": { - "1.0": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json", - "alpha": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/alpha/azure.yaml.json" + "alpha": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/alpha/azure.yaml.json", + "1.0": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json" } }, {