Skip to content

Commit 4444b2a

Browse files
tmeschterCopilot
andcommitted
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>
1 parent d4dcc67 commit 4444b2a

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

.github/plugin/marketplace.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,30 @@
2222
"description": "Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.",
2323
"version": "1.0.1"
2424
},
25+
{
26+
"name": "azure-skills",
27+
"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.",
28+
"version": "1.0.0",
29+
"author": {
30+
"name": "Microsoft",
31+
"url": "https://www.microsoft.com"
32+
},
33+
"homepage": "https://github.com/microsoft/github-copilot-for-azure",
34+
"keywords": [
35+
"azure",
36+
"cloud",
37+
"infrastructure",
38+
"deployment",
39+
"microsoft",
40+
"devops"
41+
],
42+
"license": "MIT",
43+
"repository": "https://github.com/microsoft/azure-skills",
44+
"source": {
45+
"source": "github",
46+
"repo": "microsoft/azure-skills"
47+
}
48+
},
2549
{
2650
"name": "cast-imaging",
2751
"source": "cast-imaging",

plugins/external.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
[]
1+
[
2+
{
3+
"name": "azure-skills",
4+
"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.",
5+
"version": "1.0.0",
6+
"author": {
7+
"name": "Microsoft",
8+
"url": "https://www.microsoft.com"
9+
},
10+
"homepage": "https://github.com/microsoft/github-copilot-for-azure",
11+
"keywords": ["azure", "cloud", "infrastructure", "deployment", "microsoft", "devops"],
12+
"license": "MIT",
13+
"repository": "https://github.com/microsoft/azure-skills",
14+
"source": {
15+
"source": "github",
16+
"repo": "microsoft/azure-skills"
17+
}
18+
}
19+
]

0 commit comments

Comments
 (0)