This pull request includes changes primarily related to the PowerPlatform and its integration with the Terraform provider. The changes involve the addition of new data sources and tests, changes to existing test files, and updates to the application client in the PowerPlatform service.
This pull request includes changes primarily related to the PowerPlatform and its integration with the Terraform provider. The changes involve the addition of new data sources and tests, changes to existing test files, and updates to the application client in the PowerPlatform service.
New Data Sources and Outputs:
examples/data-sources/powerplatform_tenant_application_packages/data-source.tf
: Added new data sources for PowerPlatform tenant application packages.examples/data-sources/powerplatform_tenant_application_packages/outputs.tf
: Added outputs for the new data sources.Updates to Test Files:
internal/powerplatform/datasource_environment_application_packages_test.go
: Added a copyright notice and made changes to the test file. [1] [2]internal/powerplatform/datasource_environment_powerapps_test.go
: Added a copyright notice.internal/powerplatform/datasource_locations_test.go
: Added a copyright notice.internal/powerplatform/datasource_tenant_application_packages_test.go
: Added a new test file for tenant application packages data source.Updates to PowerPlatform Provider:
internal/powerplatform/provider.go
: Added a new data source for tenant application packages.internal/powerplatform/provider_test.go
: Updated the test to include the new data source.Updates to PowerPlatform Service:
internal/powerplatform/services/application/api_application.go
: Made changes to the application client to include methods for getting tenant applications and to update existing methods. [1] [2] [3] [4]Fixing #214