Bug Fixes
- Fix
databricks_grantanddatabricks_grantsfor the AI Gateway securables (model_service,mcp_service,model_provider_service). Wiringdatabricks_ai_gateway_*.<x>.nameinto the corresponding grant field previously failed on apply withNo API found for 'GET /unity-catalog/permissions/model_provider_service/model-provider-services/<full_name>', because thatnameattribute carries a resource-name prefix (e.g.model-provider-services/) that the permissions API does not expect. The prefix is now stripped before it reaches the API path and the resource ID, and aDiffSuppressFunctreats the prefixed and bare forms as equal, so both the.namereference and a bare full name apply cleanly with no perpetual diff.