Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Updates the requirements on hashicorp/azurerm to permit the latest version.

Release notes

Sourced from hashicorp/azurerm's releases.

v4.38.1

4.38.1 (July 31, 2025)

NOTE: This patch release addresses a critical problem in App Service and Logic Apps resources preventing all Long Running Operations from completing successfully.

BUG FIXES:

  • dependencies: go-azure-sdk/sdk update to v0.20250731.1142049 (#30282)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.38.1 (July 31, 2025)

NOTE: This patch release addresses a critical problem in App Service and Logic Apps resources preventing all Long Running Operations from completing successfully.

BUG FIXES:

  • dependencies: go-azure-sdk/sdk update to v0.20250731.1142049 (#30282)

4.38.0 (July 30, 2025)

FEATURES:

  • New Data Source : azurerm_api_connection (#30178)
  • New Data Source: azurerm_log_analytics_workspace_table (#30261)
  • New Data Source: azurerm_mssql_failover_group (#29428)
  • New Data Source: azurerm_trusted_signing_account (#29293)
  • New Resource: azurerm_application_load_balancer_security_policy (#30128)
  • New Resource : azurerm_eventgrid_partner_registration (#29736)
  • New Resource: azurerm_mssql_managed_instance_start_stop_schedule (#26702)

ENHANCEMENTS:

  • dependencies: go-azure-sdk update to v0.20250728.1144148 (#30254)
  • dependencies: go-azure-sdk update to v0.20250716.1144812 (#30171)
  • dependencies: golang.org/x/crypto update to v0.40.0 (#30171)
  • dependencies: golang.org/x/mod update to v0.26.0 (#30171)
  • dependencies: golang.org/x/net update to v0.42.0 (#30171)
  • dependencies: golang.org/x/sync update to v0.16.0 (#30171)
  • dependencies: golang.org/x/sys update to v0.34.0 (#30171)
  • dependencies: golang.org/x/text update to v0.27.0 (#30171)
  • dependencies: golang.org/x/tools update to v0.35.0 (#30171)
  • dependencies: servicebus - update to API version 2024-01-01 (#30231)
  • Data Source: azurerm_databricks_workspace - add support for the custom_parameters property (#30214)
  • Data Source: azurerm_oracle_cloud_vm_cluster - add support for the file_system_configuration block (#30092)
  • Data Source: azurerm_oracle_exadata_infrastructure - add support for the defined_file_system_configuration block (#30092)
  • azurerm_batch_pool - fix start_task.0.task_retry_maximum validation (#30182)
  • azurerm_dev_center - add support for the project_catalog_item_sync_enabled property (#29274)
  • azurerm_dev_center_project_pool - add support for the managed_virtual_network_regions property (#30061)
  • azurerm_dynatrace_monitor - add support for the environment_properties block (#29251)
  • azurerm_image - improve validation for os_disk, data_disk and zone_resilient (#30222)
  • azurerm_managed_lustre_file_system - add support for the root_squash block (#29876)
  • azurerm_management_group_policy_assignment - improve validation for the name property (#30179)
  • azurerm_management_group_policy_set_definition - now forces a new resource to be created when the number of parameters is decreased (#29866)
  • azurerm_mongo_cluster - add support for version 8.0 (#29823)
  • azurerm_network_security_rule - improve validation for source and destination properties (#29675)
  • azurerm_oracle_cloud_vm_cluster - add support for the file_system_configuration block (#30092)
  • azurerm_policy_set_definition - now forces a new resource to be created when the number of parameters is decreased (#29866)
  • azurerm_resource_group_policy_assignment - improve validation for the name property (#30179)
  • azurerm_resource_policy_assignment - improve validation for the name property (#30179)
  • azurerm_subnet - add support for the ip_address_pool block (#29840)

... (truncated)

Commits
  • 0fb731a dependencies: go-azure-sdk/sdk to v0.20250731.1142049 (#30282)
  • 065cf2d CHANGELOG.md for 4.38.0 (#30188)
  • 08afd85 [New Data Source]: azurerm_api_connection (#30178)
  • 5296139 appservice - check for deployment service availability before zip deploymen...
  • 8089827 azurerm_mssql_managed_instance - make administrator_login computed (#30263)
  • 4a560b9 azurerm_web_application_firewall_policy - set `js_challenge_cookie_expirati...
  • f10b48a Contributor Guides: minor updates (#30262)
  • ccc30eb New Data Source: azurerm_log_analytics_workspace_table (#30261)
  • b53b819 New Resource: azurerm_application_load_balancer_security_policy (#30128)
  • b91dca5 dependencies: go-azure-sdk update to v0.20250728.1144148 (#30254)
  • Additional commits viewable in compare view

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)

Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version.
- [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.37.0...v4.38.1)

---
updated-dependencies:
- dependency-name: hashicorp/azurerm
  dependency-version: 4.38.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Aug 4, 2025
@abhiyerra abhiyerra merged commit 6302985 into main Aug 5, 2025
3 checks passed
@abhiyerra abhiyerra deleted the dependabot/terraform/hashicorp/azurerm-tw-4.38.1 branch August 5, 2025 04:01
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.

1 participant