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 authentication configuration in api_client.go and auth.go #447

Closed mattdot closed 2 months ago

mattdot commented 2 months ago

This pull request involves a significant refactor of the configuration and authentication handling in the internal/config and internal/api packages. The main goal is to simplify the configuration structure by moving several fields from ProviderCredentials to ProviderConfig.

Configuration Refactor:

Authentication Updates:

Provider Initialization:

Minor Fixes: