Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 4.9 KB

CHANGELOG.md

File metadata and controls

64 lines (40 loc) · 4.9 KB

Changelog

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.

3.2.0 - 2024-10-29

✨ Added

  • #423 adding powerplatform_environment_group_rule_set. Currently not supported when using service principal authentication

🪲 Fixed

  • #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

📚 Documentation

  • #414 Improved documentation of data_record with examples for app users, business units, teams, and roles

3.1.0 - 2024-10-02

✨ Added

  • #471 adding unique_name to powerplatform_environments & powerplatform_environment
  • #467 added disable_on_destroy attribute to powerplatform_record

🪲 Fixed

  • #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

3.0.0 - 2024-09-24

💥 Breaking

  • #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

✨ Added

  • #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)

💫 Changed

  • #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.

🪲 Fixed

  • #376 Fixed timeout error in powerplatform_billing_policy
  • #452 Fixed authentication error when calling powerplatform_rest or powerplatform_rest_query on newly created environment