Open mawasile opened 2 days ago
Attention: Patch coverage is 66.93767%
with 122 lines
in your changes missing coverage. Please review.
Project coverage is 73.18%. Comparing base (
7d15a3d
) to head (6c24135
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This pull request includes significant changes to the
powerplatform_user
resource, focusing on adding support for environments without Dataverse and updating the user management workflow. The most important changes include adding support for non-Dataverse environments, modifying test workflows, and updating documentation.Support for Non-Dataverse Environments:
.changes/unreleased/added-20241118-091212.yaml
)powerplatform_user
resource to handle non-Dataverse environments, specifying that only 'Environment Admin' and 'Environment Maker' roles are allowed in such cases. (docs/resources/user.md
) [1] [2]Workflow Updates:
TestAccUserResource_Validate_Create_Environment_User
test. (.github/workflows/run_tests.yml
)Documentation Enhancements:
powerplatform_user
documentation to include a note about role compatibility when transitioning from non-Dataverse to Dataverse environments. (docs/resources/user.md
)Example Configuration Adjustments:
examples/resources/powerplatform_user/resource.tf
,examples/resources/powerplatform_user/outputs.tf
) [1] [2]Internal Code Refactoring:
Find
function to thearray
helper to facilitate searching within arrays. (internal/helpers/array/array.go
)internal/services/authorization/api_user.go
) [1] [2] [3] [4] [5] [6] [7] [8] [Copilot is generating a summary...]