mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 04:05:12 +00:00
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>
This commit is contained in:
25
.github/plugin/marketplace.json
vendored
25
.github/plugin/marketplace.json
vendored
@@ -16,6 +16,31 @@
|
|||||||
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.",
|
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.",
|
||||||
"version": "1.0.0"
|
"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",
|
"name": "azure-cloud-development",
|
||||||
"source": "azure-cloud-development",
|
"source": "azure-cloud-development",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user