From b171f7532f3ca465ae4c3b92bb642613d5a97d82 Mon Sep 17 00:00:00 2001 From: teddyberco Date: Mon, 8 Jun 2026 18:46:16 +0300 Subject: [PATCH] Add powerbi-authoring plugin to marketplace Expose the new powerbi-authoring plugin from microsoft/skills-for-fabric as an external plugin reference in the marketplace.json and update the README to list it alongside the other Fabric plugins. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 23 +++++++++++++++++++++++ README.md | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index bc29706..2253aa2 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -121,6 +121,29 @@ "performance" ], "license": "MIT" + }, + { + "name": "powerbi-authoring", + "source": { + "source": "github", + "repo": "microsoft/skills-for-fabric", + "path": "plugins/powerbi-authoring" + }, + "description": "Developer skills for authoring Microsoft Power BI solutions.", + "version": "0.3.3", + "repository": "https://github.com/microsoft/skills-for-fabric", + "keywords": [ + "fabric", + "microsoft-fabric", + "authoring", + "powerbi", + "semantic-model", + "pbip", + "pbir", + "report", + "developer" + ], + "license": "MIT" } ] } diff --git a/README.md b/README.md index bd907be..6d55d36 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Extend the power of GitHub Copilot with MCP servers, skills, hooks, and other ex This marketplace also references plugins hosted in other repositories: -- **[Microsoft Skills for Fabric](https://github.com/microsoft/skills-for-fabric)** — `fabric-skills`, `fabric-authoring`, `fabric-consumption`, `fabric-operations`. 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`, `fabric-authoring`, `fabric-consumption`, `fabric-operations`, `powerbi-authoring`. Skills and agents for Microsoft Fabric (Lakehouse, Warehouse, Power BI, Eventhouse, Eventstream, Dataflows, Spark). ## 🤝 Contributing