- Fix
databricks_metastoreso that updatingexternal_access_enabledfromtruetofalseis sent in the PATCH request. Previously the field was silently dropped from the request body, so the change never reached the API.
-
Pass
excludedAttributes=entitlementson SCIM/Merequests (#5725).The provider only needs identity fields (
userName,id,externalId) from/Me, never entitlements. Skipping the entitlement computation avoids an expensivegetEffectivePermissionstraversal on the SCIM backend, which has caused incidents on workspaces with large grant counts.