fabric_update_pipeline_definition
Replace a pipeline's activities and parameters. Provide pipeline ID and new activity definitions.
Instructions
Replace a pipeline's activities + parameters (long-running).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipelineId | Yes | Data pipeline ID | |
| activities | Yes | ADF-format activity objects (TridentNotebook, Copy, …) | |
| parameters | No | Pipeline parameters (name → { type, defaultValue }) | |
| workspace | No | Workspace ID (defaults to FABRIC_DEFAULT_WORKSPACE) |