This pull request introduces version 3.0.0 of the project with significant updates, including breaking changes, new features, modifications, and bug fixes.
Breaking Changes:
powerplatform_solution.settings_file_checksum and powerplatform_solution.solution_file_checksum are now generated using SHA256 instead of MD5. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
powerplatform_tenant_settings.id is now set to the tenant id instead of a random guid, causing a change in the id value of existing resources. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
Removed powerplatform_solution.solution_name property as it is no longer required. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
Removed id attribute from multiple data sources including datasource_tenant_application_packages, datasource_securityroles, and others. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
New Features:
Environment Routing configuration added to powerplatform_tenant_settings. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
Added powerplatform_tenant data source to get information about the current tenant. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
Added powerplatform_tenant_capcity data source for capacity information. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
User-defined timeouts implemented for all resources. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
Added powerplatform_environment_group resource to support basic creation of environment groups. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
Modifications:
powerplatform_rest.expected_http_status and powerplatform_rest_query.expected_http_status types changed from []int64 to []int. This should not affect existing configurations. (.changes/3.0.0.md, CHANGELOG.md) [1][2][3]
Bug Fixes:
Fixed timeout error in powerplatform_billing_policy. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
Fixed authentication error when calling powerplatform_rest or powerplatform_rest_query on newly created environments. (.changes/3.0.0.md, CHANGELOG.md) [1][2]
This pull request introduces version 3.0.0 of the project with significant updates, including breaking changes, new features, modifications, and bug fixes.
Breaking Changes:
powerplatform_solution.settings_file_checksum
andpowerplatform_solution.solution_file_checksum
are now generated using SHA256 instead of MD5. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2]powerplatform_tenant_settings.id
is now set to the tenant id instead of a random guid, causing a change in the id value of existing resources. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2]powerplatform_solution.solution_name
property as it is no longer required. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2]id
attribute from multiple data sources includingdatasource_tenant_application_packages
,datasource_securityroles
, and others. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2]New Features:
powerplatform_tenant_settings
. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2]powerplatform_tenant
data source to get information about the current tenant. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2]powerplatform_tenant_capcity
data source for capacity information. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2].changes/3.0.0.md
,CHANGELOG.md
) [1] [2]powerplatform_environment_group
resource to support basic creation of environment groups. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2]Modifications:
powerplatform_rest.expected_http_status
andpowerplatform_rest_query.expected_http_status
types changed from[]int64
to[]int
. This should not affect existing configurations. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2] [3]Bug Fixes:
powerplatform_billing_policy
. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2]powerplatform_rest
orpowerplatform_rest_query
on newly created environments. (.changes/3.0.0.md
,CHANGELOG.md
) [1] [2]