Skip to content

Commit 38aafb1

Browse files
tmeschterCopilot
andauthored
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>
1 parent e3ee37a commit 38aafb1

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

.github/plugin/marketplace.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,31 @@
1616
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.",
1717
"version": "1.0.0"
1818
},
19+
{
20+
"name": "azure",
21+
"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.",
22+
"version": "1.0.0",
23+
"author": {
24+
"name": "Microsoft",
25+
"url": "https://www.microsoft.com"
26+
},
27+
"homepage": "https://github.com/microsoft/azure-skills",
28+
"keywords": [
29+
"azure",
30+
"cloud",
31+
"infrastructure",
32+
"deployment",
33+
"microsoft",
34+
"devops"
35+
],
36+
"license": "MIT",
37+
"repository": "https://github.com/microsoft/github-copilot-for-azure",
38+
"source": {
39+
"source": "github",
40+
"repo": "microsoft/azure-skills",
41+
"path": ".github/plugins/azure-skills"
42+
}
43+
},
1944
{
2045
"name": "azure-cloud-development",
2146
"source": "azure-cloud-development",

plugins/external.json

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

0 commit comments

Comments
 (0)