remove_audit_group
Remove a single audit action group from a Fabric warehouse without altering other groups. Changes apply immediately to the live audit policy.
Instructions
Remove a single audit action group without overwriting the others.
Idempotent -- if the group is not present the current settings are returned unchanged. Auditing must already be enabled.
CAUTION: changes take effect immediately on the live audit policy.
CAUTION: Each audit write reads current settings via an eventually-consistent GET that may lag a recent PATCH by several minutes. Two audit writes issued within that window can cause the second to silently revert the first. Space audit writes at least a few minutes apart.
Args:
workspace: Workspace name or GUID.
warehouse: Warehouse or SQL analytics endpoint name or GUID.
group: Action group name, e.g. BATCH_COMPLETED_GROUP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | ||
| warehouse | Yes | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||