From 3df73bdf1c2bf3f13a7ce632509243cce32b5986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:19:35 +0000 Subject: [PATCH 1/3] chore(deps): bump the terraform-providers group across 2 directories with 2 updates Bumps the terraform-providers group with 2 updates in the /infra directory: [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) and [microsoft/power-platform](https://github.com/microsoft/terraform-provider-power-platform). Bumps the terraform-providers group with 2 updates in the /infra/modules/copilot_studio directory: [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) and [microsoft/power-platform](https://github.com/microsoft/terraform-provider-power-platform). Updates `hashicorp/azurerm` from 4.55.0 to 4.56.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.55.0...v4.56.0) Updates `microsoft/power-platform` from 3.9.1 to 4.0.0 - [Release notes](https://github.com/microsoft/terraform-provider-power-platform/releases) - [Changelog](https://github.com/microsoft/terraform-provider-power-platform/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/terraform-provider-power-platform/compare/v3.9.1...v4.0.0) Updates `hashicorp/azurerm` from 4.55.0 to 4.56.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.55.0...v4.56.0) Updates `microsoft/power-platform` from 3.9.1 to 4.0.0 - [Release notes](https://github.com/microsoft/terraform-provider-power-platform/releases) - [Changelog](https://github.com/microsoft/terraform-provider-power-platform/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/terraform-provider-power-platform/compare/v3.9.1...v4.0.0) Updates `hashicorp/azurerm` from 4.55.0 to 4.56.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.55.0...v4.56.0) Updates `microsoft/power-platform` from 3.9.1 to 4.0.0 - [Release notes](https://github.com/microsoft/terraform-provider-power-platform/releases) - [Changelog](https://github.com/microsoft/terraform-provider-power-platform/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/terraform-provider-power-platform/compare/v3.9.1...v4.0.0) Updates `hashicorp/azurerm` from 4.55.0 to 4.56.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.55.0...v4.56.0) Updates `microsoft/power-platform` from 3.9.1 to 4.0.0 - [Release notes](https://github.com/microsoft/terraform-provider-power-platform/releases) - [Changelog](https://github.com/microsoft/terraform-provider-power-platform/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/terraform-provider-power-platform/compare/v3.9.1...v4.0.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: microsoft/power-platform dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: microsoft/power-platform dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: microsoft/power-platform dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: microsoft/power-platform dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: terraform-providers ... Signed-off-by: dependabot[bot] --- infra/modules/copilot_studio/terraform.tf | 4 ++-- infra/provider.tf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/modules/copilot_studio/terraform.tf b/infra/modules/copilot_studio/terraform.tf index e8bab4ae..878d29f1 100644 --- a/infra/modules/copilot_studio/terraform.tf +++ b/infra/modules/copilot_studio/terraform.tf @@ -10,7 +10,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.55.0" + version = "4.56.0" } modtm = { source = "Azure/modtm" @@ -18,7 +18,7 @@ terraform { } powerplatform = { source = "microsoft/power-platform" - version = "3.9.1" + version = "4.0.0" } random = { source = "hashicorp/random" diff --git a/infra/provider.tf b/infra/provider.tf index a29e9352..820d94c1 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -20,7 +20,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.55.0" + version = "4.56.0" } modtm = { source = "Azure/modtm" @@ -28,7 +28,7 @@ terraform { } powerplatform = { source = "microsoft/power-platform" - version = "3.9.1" + version = "4.0.0" } random = { source = "hashicorp/random" From 53a532319010e1559f03016d8e5f6611f42e4c0e Mon Sep 17 00:00:00 2001 From: Hadwa Gaber Date: Tue, 16 Dec 2025 16:39:08 -0800 Subject: [PATCH 2/3] chore(deps): remove no longer supported "maker onboarding" related variables from power platform managed environment as platform provider version upgrade to v4.0.0 --- infra/modules/copilot_studio/power_platform_core.tf | 2 -- infra/modules/copilot_studio/variables.tf | 5 ----- infra/variables.tf | 4 ---- 3 files changed, 11 deletions(-) diff --git a/infra/modules/copilot_studio/power_platform_core.tf b/infra/modules/copilot_studio/power_platform_core.tf index e02cfc7b..787b9aab 100644 --- a/infra/modules/copilot_studio/power_platform_core.tf +++ b/infra/modules/copilot_studio/power_platform_core.tf @@ -74,7 +74,5 @@ resource "powerplatform_managed_environment" "this" { max_limit_user_sharing = var.power_platform_managed_environment.max_limit_user_sharing solution_checker_mode = var.power_platform_managed_environment.solution_checker_mode suppress_validation_emails = var.power_platform_managed_environment.suppress_validation_emails - maker_onboarding_markdown = var.power_platform_managed_environment.maker_onboarding_markdown - maker_onboarding_url = var.power_platform_managed_environment.maker_onboarding_url } diff --git a/infra/modules/copilot_studio/variables.tf b/infra/modules/copilot_studio/variables.tf index c49dfb42..6b959a01 100644 --- a/infra/modules/copilot_studio/variables.tf +++ b/infra/modules/copilot_studio/variables.tf @@ -57,8 +57,6 @@ variable "power_platform_managed_environment" { max_limit_user_sharing = number solution_checker_mode = string suppress_validation_emails = bool - maker_onboarding_markdown = string - maker_onboarding_url = string }) description = < Date: Tue, 16 Dec 2025 16:58:44 -0800 Subject: [PATCH 3/3] readd missing description for power_platform_managed_environment variable --- infra/modules/copilot_studio/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/modules/copilot_studio/variables.tf b/infra/modules/copilot_studio/variables.tf index 6b959a01..dfa2c2fe 100644 --- a/infra/modules/copilot_studio/variables.tf +++ b/infra/modules/copilot_studio/variables.tf @@ -65,6 +65,7 @@ variable "power_platform_managed_environment" { - `max_limit_user_sharing`: The maximum limit for user sharing in the Power Platform managed environment. - `solution_checker_mode`: The solution checker mode for the Power Platform managed environment. - `suppress_validation_emails`: Whether validation emails are suppressed for the Power Platform managed environment. + DESCRIPTION } variable "primary_subnet_id" {