Skip to content

Bump hashicorp/azurerm from 4.28.0 to 4.29.0 #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps hashicorp/azurerm from 4.28.0 to 4.29.0.

Release notes

Sourced from hashicorp/azurerm's releases.

v4.29.0

FEATURES:

  • New Resource: azurerm_system_center_virtual_machine_manager_virtual_machine_instance_guest_agent (#28953)

ENHANCEMENTS:

  • azurerm_api_management_api - fix import of resources (#28193)
  • azurerm_app_configuration - add support for developer tier to the sku property (#29492)
  • azurerm_app_configuration - the sku property can now be downgraded from premium to standard without recreating the resource (#29492)
  • azurerm_key_vault_managed_hardware_security_module_key - add support for the import value in the key_opts property (#29524)
  • azurerm_netapp_pool - add support for cool_access_enabled (#29468)
  • azurerm_network_manager_deployment - add support for the Routing value in the scope_access property (#29536)
  • azurerm_private_endpoint_application_security_group_association - resource is now removed from state if it no longer exist (#29601)
  • azurerm_virtual_machine_implicit_data_disk_from_source - the disk_size_gb property can now be increased without recreating the resource (#29239)
  • azurerm_web_application_firewall_policy - add support for the JSChallenge in the action property (#29614)

BUG FIXES:

  • azurerm_api_management_api - no longer returns an error on the oauth2_authorization and openid_authentication properties when updating (#29042)
  • azurerm_route_map - the validation for the name now allows numbers (#29519)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.29.0 (May 16, 2025)

FEATURES:

  • New Resource: azurerm_system_center_virtual_machine_manager_virtual_machine_instance_guest_agent (#28953)

ENHANCEMENTS:

  • azurerm_api_management_api - fix import of resources (#28193)
  • azurerm_app_configuration - add support for developer tier to the sku property (#29492)
  • azurerm_app_configuration - the sku property can now be downgraded from premium to standard without recreating the resource (#29492)
  • azurerm_key_vault_managed_hardware_security_module_key - add support for the import value in the key_opts property (#29524)
  • azurerm_netapp_pool - add support for cool_access_enabled (#29468)
  • azurerm_network_manager_deployment - add support for the Routing value in the scope_access property (#29536)
  • azurerm_private_endpoint_application_security_group_association - resource is now removed from state if it no longer exist (#29601)
  • azurerm_virtual_machine_implicit_data_disk_from_source - the disk_size_gb property can now be increased without recreating the resource (#29239)
  • azurerm_web_application_firewall_policy - add support for the JSChallenge in the action property (#29614)

BUG FIXES:

  • azurerm_api_management_api - no longer returns an error on the oauth2_authorization and openid_authentication properties when updating (#29042)
  • azurerm_route_map - the validation for the name now allows numbers (#29519)
Commits
  • 109f948 CHANGELOG.md for v4.29.0 (#29514)
  • cb20d9d azurerm_private_endpoint_application_security_group_association - remove re...
  • b958380 Use a 4.x version in the Readme example (#29606)
  • d5e5b70 azurerm_web_application_firewall_policy : support new type JSChallenge fo...
  • 76849e1 Docs: services o* - add API version sections (#29589)
  • ac22ead Docs: services t*, v*, & w* - add API version sections (#29593)
  • e89ae81 Docs: services s* - add API version sections (#29592)
  • c832bfe Docs: services r* - add API version sections (#29591)
  • a6ece4b Docs: services p* - add API version sections (#29590)
  • 2d41546 Docs: services n* - add API version sections (#29588)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 4.28.0 to 4.29.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.28.0...v4.29.0)

---
updated-dependencies:
- dependency-name: hashicorp/azurerm
  dependency-version: 4.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 19, 2025
@dependabot dependabot bot requested a review from wozorio as a code owner May 19, 2025 21:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels May 19, 2025
@github-actions github-actions bot enabled auto-merge (squash) May 19, 2025 21:17
@github-actions github-actions bot merged commit 53e58c8 into main May 19, 2025
10 checks passed
@github-actions github-actions bot deleted the dependabot/terraform/hashicorp/azurerm-4.29.0 branch May 19, 2025 21:17
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants