From 4444b2a1017d5a5291337f401b6ead44f36b5ecf Mon Sep 17 00:00:00 2001 From: "Tom Meschter (from Dev Box)" Date: Wed, 4 Mar 2026 16:25:45 -0800 Subject: [PATCH 1/5] 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> --- .github/plugin/marketplace.json | 24 ++++++++++++++++++++++++ plugins/external.json | 20 +++++++++++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 357bd3054..febd35a8f 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -22,6 +22,30 @@ "description": "Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.", "version": "1.0.1" }, + { + "name": "azure-skills", + "description": "Microsoft Azure MCP integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/github-copilot-for-azure", + "keywords": [ + "azure", + "cloud", + "infrastructure", + "deployment", + "microsoft", + "devops" + ], + "license": "MIT", + "repository": "https://github.com/microsoft/azure-skills", + "source": { + "source": "github", + "repo": "microsoft/azure-skills" + } + }, { "name": "cast-imaging", "source": "cast-imaging", diff --git a/plugins/external.json b/plugins/external.json index fe51488c7..b24245891 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1 +1,19 @@ -[] +[ + { + "name": "azure-skills", + "description": "Microsoft Azure MCP integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/github-copilot-for-azure", + "keywords": ["azure", "cloud", "infrastructure", "deployment", "microsoft", "devops"], + "license": "MIT", + "repository": "https://github.com/microsoft/azure-skills", + "source": { + "source": "github", + "repo": "microsoft/azure-skills" + } + } +] From d4fdef65a997948f37fb40d75ee6c79fd415dc34 Mon Sep 17 00:00:00 2001 From: "Tom Meschter (from Dev Box)" Date: Wed, 4 Mar 2026 16:27:28 -0800 Subject: [PATCH 2/5] Rename external plugin from azure-skills to azure Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 14 +++++++------- plugins/external.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index febd35a8f..4e6989b8f 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -17,13 +17,7 @@ "version": "1.0.0" }, { - "name": "azure-cloud-development", - "source": "azure-cloud-development", - "description": "Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.", - "version": "1.0.1" - }, - { - "name": "azure-skills", + "name": "azure", "description": "Microsoft Azure MCP integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.", "version": "1.0.0", "author": { @@ -46,6 +40,12 @@ "repo": "microsoft/azure-skills" } }, + { + "name": "azure-cloud-development", + "source": "azure-cloud-development", + "description": "Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.", + "version": "1.0.1" + }, { "name": "cast-imaging", "source": "cast-imaging", diff --git a/plugins/external.json b/plugins/external.json index b24245891..952177e97 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1,6 +1,6 @@ [ { - "name": "azure-skills", + "name": "azure", "description": "Microsoft Azure MCP integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.", "version": "1.0.0", "author": { From 9820c5e840063dc0d20c89eb27263f8fc0b506fe Mon Sep 17 00:00:00 2001 From: "Tom Meschter (from Dev Box)" Date: Wed, 4 Mar 2026 16:29:15 -0800 Subject: [PATCH 3/5] Update azure plugin description Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 2 +- plugins/external.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 4e6989b8f..9c7e11c1b 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -18,7 +18,7 @@ }, { "name": "azure", - "description": "Microsoft Azure MCP integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.", + "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", diff --git a/plugins/external.json b/plugins/external.json index 952177e97..ba98c7d66 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1,7 +1,7 @@ [ { "name": "azure", - "description": "Microsoft Azure MCP integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.", + "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", From a565fc7c2d4648d9561bdbb886badc9dd4511540 Mon Sep 17 00:00:00 2001 From: "Tom Meschter (from Dev Box)" Date: Wed, 4 Mar 2026 16:31:38 -0800 Subject: [PATCH 4/5] Swap homepage and repository URLs for azure plugin Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 4 ++-- plugins/external.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 9c7e11c1b..b7053fea4 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -24,7 +24,7 @@ "name": "Microsoft", "url": "https://www.microsoft.com" }, - "homepage": "https://github.com/microsoft/github-copilot-for-azure", + "homepage": "https://github.com/microsoft/azure-skills", "keywords": [ "azure", "cloud", @@ -34,7 +34,7 @@ "devops" ], "license": "MIT", - "repository": "https://github.com/microsoft/azure-skills", + "repository": "https://github.com/microsoft/github-copilot-for-azure", "source": { "source": "github", "repo": "microsoft/azure-skills" diff --git a/plugins/external.json b/plugins/external.json index ba98c7d66..0f402b8c1 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -7,10 +7,10 @@ "name": "Microsoft", "url": "https://www.microsoft.com" }, - "homepage": "https://github.com/microsoft/github-copilot-for-azure", + "homepage": "https://github.com/microsoft/azure-skills", "keywords": ["azure", "cloud", "infrastructure", "deployment", "microsoft", "devops"], "license": "MIT", - "repository": "https://github.com/microsoft/azure-skills", + "repository": "https://github.com/microsoft/github-copilot-for-azure", "source": { "source": "github", "repo": "microsoft/azure-skills" From 90961f4d6fe8d5b466a7981d451599f954b1ab7c Mon Sep 17 00:00:00 2001 From: "Tom Meschter (from Dev Box)" Date: Thu, 5 Mar 2026 10:42:46 -0800 Subject: [PATCH 5/5] Add source.path to azure external plugin entry Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 3 ++- plugins/external.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index b7053fea4..a09ca3766 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -37,7 +37,8 @@ "repository": "https://github.com/microsoft/github-copilot-for-azure", "source": { "source": "github", - "repo": "microsoft/azure-skills" + "repo": "microsoft/azure-skills", + "path": ".github/plugins/azure-skills" } }, { diff --git a/plugins/external.json b/plugins/external.json index 0f402b8c1..ec8c8073a 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -13,7 +13,8 @@ "repository": "https://github.com/microsoft/github-copilot-for-azure", "source": { "source": "github", - "repo": "microsoft/azure-skills" + "repo": "microsoft/azure-skills", + "path": ".github/plugins/azure-skills" } } ]