Skip to content

Commit f8775b6

Browse files
mawasileCopilot
andauthored
Docs for Release/v4.0.0 (#1012)
* fix: restore breaking change documentation for powerplatform_managed_environment attributes * chore: remove deprecated breaking and fixed change logs for 4.0.0 release * Update .changes/4.0.0.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update 4.0.0.md * Update CHANGELOG for breaking changes in 4.0.0 This release removes deprecated attributes and introduces new ones for powerplatform_managed_environment. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 535d512 commit f8775b6

File tree

6 files changed

+29
-20
lines changed

6 files changed

+29
-20
lines changed

.changes/4.0.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 4.0.0 - 2025-12-16
2+
3+
> [!IMPORTANT]
4+
> This is a breaking release, powerplatform_managed_environment **maker_onboarding_markdown** and **maker_onboarding_url** are now removed.
5+
6+
### 💥 Breaking
7+
8+
* [#1000](https://github.com/microsoft/terraform-provider-power-platform/issues/1000) powerplatform_managed_environment removing no longer supported attributes (maker_onboarding_markdown, maker_onboarding_url) added new attributes (power_automate_is_sharing_disabled, copilot_allow_grant_editor_permissions_when_shared, copilot_limit_sharing_mode, copilot_max_limit_user_sharing)
9+
10+
### 🪲 Fixed
11+
12+
* [#931](https://github.com/microsoft/terraform-provider-power-platform/issues/931) Fixed error when environment is part of an Environment Group by adding warning instead of error when managed environment settings cannot be applied
13+
* [#984](https://github.com/microsoft/terraform-provider-power-platform/issues/984) Deprecate tenant_id attribute in tenant capacity data source and migrate to new API endpoint with expanded response structure
14+
* [#1006](https://github.com/microsoft/terraform-provider-power-platform/issues/1006) Handle 404 status on environment read/delete as deleted resource instead of fatal error

.changes/unreleased/fixed-20251022-124634.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20251201-091906.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20251215-145602.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20251216-121354.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

99

10+
## 4.0.0 - 2025-12-16
11+
12+
> [!IMPORTANT]
13+
> This is a breaking release, powerplatform_managed_environment **maker_onboarding_markdown** and **maker_onboarding_url** are now removed.
14+
15+
### 💥 Breaking
16+
17+
* [#1000](https://github.com/microsoft/terraform-provider-power-platform/issues/1000) powerplatform_managed_environment removing no longer supported attributes (maker_onboarding_markdown, maker_onboarding_url) added new attributes (power_automate_is_sharing_disabled, copilot_allow_grant_editor_permissions_when_shared, copilot_limit_sharing_mode, copilot_max_limit_user_sharing)
18+
19+
### 🪲 Fixed
20+
21+
* [#931](https://github.com/microsoft/terraform-provider-power-platform/issues/931) Fixed error when environment is part of an Environment Group by adding warning instead of error when managed environment settings cannot be applied
22+
* [#984](https://github.com/microsoft/terraform-provider-power-platform/issues/984) Deprecate tenant_id attribute in tenant capacity data source and migrate to new API endpoint with expanded response structure
23+
* [#1006](https://github.com/microsoft/terraform-provider-power-platform/issues/1006) Handle 404 status on environment read/delete as deleted resource instead of fatal error
24+
1025
## 3.9.1 - 2025-10-06
1126

1227
### 🪲 Fixed

0 commit comments

Comments
 (0)