microsoft/skills-for-fabric v0.3.1
microsoft/skills-for-fabric
Captured source
source ↗published May 11, 2026seen 1dcaptured 1dhttp 200method plain
v0.3.1
Repository: microsoft/skills-for-fabric
Tag: v0.3.1
Published: 2026-05-11T08:02:31Z
Prerelease: no
Release notes:
[0.3.1] - 2026-05-10
Added
- `activator-authoring-cli` — create alerts, notifications, and automated actions on Fabric data and events via Fabric REST API and
az restCLI. Covers Activator/Reflex item creation, trigger configuration, action wiring (Teams messages, emails, Fabric item runs), and connections to Eventhouse, Eventstream, Real-Time Hub, and Digital Twin Builder. - `activator-consumption-cli` — read-only inspection of existing Activator alerts, notifications, and automated actions via
az rest. List alerts in a workspace, inspect alert configuration, decodeReflexEntities.jsondefinitions.
Changed
- `spark-diagnostics-cli` renamed to `spark-operations-cli` — aligned with the three-category naming convention (
-authoring-,-consumption-,-operations-). Same skill, same diagnostic surface (failed Spark jobs, unhealthy Livy sessions, OOM/shuffle/skew, driver/executor logs, Spark Advisor findings) — only the name has changed. Re-invoke asspark-operations-cligoing forward.
Fixed
- `/plugin update` now works again for users who installed under the legacy `skills-for-fabric@fabric-collection` id. When the bundle was renamed in 0.3.0 (
skills-for-fabric→fabric-skills), the old plugin id was dropped frommarketplace.json, which silently broke/plugin update skills-for-fabric@fabric-collectionfor everyone still on the legacy id (Plugin "skills-for-fabric" not found in marketplace). The legacy id is restored as a deprecated alias offabric-skills@fabric-collection— running/plugin updateunder either name now pulls the canonicalfabric-skillspayload. To migrate your installed entry to the canonical id (optional, recommended cleanup):/plugin uninstall skills-for-fabric@fabric-collectionthen/plugin install fabric-skills@fabric-collection. - `check-updates` skill works inside Copilot CLI plugin installs. The skill assumed a
package.jsonand a.git/directory at the install root, but the Copilot CLI plugin install layout (~/.copilot/installed-plugins/fabric-collection/fabric-skills/) has neither — only.github/plugin/plugin.json. Step 1 (read local version), Step 2 (parse repository URL), and Method A (git fetch origin main) now read the manifest path that matches the actual install layout. The "Update Available" banner no longer references theinstall.ps1/install.shscripts that were removed from the public release in 0.3.0.
Notability
notability 3.0/10Routine minor release of Microsoft Fabric skills library.