Eventschemaset Consumption CLI

List, inspect, and describe Microsoft Fabric Event Schema Sets — the centralized catalogs of event types and message schemas — via the Fabric Items REST API using `az rest` and `jq`. Enumerate Event Schema Sets in a workspace, read item properties (sensitivity label, tags), and retrieve then base64-decode the item definition to summarize its `eventTypes` and `schemas`. Use when the user wants to: (1) list or search Event Schema Sets in a workspace, (2) inspect an Event Schema Set's properties, (3) decode a definition to enumerate its event types and message schemas, (4) verify schema formats and versions. Read-only; no authoring skill exists yet, so for writes use the Fabric Event Schema Set authoring REST APIs, and for the Eventstream ingestion pipeline use `eventstream-cli`. Triggers: "list Event Schema Sets", "show event schema sets", "inspect an event schema set", "describe an event schema set", "decode event schema set definition", "enumerate event types and schemas in an event schema set".

tuyv dde80fc 4 files · 66.9 KB Updated

File contents

tuyv/ccpm/tree/main/preset-registry/skills/microsoft-skills-for-fabric-eventschemaset-consumption-cli commit dde80fcf89

Frequently asked questions

npx skillmds@latest add tuyv/eventschemaset-consumption-cli