microsoft / terraform-provider-power-platform

Power Platform Terraform Provider
https://registry.terraform.io/providers/microsoft/power-platform/latest/docs
MIT License
35 stars 13 forks source link

fixing rest to apply infrastructure changes #373

Closed mawasile closed 3 months ago

mawasile commented 4 months ago

This pull request includes several changes in the internal/powerplatform package, primarily focusing on refining the handling of operations and responses in the REST API. The most significant changes include the creation of a new forceStringValueUnknownModifier function, modifications to the SendOperation method to return types.Object instead of *types.Object, and several changes to the DataverseWebApiResource methods to enhance the handling of operations and responses.

Changes related to forceStringValueUnknownModifier:

Changes related to SendOperation:

Changes related to DataverseWebApiResource:

Other changes: