update_procedure
Update a stored procedure by redefining its body. Executes CREATE OR ALTER PROCEDURE on Fabric Data Warehouses or SQL Analytics Endpoints.
Instructions
Redefine a stored procedure via CREATE OR ALTER PROCEDURE.
Stored procedures are supported on both Fabric Data Warehouses and SQL Analytics Endpoints.
CAUTION: body is executed verbatim as DDL. Ensure the body
matches the user's intent before calling this tool.
Args:
workspace: Workspace name or GUID.
item: Warehouse or SQL endpoint name or GUID.
qualified_name: Dot-separated qualified procedure name, e.g. dbo.usp_load.
body: The new procedure body (the AS … section).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| qualified_name | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||