mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 20:25:11 +00:00
Azure cloud development import infrastructure (#844)
* Modified tools to make the agent more efficient * Added skill for importing Azure Infrastructure as Code * Updated readme * Some wording improvements * Added / to skills path endings * ran npm start
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "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.0",
|
||||
"version": "1.0.1",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
@@ -28,6 +28,7 @@
|
||||
],
|
||||
"skills": [
|
||||
"./skills/azure-resource-health-diagnose/",
|
||||
"./skills/az-cost-optimize/"
|
||||
"./skills/az-cost-optimize/",
|
||||
"./skills/import-infrastructure-as-code/"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user