Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 0 additions & 59 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,65 +151,6 @@
],
"license": "MIT"
},
{
"name": "fabric-authoring",
"source": {
"source": "github",
"repo": "microsoft/skills-for-fabric",
"path": "plugins/fabric-authoring"
},
"description": "Developer skills for authoring Microsoft Fabric solutions - SDKs, APIs, automation scripts, CI/CD.",
"version": "0.3.0",
"repository": "https://github.com/microsoft/skills-for-fabric",
"keywords": [
"fabric",
"microsoft-fabric",
"authoring",
"developer",
"sdk",
"api"
],
"license": "MIT"
},
{
"name": "fabric-consumption",
"source": {
"source": "github",
"repo": "microsoft/skills-for-fabric",
"path": "plugins/fabric-consumption"
},
"description": "Consumer skills for interactive Microsoft Fabric operations - queries, exploration, monitoring.",
"version": "0.3.0",
"repository": "https://github.com/microsoft/skills-for-fabric",
"keywords": [
"fabric",
"microsoft-fabric",
"consumption",
"query",
"exploration"
],
"license": "MIT"
},
{
"name": "fabric-operations",
"source": {
"source": "github",
"repo": "microsoft/skills-for-fabric",
"path": "plugins/fabric-operations"
},
"description": "Operations skills for diagnosing Microsoft Fabric performance and health - system views, multi-step investigation workflows.",
"version": "0.3.0",
"repository": "https://github.com/microsoft/skills-for-fabric",
"keywords": [
"fabric",
"microsoft-fabric",
"operations",
"monitoring",
"diagnostics",
"performance"
],
"license": "MIT"
},
{
"name": "powerbi-authoring",
"source": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This marketplace also references plugins hosted in other repositories:

- **[Advanced Security](https://github.com/github/copilot-advanced-security-plugin)** — Access to GitHub Advanced Security capabilities such as dependency scanning and secret scanning.

- **[Microsoft Skills for Fabric](https://github.com/microsoft/skills-for-fabric)** — `fabric-skills`, `fabric-authoring`, `fabric-consumption`, `fabric-operations`, `powerbi-authoring`. Skills and agents for Microsoft Fabric (Lakehouse, Warehouse, Power BI, Eventhouse, Eventstream, Dataflows, Spark).
- **[Microsoft Skills for Fabric](https://github.com/microsoft/skills-for-fabric)** — `fabric-skills`, `powerbi-authoring`. Skills and agents for Microsoft Fabric (Lakehouse, Warehouse, Power BI, Eventhouse, Eventstream, Dataflows, Spark).

- **[Microsoft C++ Language Server](https://github.com/microsoft/cpp-language-server)** — Navigate and interact with your C++ code.

Expand Down