Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2025

Bumps the terraform-providers group with 2 updates in the /infra directory: hashicorp/azurerm and microsoft/power-platform.
Bumps the terraform-providers group with 2 updates in the /infra/modules/copilot_studio directory: hashicorp/azurerm and microsoft/power-platform.
and update the resources to address the breaking changes iv power platform v4 https://github.com/microsoft/terraform-provider-power-platform/releases/tag/v4.0.0
Updates hashicorp/azurerm from 4.55.0 to 4.56.0

Release notes

Sourced from hashicorp/azurerm's releases.

v4.56.0

4.56.0 (December 11, 2025)

ENHANCEMENTS:

  • dependencies: healthbot - update to API version 2025-05-25 (#31328)
  • dependencies: terraform-plugin-testing - update to v1.14.0 (#31334)
  • Data Source: azurerm_cognitive_account - add support for new attributes (#30778)
  • azurerm_cognitive_account - add support for the kind property to rollback or upgrade from OpenAI to AIServices (#31063)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - the key_vault_key_id property now supports keys from Managed HSM Vaults (#31336)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - the key_vault_key_id property now supports versionless keys (#31336)
  • azurerm_healthbot - add support for the C1 and PES SKUs (#31328)
  • azurerm_lb fix ignore_changes behaviour in updatable properties (#31318)
  • azurerm_network_manager_network_group - add support for the member_type property [GH-30672
  • azurerm_network_manager_static_member - add support for using a subnet as the target resource (#30672)
  • azurerm_virtual_network_gateway - add support for the ErGwScale SKU (#31082)

BUG FIXES:

  • azurerm_container_app_environment_certificate - fix an issue that prevented creating the resource with an empty value for certificate_password (#31335)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - fix a panic that occurred when the customer managed key was removed from the workspace outside of Terraform (#31336)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - fix the timeout for the delete operation (#31336)
  • azurerm_storage_blob_inventory_policy - fix setting Resource Identity data (#31313)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.56.0 (December 11, 2025)

ENHANCEMENTS:

  • dependencies: healthbot - update to API version 2025-05-25 (#31328)
  • dependencies: terraform-plugin-testing - update to v1.14.0 (#31334)
  • Data Source: azurerm_cognitive_account - add support for new attributes (#30778)
  • azurerm_cognitive_account - add support for the kind property to rollback or upgrade from OpenAI to AIServices (#31063)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - the key_vault_key_id property now supports keys from Managed HSM Vaults (#31336)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - the key_vault_key_id property now supports versionless keys (#31336)
  • azurerm_healthbot - add support for the C1 and PES SKUs (#31328)
  • azurerm_lb fix ignore_changes behaviour in updatable properties (#31318)
  • azurerm_network_manager_network_group - add support for the member_type property [GH-30672
  • azurerm_network_manager_static_member - add support for using a subnet as the target resource (#30672)
  • azurerm_virtual_network_gateway - add support for the ErGwScale SKU (#31082)

BUG FIXES:

  • azurerm_container_app_environment_certificate - fix an issue that prevented creating the resource with an empty value for certificate_password (#31335)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - fix a panic that occurred when the customer managed key was removed from the workspace outside of Terraform (#31336)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - fix the timeout for the delete operation (#31336)
  • azurerm_storage_blob_inventory_policy - fix setting Resource Identity data (#31313)
Commits
  • 2e697fc CHANGELOG.md for 4.56.0 (#31304)
  • 1245ba0 azurerm_databricks_workspace_root_dbfs_customer_managed_key - fix panics, a...
  • 6e85df0 azurerm_container_app_environment_certificate - fix empty password scenario...
  • a5ff526 azurerm_lb - support ignore_changes on updatable properties and split `cr...
  • 303b068 azurerm_healthbot - upgrade to API version 2025-05-25, support new skus, ...
  • 7f31df3 Storage: Protect storageAccountsCache by lock in AccountKey() (#31323)
  • 881a749 dependencies - update terraform-plugin-testing to v1.14.0 (#31334)
  • d04338b azurerm_virtual_network_gateway: add support for ErGwScale in sku (#31082)
  • f4103e5 Tooling - Update copyright headers in generators (#31302)
  • c6c0804 [IND-4227] [COMPLIANCE] Update Copyright Headers (Batch 26 of 31) (#31276)
  • Additional commits viewable in compare view

Updates microsoft/power-platform from 3.9.1 to 4.0.0

Release notes

Sourced from microsoft/power-platform's releases.

v4.0.0

4.0.0 - 2025-12-16

[!IMPORTANT] This is a breaking release, powerplatform_managed_environment maker_onboarding_markdown and maker_onboarding_url are now removed.

💥 Breaking

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

🪲 Fixed

  • #931 Fixed error when environment is part of an Environment Group by adding warning instead of error when managed environment settings cannot be applied
  • #984 Deprecate tenant_id attribute in tenant capacity data source and migrate to new API endpoint with expanded response structure
  • #1006 Handle 404 status on environment read/delete as deleted resource instead of fatal error
Changelog

Sourced from microsoft/power-platform's changelog.

4.0.0 - 2025-12-16

[!IMPORTANT] This is a breaking release, powerplatform_managed_environment maker_onboarding_markdown and maker_onboarding_url are now removed.

💥 Breaking

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

🪲 Fixed

  • #931 Fixed error when environment is part of an Environment Group by adding warning instead of error when managed environment settings cannot be applied
  • #984 Deprecate tenant_id attribute in tenant capacity data source and migrate to new API endpoint with expanded response structure
  • #1006 Handle 404 status on environment read/delete as deleted resource instead of fatal error
Commits
  • f8775b6 Docs for Release/v4.0.0 (#1012)
  • 535d512 fix: handle 404 status as deleted resource instead of fatal error (#1011)
  • 871c7ed Request content was invalid and could not be deserialized could not find memb...
  • ddc1763 Chore(deps): Bump github/issue-metrics from 3.25.4 to 3.25.5 (#1008)
  • cd1929c Chore(deps): Bump codecov/test-results-action from 1.1.1 to 1.2.1 (#1009)
  • 1692d6d Chore(deps): Bump hashicorp/azurerm (#1005)
  • 51712fd Chore(deps): Bump github/codeql-action from 4.31.7 to 4.31.8 (#1004)
  • a978625 Chore(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#1003)
  • bc6950d Chore(deps): Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#1001)
  • be288e9 Chore(deps): Bump step-security/harden-runner from 2.13.3 to 2.14.0 (#1002)
  • Additional commits viewable in compare view

…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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Dec 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 16, 2025 23:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Dec 16, 2025
@github-actions
Copy link

Terraform Validation Passed ✅

The Terraform provider update has been validated with:

  • ✅ Terraform Init
  • ✅ Terraform Format Check
  • ✅ Terraform Validation
  • ✅ TFLint Check
  • ✅ Security Scanning

This PR can pass all the checks to be tested and then merged.

…riables from power platform managed environment as platform provider version upgrade to v4.0.0
@HadwaAbdelhalem HadwaAbdelhalem changed the title chore(deps): bump the terraform-providers group across 2 directories with 2 updates Bump the terraform-providers group across 2 directories with 2 updates Dec 17, 2025
@HadwaAbdelhalem HadwaAbdelhalem self-assigned this Dec 17, 2025
@HadwaAbdelhalem HadwaAbdelhalem changed the title Bump the terraform-providers group across 2 directories with 2 updates Bump the terraform-provider versions Dec 17, 2025
@devorekristen devorekristen self-requested a review December 17, 2025 17:30
@devorekristen devorekristen merged commit bd7e261 into main Dec 17, 2025
12 checks passed
@devorekristen devorekristen deleted the dependabot/terraform/infra/terraform-providers-cbd6dea1b0 branch December 17, 2025 17:30
devorekristen added a commit that referenced this pull request Dec 17, 2025
* Cross linked the CAIRA repository

* Bump the terraform-provider versions (#347)

* 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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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] <[email protected]>

* chore(deps): remove no longer supported  "maker onboarding" related variables from power platform managed environment as platform provider version upgrade to v4.0.0

* readd missing description for power_platform_managed_environment variable

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hadwa Gaber <[email protected]>

* chore(ci): update paths-ignore for main and pull_request triggers in azure-dev.yml (#348)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kristen DeVore <[email protected]>
Co-authored-by: Ian Jensen <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hadwa Gaber <[email protected]>
devorekristen added a commit that referenced this pull request Dec 22, 2025
* Cross linked the CAIRA repository

* Bump the terraform-provider versions (#347)

* 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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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](hashicorp/terraform-provider-azurerm@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](microsoft/terraform-provider-power-platform@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
...



* chore(deps): remove no longer supported  "maker onboarding" related variables from power platform managed environment as platform provider version upgrade to v4.0.0

* readd missing description for power_platform_managed_environment variable

---------





* chore(ci): update paths-ignore for main and pull_request triggers in azure-dev.yml (#348)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Court <[email protected]>
Co-authored-by: Ian Jensen <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hadwa Gaber <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code terraform-validated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants