What problem does it solve? Manually promoting content between Microsoft Fabric workspaces (Dev, Test, Prod) is slow, error-prone, and requires multiple REST calls to initialize operations, poll long-running operations, and validate conflicts. This Skill encapsulates the full CI/CD cycle for Fabric deployment pipelines. ## Core Features & Use Cases - Pipeline Lifecycle Management: Create multi-stage deployment pipelines, assign workspaces to stages, and manage role assignments (RBAC) via the Fabric REST API. - Automated Deploys with LRO Polling: Execute full or selective item deploys between stages with automatic long-running operation polling until success or failure, including conflict resolution policies (PreferRemote/PreferWorkspace). - Audit & Rollback: List deployment operation history, use structured deployment notes for auditing, and perform rollback via re-deploy or Git Integration. - Use Case: A data team needs to promote semantic models and reports from a Development workspace to Testing every sprint. Use this Skill to create the pipeline, assign workspaces, and run the deploy with a single call while the operation is polled to completion. ## Quick Start Ask the agent to create a three-stage Fabric deployment pipeline, assign the Dev, Test, and Prod workspaces, and deploy all content from Development to Testing with a deployment note.