You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.3.7] - 2026-07-09
Added
skills/sqldb-authoring-cli/SKILL.md, skills/sqldb-consumption-cli/SKILL.md, skills/sqldb-operations-cli/SKILL.md -- new SQL Database in Fabric skills (authoring, read-only consumption, and performance/diagnostics).
Changed
skills/powerbi-report-authoring, skills/powerbi-report-design, skills/powerbi-report-management, skills/powerbi-report-planning -- refreshed guidance (no routing or version changes): cardVisual vs. legacy multiRowCard anti-patterns and multi-value card guidance, catalog describe role-name verification (Data vs. legacy Fields), CLI @latest install/update guidance, PBIR .platform/version.json/pages.json scaffolding clarifications, conditional-formatting data-bars and single-hue gradient guidance, fontColor vs. fontColorPrimary handling, Desktop unsaved-changes pre-reload check, slicer tooltip visualTooltip.show requirement, and cartesian/non-cartesian per-series color guidance.
skills/dataflows-authoring-cli -- treats a terminal, non-retriable Dataflow Gen2 refresh outcome as a stop condition instead of a debugging loop: a refresh/LRO job reaching terminal Failed/Cancelled, a backend error with isRetriable: false, or a workspace-wide UnknownException now surfaces the raw failureReason and ends. Refresh-failure isolation is bounded to a single executeQuery attempt. The refresh-poll examples (bash + PowerShell) poll a bounded loop over the known terminal set (Completed/Failed/Cancelled/Deduped), treat Deduped as concurrency (another refresh already running) rather than a failure, and surface .failureReason on Failed/Cancelled.
Fixed
skills/powerbi-report-authoring -- schema-version guidance no longer points at the unpublished visualContainer/2.10.0 schema (which returns 404 on live $schema validation); it now copies $schema from an existing visual.json and otherwise falls back to the published 2.9.0. Fixes #55.
skills/powerbi-report-authoring -- map fallback guidance uses the valid clusteredBarChart visual type (was the invalid barChartClustered) and no longer mislabels shapeMap as a legacy visual (only map/filledMap are legacy Bing Maps visuals; verified via powerbi-report-author validate).
skills/powerbi-report-design -- accessibility target-size criterion corrected from WCAG 2.5.5 (Target Size Enhanced, AAA, >=44px) to 2.5.8 (Target Size Minimum, AA, >=24px), and contrast-ratio examples corrected. Fixes #43.
skills/powerbi-report-authoring -- version.json scaffolding guidance now stresses preserving the full scaffolded file including $schema, avoiding the local-validate-passes-but-Fabric-updateDefinition-rejects mismatch. Relates to #35.
skills/activator-authoring-cli -- when a requested alert or rule targets a signal that no discoverable source in the workspace exposes, the skill now stops and asks which source and fields provide it instead of creating a Reflex or modifying an unrelated existing item to force-fit the request.