variable_library_create
Create a variable library in a Microsoft Fabric workspace, optionally loading definitions from a directory.
Instructions
Create a new variable library in a workspace (long-running). Optionally provide a directory containing the definition files (variables.json, settings.json, valueSets/*.json).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Description of the variable library (max 256 characters) | |
| displayName | Yes | Display name for the variable library | |
| workspaceId | Yes | The workspace ID | |
| definitionDirectoryPath | No | Path to a directory containing definition files (variables.json, settings.json, valueSets/*.json, .platform) |