This pull request includes several updates to the documentation and schema for the Power Platform Terraform Provider. The changes enhance the clarity of the documentation, update API permissions, and introduce new resources.
Documentation Updates:
docs/guides/app_registration.md and templates/guides/app_registration.md.tmpl: Updated the steps for creating an App Registration and added new API permissions required for the Power Platform Provider. Also included a PowerShell script for refreshing API visibility. [1][2][3][4][5][6]
docs/index.md: Updated the required provider version and added a section for release notes. [1][2][3]
This pull request includes several updates to the documentation and schema for the Power Platform Terraform Provider. The changes enhance the clarity of the documentation, update API permissions, and introduce new resources.
Documentation Updates:
docs/guides/app_registration.md
andtemplates/guides/app_registration.md.tmpl
: Updated the steps for creating an App Registration and added new API permissions required for the Power Platform Provider. Also included a PowerShell script for refreshing API visibility. [1] [2] [3] [4] [5] [6]docs/index.md
: Updated the required provider version and added a section for release notes. [1] [2] [3]docs/guides/release_notes.md
: Removed the release notes section as it is now included indocs/index.md
.New Resource Documentation:
docs/resources/environment_group_rule_set.md
: Added documentation for the newpowerplatform_environment_group_rule_set
resource, including example usage and schema details.Schema and Example Updates:
internal/services/environment_group_rule_set/resource_environment_group_rule_set.go
: Updated the schema description for theenvironment_group_rule_set
resource.examples/provider/provider.tf
: Added a new example for configuring the Power Platform provider.…emplates