This pull request enhances the documentation and schema descriptions for Power Platform Environment Settings by adding information about accessing and managing additional environment settings stored as Dataverse records.
Documentation updates:
docs/data-sources/environment_settings.md: Added details on accessing additional environment settings stored in Dataverse and referenced the powerplatform_data_records resource.
docs/resources/environment_settings.md: Updated to include information on managing additional environment settings using the powerplatform_data_record resource.
This pull request enhances the documentation and schema descriptions for Power Platform Environment Settings by adding information about accessing and managing additional environment settings stored as Dataverse records.
Documentation updates:
docs/data-sources/environment_settings.md
: Added details on accessing additional environment settings stored in Dataverse and referenced thepowerplatform_data_records
resource.docs/resources/environment_settings.md
: Updated to include information on managing additional environment settings using thepowerplatform_data_record
resource.Schema description updates:
internal/services/environment_settings/datasource_environment_settings.go
: Enhanced theMarkdownDescription
for theEnvironmentSettingsDataSource
schema to mention Dataverse records and thepowerplatform_data_records
resource.internal/services/environment_settings/resources_environment_settings.go
: Improved theMarkdownDescription
for theEnvironmentSettingsResource
schema to include information on managing additional settings via thepowerplatform_data_record
resource.