Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ds-workspace): invalid schema for the workspace identity (#16)
# 📥 Pull Request close #15 ## ❓ What are you trying to address This pull request addresses a schema issue in the `fabric_workspace` data-source and includes related documentation and code updates. The most important changes include fixing the schema, updating the documentation, and modifying the relevant code to reflect the schema change. ## ✨ Description of new changes Documentation Update: * [`docs/data-sources/workspace.md`](diffhunk://#diff-7cd9d7c89e4d61074ba868cdb987ff36a2cd7b06c205e0926cb33a0e37a4c586L70-R71): Updated the `enabled` attribute to `type` in the workspace identity documentation. Bug Fix: * [`internal/services/workspace/data_workspace.go`](diffhunk://#diff-56f9c23c9a9645da1fae3a5fb8a2019a63fe3ccc69d44b973c1cc4e733df273bL88-R89): Modified the schema attribute from `enabled` (bool) to `type` (string) in the `Schema` function. Bug Fix: * [`internal/testhelp/wellknown.go`](diffhunk://#diff-433c3c086ae764bf7e657e3522ab3449c7b901b01acbe63b857b2d7779e480bfL393-R393): Fixed a bug where `values.Group.ID` was incorrectly set to `sp.Id` instead of `group.Id`.
- Loading branch information