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

Refactor to use request context in all resources and data sources #456

Closed mattdot closed 2 months ago

mattdot commented 2 months ago

This pull request includes significant changes to multiple resource and data source files within the internal/services directory. The main focus is on refactoring to use the new helpers.TypeInfo structure and improving context management by integrating the helpers.EnterRequestContext function.

Refactoring to use helpers.TypeInfo:

Improved context management: