From 38aafb1a7282c762ffaa7097530cb73cf4d3f95c Mon Sep 17 00:00:00 2001 From: Tom Meschter Date: Thu, 5 Mar 2026 13:01:58 -0800 Subject: [PATCH] Add azure-skills as external plugin (#880) * Add azure-skills as external plugin Add microsoft/azure-skills as an external plugin with metadata including author, homepage, keywords, license, and repository fields. Regenerated marketplace.json. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Rename external plugin from azure-skills to azure Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update azure plugin description Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Swap homepage and repository URLs for azure plugin Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add source.path to azure external plugin entry Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 25 +++++++++++++++++++++++++ plugins/external.json | 21 ++++++++++++++++++++- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 78d31a00..66be4b39 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -16,6 +16,31 @@ "description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.", "version": "1.0.0" }, + { + "name": "azure", + "description": "Microsoft Azure MCP Server and skills for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Copilot.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/azure-skills", + "keywords": [ + "azure", + "cloud", + "infrastructure", + "deployment", + "microsoft", + "devops" + ], + "license": "MIT", + "repository": "https://github.com/microsoft/github-copilot-for-azure", + "source": { + "source": "github", + "repo": "microsoft/azure-skills", + "path": ".github/plugins/azure-skills" + } + }, { "name": "azure-cloud-development", "source": "azure-cloud-development", diff --git a/plugins/external.json b/plugins/external.json index fe51488c..ec8c8073 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1 +1,20 @@ -[] +[ + { + "name": "azure", + "description": "Microsoft Azure MCP Server and skills for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Copilot.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/azure-skills", + "keywords": ["azure", "cloud", "infrastructure", "deployment", "microsoft", "devops"], + "license": "MIT", + "repository": "https://github.com/microsoft/github-copilot-for-azure", + "source": { + "source": "github", + "repo": "microsoft/azure-skills", + "path": ".github/plugins/azure-skills" + } + } +]