From 3abd6ced3bd670251be1ac7b98988a0784bcbff4 Mon Sep 17 00:00:00 2001 From: Yiqing Zhao Date: Thu, 20 Aug 2026 17:00:37 +0800 Subject: [PATCH] fix: remove deprecated fabric-authoring, fabric-consumption, fabric-operations --- .github/plugin/marketplace.json | 59 --------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 60 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index deba3ab..233cf8d 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -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": { diff --git a/README.md b/README.md index 8f3711d..86ea8de 100644 --- a/README.md +++ b/README.md @@ -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.