You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] Remove config drift if Azure SP is used in databricks_credential (#4294)
## Changes
<!-- Summary of your changes that are easy to understand -->
The same as in `databricks_storage_credential` - because Azure SP secret
is sensitive value, it isn't returned by API, and we need to copy it
from the previous state.
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] relevant acceptance tests are passing
- [ ] using Go SDK
0 commit comments