update_procedure
Replace an existing stored procedure in a Microsoft Fabric warehouse or SQL analytics endpoint with a new definition. Specify workspace, item, qualified name, and body to apply CREATE OR ALTER PROCEDURE.
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 |
|---|---|---|---|
| body | Yes | ||
| item | Yes | ||
| workspace | Yes | ||
| qualified_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||