From aa90c4e7244035f7d864870728fccbd6bb12db9d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 23:21:06 +0000 Subject: [PATCH 1/2] Initial plan From 13edf672d136cb65d8c4df1ef321c3f8edd5fc82 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 23:37:31 +0000 Subject: [PATCH 2/2] Add title/description to schemas and create SchemaStore catalog entry Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/8e8040c8-ba59-4946-a485-9118f588c536 Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com> --- schemas/alpha/azure.yaml.json | 2 ++ schemas/schemastore-catalog-entry.json | 13 +++++++++++++ schemas/v1.0/azure.yaml.json | 2 ++ 3 files changed, 17 insertions(+) create mode 100644 schemas/schemastore-catalog-entry.json diff --git a/schemas/alpha/azure.yaml.json b/schemas/alpha/azure.yaml.json index 5c2910ce268..d5f2e179393 100644 --- a/schemas/alpha/azure.yaml.json +++ b/schemas/alpha/azure.yaml.json @@ -1,6 +1,8 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", "$id": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/alpha/azure.yaml.json", + "title": "Azure Developer CLI configuration", + "description": "Configuration file for the Azure Developer CLI (azd)", "type": "object", "required": [ "name" diff --git a/schemas/schemastore-catalog-entry.json b/schemas/schemastore-catalog-entry.json new file mode 100644 index 00000000000..3b8b12e8401 --- /dev/null +++ b/schemas/schemastore-catalog-entry.json @@ -0,0 +1,13 @@ +{ + "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" + } +} diff --git a/schemas/v1.0/azure.yaml.json b/schemas/v1.0/azure.yaml.json index 50c1076940e..ccc1e3a877a 100644 --- a/schemas/v1.0/azure.yaml.json +++ b/schemas/v1.0/azure.yaml.json @@ -1,6 +1,8 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", "$id": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json", + "title": "Azure Developer CLI configuration", + "description": "Configuration file for the Azure Developer CLI (azd)", "type": "object", "required": [ "name"