Notable Changes
- Direct deployment engine for DABs is now in Public Preview. Documentation at docs/direct.md.
CLI
- Auth commands now error when --profile and --host conflict (#4841)
- Add
--force-refreshflag todatabricks auth tokento force a token refresh even when the cached token is still valid (#4767)
Bundles
- Deduplicate grant entries with duplicate principals or privileges during initialization (#4801)
- Fix
bundle deployment bindto always pull remote state before modifying (#4892) - engine/direct: Fix drift in grants resource due to privilege reordering (#4794)
- engine/direct: Fix 400 error when deploying grants with ALL_PRIVILEGES (#4801)
- engine/direct: Fix unwanted recreation of secret scopes when scope_backend_type is not set (#4834)
- engine/direct: Fix bind and unbind for non-Terraform resources (#4850)
- engine/direct: Fix deploying removed principals (#4824)
- engine/direct: Fix secret scope permissions migration from Terraform to Direct engine (#4866)