Problem Description: We are encountering a deployment failure in our production pipeline when updating an existing Azure Databricks workspace.
Error Code: ApplianceManagedResourceGroupManagedByMismatch
Error Message: The managed resource group maep1-adp-dbrmgmt-rg already exists but is missing the required managedBy link to the workspace, or there is a casing mismatch.
Current State: * The Portal shows the Managed Resource Group is correctly linked to the workspace.
However, the Azure CLI (az group show --name maep1-adp-dbrmgmt-rg --query managedBy) returns null/empty.
Manual attempts to fix the `managedBy` property via `az resource update` fail due to a __System Deny Assignment__ (ID: `7b4e76ed5e6d4f24bb8aab86950fbdc8`) created by the Databricks appliance.
__Request:__ We need the Databricks Resource Provider to re-sync the "Appliance" state. Please either: