microsoft / terraform-provider-power-platform

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

`powerplatform_admin_management_application` resource #436

Closed mattdot closed 2 weeks ago

mattdot commented 2 weeks ago

This pull request introduces a new resource for managing Power Platform admin applications, along with several supporting changes to the codebase and documentation.

New Resource Implementation:

Documentation and Examples:

Development Environment:

Testing:

These changes collectively introduce a new resource to manage Power Platform admin applications, enhance the development environment, and ensure comprehensive testing and documentation.This commit adds a new import script and model for the powerplatform_admin_management_application resource. The import script allows already registered admin management applications to be imported using the client id of a service principal. The model defines the structure of the admin management applicatio This pull request introduces a new resource for managing Power Platform admin applications in Terraform. The changes include documentation updates, example usage, and the implementation of the resource and its associated client.

Documentation and Examples:

Resource and Client Implementation: