Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the terraform-providers group with 1 update in the /infra directory: hashicorp/azurerm.
Bumps the terraform-providers group with 1 update in the /infra/modules/copilot_studio directory: hashicorp/azurerm.

Updates hashicorp/azurerm from 4.48.0 to 4.49.0

Release notes

Sourced from hashicorp/azurerm's releases.

v4.49.0

4.49.0 (October 16, 2025)

FEATURES:

  • New Data Source: azurerm_graph_services_account (#30697)
  • New Data Source: azurerm_oracle_exascale_database_storage_vault (#30043)
  • New Resource: azurerm_api_management_workspace_policy_fragment (#30678)
  • New Resource: azurerm_oracle_exascale_database_storage_vault (#30043)

ENHANCEMENTS:

  • Data Source: azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#29061)
  • azurerm_consumption_budget_management_group - remove the maximum count validation for the notification block (#29200)
  • azurerm_consumption_budget_resource_group - remove the maximum count validation for the notification block (#29200)
  • azurerm_consumption_budget_subscription - remove the maximum count validation for the notification block (#29200)
  • azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#29061)
  • azurerm_data_protection_backup_vault - add support for UserAssigned and SystemAssigned, UserAssigned values to the identity.type property (#29061)
  • azurerm_monitor_data_collection_rule - improve validation for data_sources.*.name (#30851)
  • azurerm_search_service - support upgrading the sku based on tier (#30842)
  • azurerm_storage_queue - support migrating from storage_account_name to storage_account_id (#30836)

BUG FIXES:

  • azurerm_application_insights - fix an issue that caused tags to be removed when other properties were updated (#30758)
  • azurerm_container_registry - fix the name length validation to allow 50 rather than 49 (#30858)
  • azurerm_function_app_flex_consumption - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_mssql_database - fix validation for min_capacity and auto_pause_delay_in_minutes being set on non-serverless SKUs (#30856)
  • azurerm_signalr_service_custom_certificate - remove unnecessary API requests and checks that could lead to a panic (#30412)
  • azurerm_windows_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.49.0 (October 16, 2025)

FEATURES:

  • New Data Source: azurerm_graph_services_account (#30697)
  • New Data Source: azurerm_oracle_exascale_database_storage_vault (#30043)
  • New Resource: azurerm_api_management_workspace_policy_fragment (#30678)
  • New Resource: azurerm_oracle_exascale_database_storage_vault (#30043)

ENHANCEMENTS:

  • Data Source: azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#29061)
  • azurerm_consumption_budget_management_group - remove the maximum count validation for the notification block (#29200)
  • azurerm_consumption_budget_resource_group - remove the maximum count validation for the notification block (#29200)
  • azurerm_consumption_budget_subscription - remove the maximum count validation for the notification block (#29200)
  • azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#29061)
  • azurerm_data_protection_backup_vault - add support for UserAssigned and SystemAssigned, UserAssigned values to the identity.type property (#29061)
  • azurerm_monitor_data_collection_rule - improve validation for data_sources.*.name (#30851)
  • azurerm_search_service - support upgrading the sku based on tier (#30842)
  • azurerm_storage_queue - support migrating from storage_account_name to storage_account_id (#30836)

BUG FIXES:

  • azurerm_application_insights - fix an issue that caused tags to be removed when other properties were updated (#30758)
  • azurerm_container_registry - fix the name length validation to allow 50 rather than 49 (#30858)
  • azurerm_function_app_flex_consumption - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_mssql_database - fix validation for min_capacity and auto_pause_delay_in_minutes being set on non-serverless SKUs (#30856)
  • azurerm_signalr_service_custom_certificate - remove unnecessary API requests and checks that could lead to a panic (#30412)
  • azurerm_windows_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
Commits
  • 3217140 CHANGELOG.md for 4.49.0 (#30861)
  • abd5b48 azurerm_data_protection_backup_vault - support UserAssigned and `SystemA...
  • c9c5821 tooling - add rule to fix arguments and attributes headings in docs (#30798)
  • 73c609f appservice - set auth_settings into state when disabled, add diff suppres...
  • d062c64 docs: fix timeouts url (#30873)
  • 9092fe3 azurerm_search_service - Fix 'authentication_failure_mode' cannot be define...
  • 079b6b9 New Data Source: azurerm_graph_services_account (#30697)
  • 5abfd21 azurerm_storage_queue - Support migrating from storage_account_name to `s...
  • 6dd04ab azurerm_search_service - allows upgrading the sku based on tier (#30842)
  • 9169782 New Resource : azurerm_api_management_workspace_policy_fragment (#30678)
  • Additional commits viewable in compare view

Updates hashicorp/azurerm from 4.48.0 to 4.49.0

Release notes

Sourced from hashicorp/azurerm's releases.

v4.49.0

4.49.0 (October 16, 2025)

FEATURES:

  • New Data Source: azurerm_graph_services_account (#30697)
  • New Data Source: azurerm_oracle_exascale_database_storage_vault (#30043)
  • New Resource: azurerm_api_management_workspace_policy_fragment (#30678)
  • New Resource: azurerm_oracle_exascale_database_storage_vault (#30043)

ENHANCEMENTS:

  • Data Source: azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#29061)
  • azurerm_consumption_budget_management_group - remove the maximum count validation for the notification block (#29200)
  • azurerm_consumption_budget_resource_group - remove the maximum count validation for the notification block (#29200)
  • azurerm_consumption_budget_subscription - remove the maximum count validation for the notification block (#29200)
  • azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#29061)
  • azurerm_data_protection_backup_vault - add support for UserAssigned and SystemAssigned, UserAssigned values to the identity.type property (#29061)
  • azurerm_monitor_data_collection_rule - improve validation for data_sources.*.name (#30851)
  • azurerm_search_service - support upgrading the sku based on tier (#30842)
  • azurerm_storage_queue - support migrating from storage_account_name to storage_account_id (#30836)

BUG FIXES:

  • azurerm_application_insights - fix an issue that caused tags to be removed when other properties were updated (#30758)
  • azurerm_container_registry - fix the name length validation to allow 50 rather than 49 (#30858)
  • azurerm_function_app_flex_consumption - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_mssql_database - fix validation for min_capacity and auto_pause_delay_in_minutes being set on non-serverless SKUs (#30856)
  • azurerm_signalr_service_custom_certificate - remove unnecessary API requests and checks that could lead to a panic (#30412)
  • azurerm_windows_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.49.0 (October 16, 2025)

FEATURES:

  • New Data Source: azurerm_graph_services_account (#30697)
  • New Data Source: azurerm_oracle_exascale_database_storage_vault (#30043)
  • New Resource: azurerm_api_management_workspace_policy_fragment (#30678)
  • New Resource: azurerm_oracle_exascale_database_storage_vault (#30043)

ENHANCEMENTS:

  • Data Source: azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#29061)
  • azurerm_consumption_budget_management_group - remove the maximum count validation for the notification block (#29200)
  • azurerm_consumption_budget_resource_group - remove the maximum count validation for the notification block (#29200)
  • azurerm_consumption_budget_subscription - remove the maximum count validation for the notification block (#29200)
  • azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#29061)
  • azurerm_data_protection_backup_vault - add support for UserAssigned and SystemAssigned, UserAssigned values to the identity.type property (#29061)
  • azurerm_monitor_data_collection_rule - improve validation for data_sources.*.name (#30851)
  • azurerm_search_service - support upgrading the sku based on tier (#30842)
  • azurerm_storage_queue - support migrating from storage_account_name to storage_account_id (#30836)

BUG FIXES:

  • azurerm_application_insights - fix an issue that caused tags to be removed when other properties were updated (#30758)
  • azurerm_container_registry - fix the name length validation to allow 50 rather than 49 (#30858)
  • azurerm_function_app_flex_consumption - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_linux_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_mssql_database - fix validation for min_capacity and auto_pause_delay_in_minutes being set on non-serverless SKUs (#30856)
  • azurerm_signalr_service_custom_certificate - remove unnecessary API requests and checks that could lead to a panic (#30412)
  • azurerm_windows_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
  • azurerm_windows_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#30781)
Commits
  • 3217140 CHANGELOG.md for 4.49.0 (#30861)
  • abd5b48 azurerm_data_protection_backup_vault - support UserAssigned and `SystemA...
  • c9c5821 tooling - add rule to fix arguments and attributes headings in docs (#30798)
  • 73c609f appservice - set auth_settings into state when disabled, add diff suppres...
  • d062c64 docs: fix timeouts url (#30873)
  • 9092fe3 azurerm_search_service - Fix 'authentication_failure_mode' cannot be define...
  • 079b6b9 New Data Source: azurerm_graph_services_account (#30697)
  • 5abfd21 azurerm_storage_queue - Support migrating from storage_account_name to `s...
  • 6dd04ab azurerm_search_service - allows upgrading the sku based on tier (#30842)
  • 9169782 New Resource : azurerm_api_management_workspace_policy_fragment (#30678)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Oct 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 16, 2025 23:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Oct 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.

@dependabot dependabot bot force-pushed the dependabot/terraform/infra/terraform-providers-3a214c64c1 branch from 9606fbc to d464970 Compare October 17, 2025 23:45
@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.

…with 1 update

Bumps the terraform-providers group with 1 update in the /infra directory: [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm).
Bumps the terraform-providers group with 1 update in the /infra/modules/copilot_studio directory: [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm).


Updates `hashicorp/azurerm` from 4.48.0 to 4.49.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.48.0...v4.49.0)

Updates `hashicorp/azurerm` from 4.48.0 to 4.49.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.48.0...v4.49.0)

---
updated-dependencies:
- dependency-name: hashicorp/azurerm
  dependency-version: 4.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: hashicorp/azurerm
  dependency-version: 4.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/terraform/infra/terraform-providers-3a214c64c1 branch from d464970 to 8651964 Compare October 22, 2025 23:17
@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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2025

Superseded by #318.

@dependabot dependabot bot closed this Oct 23, 2025
@dependabot dependabot bot deleted the dependabot/terraform/infra/terraform-providers-3a214c64c1 branch October 23, 2025 23:21
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.

2 participants