Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Remove config drift if Azure SP is used in `databricks_credenti…
…al` (#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
- Loading branch information