What problem does it solve?
Working with Microsoft Fabric Event Schema Sets through raw REST calls is error-prone: definitions must be base64-encoded, format fields have strict versioned values, and long-running operations require polling. This Skill gives an AI assistant the exact endpoints, payload shapes, and guardrails to author and inspect Event Schema Sets correctly.
Core Features & Use Cases
- Authoring mode: Create, rename, update the definition of, or delete an Event Schema Set, including base64-encoding the full eventTypes/schemas document and handling 202 Accepted LRO polling.
- Consumption mode: List Event Schema Sets, read item properties (OneLake path, sensitivity label), and decode definitions to enumerate event types, schemas, and schema versions.
- Use Case: Ask the assistant to add a BusinessEventType event OrderPlaced with a JSON schema to an existing catalog; it resolves the workspace and item IDs, decodes the current definition, appends the event, and submits the full override via updateDefinition.
Quick Start
Ask the assistant to list all Event Schema Sets in your Fabric workspace or to create a new Event Schema Set with a given name and event types.