Skip to content

Files

Latest commit

 

History

History
112 lines (70 loc) · 8.73 KB

CHANGELOG.md

File metadata and controls

112 lines (70 loc) · 8.73 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.4.0 - 2025-03-06

✨ Added

  • #243 Added Managed identity and Workload Identity Federation authentication
  • #548 powerplatform_environment added explicit error when cannot provision new environment in a selected azure region
  • #551 added new powerplatform_copilot_studio_application_insights resource
  • #116 powerplatform_managed_environment adding solution_checker_rule_overrides attribute that allows defining solutin checker rules when enabling managed environment
  • #568 powerplatform_environment enhance support for creating developer environment on behalf of a user
  • #572 powerplatform_environment support get new features early wiht new release_cycle attribute
  • #576 powerplatform_environment_settings adding additional IP firewall settings
  • #589 powerplatform_environment adding allow_bing_search and allow_moving_data_across_regions attributes

💫 Changed

  • #604 powerplatform_environment attributes environment_group_id and billing_policy_id uses empty guid 00000000-0000-0000-0000-000000000000 as no value, instead of ""

🪲 Fixed

  • #557 powerplatform_data_record adding warning when something else than set is used for columns dynamic attribute
  • #565 Fixed issues with powerplatform_environment_group_rule_set throwing RuleSetInvalid error
  • #595 powerplatform_environment fixing bug that updating display_name field triggers manager environment to enable itself

📚 Documentation

  • #538 Improve documentation around powerplatform_environment_application_package_install resource
  • #584 Correct telemetry_optout documentation about User-Agent header

3.3.0 - 2024-11-28

✨ Added

  • #478 adding powerplatform_enterprise_policy resource
  • #488 powerplatform_user - added support for adding user to environments without dataverse created.
  • #431 powerplatform_environment_settings adding log_retention_period_in_days.

💫 Changed

  • #508 powerplatform_environment - removed 'known-after-apply' state for attributes that do not change during update

🪲 Fixed

  • #518 powerplatform_data_loss_prevention_policy added additional validation for default_action_rule_behavior and action_rules when both are empty

📚 Documentation

  • #513 Added documentation to environment_settings to mention using data_record and data_records to get environment settings from Dataverse

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