All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.
- #423 adding powerplatform_environment_group_rule_set. Currently not supported when using service principal authentication
- #499 Fixing issue that dlp policies does not apply all connectors and require reapply
- #502 powerplatform_environment fixed error during environment update when a custom domain is set
- #414 Improved documentation of
data_record
with examples for app users, business units, teams, and roles
- #471 adding
unique_name
topowerplatform_environments
&powerplatform_environment
- #467 added
disable_on_destroy
attribute topowerplatform_record
- #468
powerplatform_environment
:environment_type
change triggers update not recreate - #477 Fixed
powerplatform_rest
resources that only have a destroy - #474 powerplatform_data_record invalid character '<' error when running apply
- #458
powerplatform_solution.settings_file_checksum
is now generated using SHA256 instead of MD5. - #458
powerplatform_solution.solution_file_checksum
is now generated using SHA256 instead of MD5. - #399
powerplatform_tenant_settings.id
is now set to the tenant id instead of a random guid. This will cause a change in the id value of existing resources. - #412 Removed
powerplatform_solution.solution_name
property because it is no longer required or used by implementation - #457 Removed
id
attribute from datasource_tenant_application_packages, datasource_securityroles, datasource_connection_shares, datasource_connections, datasource_connectors, datasource_currencies, datasource_dlp_policy, datasource_environments, datasource_environment_settings, datasource_environment_templates, datasource_languages, datasource_billing_policies, datasource_locations, datasource_environment_powerapps, datasource_solutions, datasource_tenant_settings
- #399 Environment Routing configuration added to
powerplatform_tenant_settings
- #401
powerplatform_tenant
data source added to get information about current tenant - #401
powerplatform_tenant_capcity
data source added for capacity information - #408 User defined timeouts implemented for all resources
- #393
powerplatform_environment_group
resource added to support basic creation of environment groups (no rules yet)
- #458
powerplatform_rest.expected_http_status
type is changed from []int64 to []int. Practically, this should not affect any existing configurations. - #458
powerplatform_rest_query.expected_http_status
type is changed from []int64 to []int. Practically, this should not affect any existing configurations.