terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Issue 2971: Service principle data source retrieval by SCIM ID
Changes
Allows for retrieval of service principals as data sources by SCIM ID.
Slight changes to allow for the use of ExactlyOneOf in schema definition, which helps with config validation.
Commit 54810c473fcc3155965f6355f4c066d38b3dec3a has a working and tested implementation closer to the original one, if so desired.
Closes #2971
Tests
Unrelated unit tests failing in the local dev environment.
- [x]
make testrun locally - [x] relevant change in
docs/folder - [ ] covered with integration tests in
internal/acceptance - [ ] relevant acceptance tests are passing
- [ ] using Go SDK
This became pretty stale. Will work to have those changes aligned with the latest updates to the repo.