Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the terraform-providers group with 2 updates in the /infra directory: Azure/azapi and hashicorp/azurerm.
Bumps the terraform-providers group with 2 updates in the /infra/modules/copilot_studio directory: Azure/azapi and hashicorp/azurerm.

Updates Azure/azapi from 2.7.0 to 2.8.0

Release notes

Sourced from Azure/azapi's releases.

v2.8.0

FEATURES:

  • New Provider Function: snake2camel
  • New Action: azapi_resource_action - Perform stateless actions on Azure resources that can be invoked via Terraform action triggers

ENHANCEMENTS:

  • azapi_resource resource: Add support for identity-based import, enabling import via resource ID and type from list resource protocol.
  • azapi_resource resource: Support listing resources via new ListResource protocol.
  • azapi_resource resource: Support listing all resources in a resource group when type is omitted. Uses ARM API /subscriptions/{sub}/resourceGroups/{rg}/resources to enumerate all resources.
  • azapi_resource resource: Refactor import logic to support identity block and multiple import scenarios (ID only, ID with API version, ID and type).
  • azapi_data_plane_resource resource: Adds a customization layer which allows custom CRUD operations for resources that don't follow standard patterns.
  • azapi_data_plane_resource resource: Support Microsoft.KeyVault/vaults/keys type.
  • azapi_data_plane_resource resource: Support Microsoft.KeyVault/vaults/secrets type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/datasources type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/indexers type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/indexes type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/skillsets type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/synonymmaps type.
  • Bump Go version to 1.24.6 to address CVEs (GH-992).
  • Add more verified azapi examples.
  • Update bicep types to ms-henglu/bicep-types-az@c41a40c

BUG FIXES:

  • Fix validation logic for properties that are both ReadOnly and Required.
  • Fix panic when using sensitive_body_version with empty sensitive_body (GH-999).
  • Fix azapi_resource resource move from azurerm_storage_share by converting /fileshares/ to /shares/ in resource ID.
Changelog

Sourced from Azure/azapi's changelog.

v2.8.0 (Unreleased)

FEATURES:

  • New Provider Function: snake2camel
  • New Action: azapi_resource_action - Perform stateless actions on Azure resources that can be invoked via Terraform action triggers

ENHANCEMENTS:

  • azapi_resource resource: Add support for identity-based import, enabling import via resource ID and type from list resource protocol.
  • azapi_resource resource: Support listing resources via new ListResource protocol.
  • azapi_resource resource: Support listing all resources in a resource group when type is omitted. Uses ARM API /subscriptions/{sub}/resourceGroups/{rg}/resources to enumerate all resources.
  • azapi_resource resource: Refactor import logic to support identity block and multiple import scenarios (ID only, ID with API version, ID and type).
  • azapi_data_plane_resource resource: Adds a customization layer which allows custom CRUD operations for resources that don't follow standard patterns.
  • azapi_data_plane_resource resource: Support Microsoft.KeyVault/vaults/keys type.
  • azapi_data_plane_resource resource: Support Microsoft.KeyVault/vaults/secrets type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/datasources type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/indexers type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/indexes type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/skillsets type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/synonymmaps type.
  • Bump Go version to 1.24.6 to address CVEs (GH-992).
  • Add more verified azapi examples.
  • Update bicep types to ms-henglu/bicep-types-az@c41a40c

BUG FIXES:

  • Fix validation logic for properties that are both ReadOnly and Required.
  • Fix panic when using sensitive_body_version with empty sensitive_body (GH-999).
  • Fix azapi_resource resource move from azurerm_storage_share by converting /fileshares/ to /shares/ in resource ID.
Commits
  • 996d80f Fix azapi_resource move from azurerm_storage_share by converting /fileshares/...
  • 377baeb update bicep types to c41a40c0d2f9fa78b7ea0901b6634a13dc8e8b33 (#1021)
  • e5ce24b fix: validation logic for readonly+required properties (#1020)
  • 381fbd6 Add azapi_resource_action action with comprehensive acceptance tests (#1018)
  • 689036b Improve list resource docs (#1019)
  • 827d0a0 Add ResourceRemarks support to sync-reference-doc tool (#1016)
  • 7ade328 Fix import state null identity handling (#1017)
  • 3f80fa9 Feature list resource (#1014)
  • cbff552 security: Replace hardcoded passwords with sensitive variables (#1015)
  • c113147 add example for `Microsoft.DocumentDB_mongoClusters{_firewallRules|_users}@​20...
  • Additional commits viewable in compare view

Updates hashicorp/azurerm from 4.54.0 to 4.55.0

Release notes

Sourced from hashicorp/azurerm's releases.

v4.55.0

4.55.0 (December 04, 2025)

FEATURES:

  • New Data Source: azurerm_api_management_workspace (#30241)
  • New Resource: azurerm_cognitive_account_project (#30916)
  • New Resource: azurerm_log_analytics_workspace_table_custom_log (#30800)
  • New Resource: azurerm_mongo_cluster_user (#31205)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_hub_strata_cloud_manager (#30613)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_network_strata_cloud_manager (#30613)
  • New List Resource: azurerm_private_dns_zone (#31157)

ENHANCEMENTS:

  • dependencies: containerregistry - update to API version 2025-04-01 (#30205)
  • dependencies: go-azure-helpers - update to v0.75.1 (#31148)
  • dependencies: go-azure-sdk - update to v0.20251202.1181053 (#31253)
  • dependencies: managedidentity - upgrade API version to 2024-11-30 (#30535)
  • dependencies: postgres - update to API version 2025-08-01 (#31162)
  • azurerm_cognitive_account - update validation for customer_managed_key.key_vault_key_id to allow managed HSM keys as input (#31147)
  • azurerm_container_app_environment - extend validation for workload_profile_type for additional supported SKUs (#30738)
  • azurerm_container_app_environment_certificate - add support for the certificate_key_vault block (#30510)
  • azurerm_data_factory - update validation for customer_managed_key_id to allow managed HSM keys as input (#31146)
  • azurerm_mongo_cluster - support for new properties customer_managed_key, data_api_mode_enabled, identity, restore, authentication_methods and storage_type (#31100)
  • azurerm_mysql_flexible_server - add support for MySQL version 8.4 (#31099)
  • azurerm_oracle_autonomous_database - the admin_password property is no longer ForceNew (#30966)
  • azurerm_postgresql_flexible_server - update validation for customer_managed_key.key_vault_key_id and customer_managed_key.geo_backup_key_vault_key_id to allow managed HSM keys as input (#31148)
  • azurerm_postgresql_flexible_server - add support for PostgreSQL version 18 (#31162)
  • azurerm_storage_encryption_scope - update validation for key_vault_key_id to allow managed HSM keys as input (#31145)

BUG FIXES:

  • Data Source: azurerm_ssh_public_key - fix normalisation for public_key to avoid removing a literal EOT from the base64 encoded content (#31249)
  • azurerm_data_protection_backup_vault - poll delete request for completion (#31202)
  • azurerm_function_app_hybrid_connection - remove validation preventing resource import when using an elastic service plan SKU (#31134)
  • azurerm_key_vault_key - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#31192)
  • azurerm_key_vault_secret - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#31192)
  • azurerm_kubernetes_cluster - fix drift on azure_policy_enabled when updating cluster (#30917)
  • azurerm_kubernetes_fleet_update_run - fix a nil pointer dereference to prevent panics (#31213)
  • azurerm_lb_nat_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#31244)
  • azurerm_lb_outbound_rule - fix an issue that prevented changing tcp_reset_enabled from true to false (#31244)
  • azurerm_lb_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#31244)
  • azurerm_private_endpoint - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#31246)
  • azurerm_resource_group - fix poller for the prevent_deletion_if_contains_resources feature, resolving an Azure eventual consistency issue (#31253)
  • azurerm_storage_account - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#31246)
  • azurerm_traffic_manager_profile - fix an issue that prevented changing traffic_view_enabled from true to false (#31066)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.55.0 (December 04, 2025)

FEATURES:

  • New Data Source: azurerm_api_management_workspace (#30241)
  • New Resource: azurerm_cognitive_account_project (#30916)
  • New Resource: azurerm_log_analytics_workspace_table_custom_log (#30800)
  • New Resource: azurerm_mongo_cluster_user (#31205)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_hub_strata_cloud_manager (#30613)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_network_strata_cloud_manager (#30613)
  • New List Resource: azurerm_private_dns_zone (#31157)

ENHANCEMENTS:

  • dependencies: containerregistry - update to API version 2025-04-01 (#30205)
  • dependencies: go-azure-helpers - update to v0.75.1 (#31148)
  • dependencies: go-azure-sdk - update to v0.20251202.1181053 (#31253)
  • dependencies: managedidentity - upgrade API version to 2024-11-30 (#30535)
  • dependencies: postgres - update to API version 2025-08-01 (#31162)
  • azurerm_cognitive_account - update validation for customer_managed_key.key_vault_key_id to allow managed HSM keys as input (#31147)
  • azurerm_container_app_environment - extend validation for workload_profile_type for additional supported SKUs (#30738)
  • azurerm_container_app_environment_certificate - add support for the certificate_key_vault block (#30510)
  • azurerm_data_factory - update validation for customer_managed_key_id to allow managed HSM keys as input (#31146)
  • azurerm_mongo_cluster - support for new properties customer_managed_key, data_api_mode_enabled, identity, restore, authentication_methods and storage_type (#31100)
  • azurerm_mysql_flexible_server - add support for MySQL version 8.4 (#31099)
  • azurerm_oracle_autonomous_database - the admin_password property is no longer ForceNew (#30966)
  • azurerm_postgresql_flexible_server - update validation for customer_managed_key.key_vault_key_id and customer_managed_key.geo_backup_key_vault_key_id to allow managed HSM keys as input (#31148)
  • azurerm_postgresql_flexible_server - add support for PostgreSQL version 18 (#31162)
  • azurerm_storage_encryption_scope - update validation for key_vault_key_id to allow managed HSM keys as input (#31145)

BUG FIXES:

  • Data Source: azurerm_ssh_public_key - fix normalisation for public_key to avoid removing a literal EOT from the base64 encoded content (#31249)
  • azurerm_data_protection_backup_vault - poll delete request for completion (#31202)
  • azurerm_function_app_hybrid_connection - remove validation preventing resource import when using an elastic service plan SKU (#31134)
  • azurerm_key_vault_key - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#31192)
  • azurerm_key_vault_secret - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#31192)
  • azurerm_kubernetes_cluster - fix drift on azure_policy_enabled when updating cluster (#30917)
  • azurerm_kubernetes_fleet_update_run - fix a nil pointer dereference to prevent panics (#31213)
  • azurerm_lb_nat_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#31244)
  • azurerm_lb_outbound_rule - fix an issue that prevented changing tcp_reset_enabled from true to false (#31244)
  • azurerm_lb_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#31244)
  • azurerm_private_endpoint - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#31246)
  • azurerm_resource_group - fix poller for the prevent_deletion_if_contains_resources feature, resolving an Azure eventual consistency issue (#31253)
  • azurerm_storage_account - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#31246)
  • azurerm_traffic_manager_profile - fix an issue that prevented changing traffic_view_enabled from true to false (#31066)
Commits
  • 37bf7f0 CHANGELOG.md for 4.55.0 (#31143)
  • 84db9cb postgres - upgrade API version to 2025-08-01 and add support for PSQL FS ...
  • 21927a9 oracle_autonomous_database support to reset password (#30966)
  • 3108873 New Resource: azurerm_mongo_cluster_user (#31205)
  • 471d22f azurerm_ssh_public_key - fix ssh key normalisation in data source (#31249)
  • 1cb00a2 azurerm_data_protection_backup_vault - Change delete method to partially ad...
  • 9a037ac azurerm_traffic_manager_profile - remove d.GetOk() for `traffic_view_enable...
  • 230558c loadbalancer - fix drift due to GetOk check on boolean (#31244)
  • 3f75c88 azurerm_resource_group - use new RetryOnErrorPoller to resolve eventual c...
  • 01db6a8 Misc - deprecated function clean up and removal of functions (#31247)
  • Additional commits viewable in compare view

Updates Azure/azapi from 2.7.0 to 2.8.0

Release notes

Sourced from Azure/azapi's releases.

v2.8.0

FEATURES:

  • New Provider Function: snake2camel
  • New Action: azapi_resource_action - Perform stateless actions on Azure resources that can be invoked via Terraform action triggers

ENHANCEMENTS:

  • azapi_resource resource: Add support for identity-based import, enabling import via resource ID and type from list resource protocol.
  • azapi_resource resource: Support listing resources via new ListResource protocol.
  • azapi_resource resource: Support listing all resources in a resource group when type is omitted. Uses ARM API /subscriptions/{sub}/resourceGroups/{rg}/resources to enumerate all resources.
  • azapi_resource resource: Refactor import logic to support identity block and multiple import scenarios (ID only, ID with API version, ID and type).
  • azapi_data_plane_resource resource: Adds a customization layer which allows custom CRUD operations for resources that don't follow standard patterns.
  • azapi_data_plane_resource resource: Support Microsoft.KeyVault/vaults/keys type.
  • azapi_data_plane_resource resource: Support Microsoft.KeyVault/vaults/secrets type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/datasources type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/indexers type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/indexes type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/skillsets type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/synonymmaps type.
  • Bump Go version to 1.24.6 to address CVEs (GH-992).
  • Add more verified azapi examples.
  • Update bicep types to ms-henglu/bicep-types-az@c41a40c

BUG FIXES:

  • Fix validation logic for properties that are both ReadOnly and Required.
  • Fix panic when using sensitive_body_version with empty sensitive_body (GH-999).
  • Fix azapi_resource resource move from azurerm_storage_share by converting /fileshares/ to /shares/ in resource ID.
Changelog

Sourced from Azure/azapi's changelog.

v2.8.0 (Unreleased)

FEATURES:

  • New Provider Function: snake2camel
  • New Action: azapi_resource_action - Perform stateless actions on Azure resources that can be invoked via Terraform action triggers

ENHANCEMENTS:

  • azapi_resource resource: Add support for identity-based import, enabling import via resource ID and type from list resource protocol.
  • azapi_resource resource: Support listing resources via new ListResource protocol.
  • azapi_resource resource: Support listing all resources in a resource group when type is omitted. Uses ARM API /subscriptions/{sub}/resourceGroups/{rg}/resources to enumerate all resources.
  • azapi_resource resource: Refactor import logic to support identity block and multiple import scenarios (ID only, ID with API version, ID and type).
  • azapi_data_plane_resource resource: Adds a customization layer which allows custom CRUD operations for resources that don't follow standard patterns.
  • azapi_data_plane_resource resource: Support Microsoft.KeyVault/vaults/keys type.
  • azapi_data_plane_resource resource: Support Microsoft.KeyVault/vaults/secrets type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/datasources type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/indexers type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/indexes type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/skillsets type.
  • azapi_data_plane_resource resource: Support Microsoft.Search/searchServices/synonymmaps type.
  • Bump Go version to 1.24.6 to address CVEs (GH-992).
  • Add more verified azapi examples.
  • Update bicep types to ms-henglu/bicep-types-az@c41a40c

BUG FIXES:

  • Fix validation logic for properties that are both ReadOnly and Required.
  • Fix panic when using sensitive_body_version with empty sensitive_body (GH-999).
  • Fix azapi_resource resource move from azurerm_storage_share by converting /fileshares/ to /shares/ in resource ID.
Commits
  • 996d80f Fix azapi_resource move from azurerm_storage_share by converting /fileshares/...
  • 377baeb update bicep types to c41a40c0d2f9fa78b7ea0901b6634a13dc8e8b33 (#1021)
  • e5ce24b fix: validation logic for readonly+required properties (#1020)
  • 381fbd6 Add azapi_resource_action action with comprehensive acceptance tests (#1018)
  • 689036b Improve list resource docs (#1019)
  • 827d0a0 Add ResourceRemarks support to sync-reference-doc tool (#1016)
  • 7ade328 Fix import state null identity handling (#1017)
  • 3f80fa9 Feature list resource (#1014)
  • cbff552 security: Replace hardcoded passwords with sensitive variables (#1015)
  • c113147 add example for `Microsoft.DocumentDB_mongoClusters{_firewallRules|_users}@​20...
  • Additional commits viewable in compare view

Updates hashicorp/azurerm from 4.54.0 to 4.55.0

Release notes

Sourced from hashicorp/azurerm's releases.

v4.55.0

4.55.0 (December 04, 2025)

FEATURES:

  • New Data Source: azurerm_api_management_workspace (#30241)
  • New Resource: azurerm_cognitive_account_project (#30916)
  • New Resource: azurerm_log_analytics_workspace_table_custom_log (#30800)
  • New Resource: azurerm_mongo_cluster_user (#31205)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_hub_strata_cloud_manager (#30613)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_network_strata_cloud_manager (#30613)
  • New List Resource: azurerm_private_dns_zone (#31157)

ENHANCEMENTS:

  • dependencies: containerregistry - update to API version 2025-04-01 (#30205)
  • dependencies: go-azure-helpers - update to v0.75.1 (#31148)
  • dependencies: go-azure-sdk - update to v0.20251202.1181053 (#31253)
  • dependencies: managedidentity - upgrade API version to 2024-11-30 (#30535)
  • dependencies: postgres - update to API version 2025-08-01 (#31162)
  • azurerm_cognitive_account - update validation for customer_managed_key.key_vault_key_id to allow managed HSM keys as input (#31147)
  • azurerm_container_app_environment - extend validation for workload_profile_type for additional supported SKUs (#30738)
  • azurerm_container_app_environment_certificate - add support for the certificate_key_vault block (#30510)
  • azurerm_data_factory - update validation for customer_managed_key_id to allow managed HSM keys as input (#31146)
  • azurerm_mongo_cluster - support for new properties customer_managed_key, data_api_mode_enabled, identity, restore, authentication_methods and storage_type (#31100)
  • azurerm_mysql_flexible_server - add support for MySQL version 8.4 (#31099)
  • azurerm_oracle_autonomous_database - the admin_password property is no longer ForceNew (#30966)
  • azurerm_postgresql_flexible_server - update validation for customer_managed_key.key_vault_key_id and customer_managed_key.geo_backup_key_vault_key_id to allow managed HSM keys as input (#31148)
  • azurerm_postgresql_flexible_server - add support for PostgreSQL version 18 (#31162)
  • azurerm_storage_encryption_scope - update validation for key_vault_key_id to allow managed HSM keys as input (#31145)

BUG FIXES:

  • Data Source: azurerm_ssh_public_key - fix normalisation for public_key to avoid removing a literal EOT from the base64 encoded content (#31249)
  • azurerm_data_protection_backup_vault - poll delete request for completion (#31202)
  • azurerm_function_app_hybrid_connection - remove validation preventing resource import when using an elastic service plan SKU (#31134)
  • azurerm_key_vault_key - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#31192)
  • azurerm_key_vault_secret - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#31192)
  • azurerm_kubernetes_cluster - fix drift on azure_policy_enabled when updating cluster (#30917)
  • azurerm_kubernetes_fleet_update_run - fix a nil pointer dereference to prevent panics (#31213)
  • azurerm_lb_nat_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#31244)
  • azurerm_lb_outbound_rule - fix an issue that prevented changing tcp_reset_enabled from true to false (#31244)
  • azurerm_lb_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#31244)
  • azurerm_private_endpoint - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#31246)
  • azurerm_resource_group - fix poller for the prevent_deletion_if_contains_resources feature, resolving an Azure eventual consistency issue (#31253)
  • azurerm_storage_account - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#31246)
  • azurerm_traffic_manager_profile - fix an issue that prevented changing traffic_view_enabled from true to false (#31066)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.55.0 (December 04, 2025)

FEATURES:

  • New Data Source: azurerm_api_management_workspace (#30241)
  • New Resource: azurerm_cognitive_account_project (#30916)
  • New Resource: azurerm_log_analytics_workspace_table_custom_log (#30800)
  • New Resource: azurerm_mongo_cluster_user (#31205)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_hub_strata_cloud_manager (#30613)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_network_strata_cloud_manager (#30613)
  • New List Resource: azurerm_private_dns_zone (#31157)

ENHANCEMENTS:

  • dependencies: containerregistry - update to API version 2025-04-01 (#30205)
  • dependencies: go-azure-helpers - update to v0.75.1 (#31148)
  • dependencies: go-azure-sdk - update to v0.20251202.1181053 (#31253)
  • dependencies: managedidentity - upgrade API version to 2024-11-30 (#30535)
  • dependencies: postgres - update to API version 2025-08-01 (#31162)
  • azurerm_cognitive_account - update validation for customer_managed_key.key_vault_key_id to allow managed HSM keys as input (#31147)
  • azurerm_container_app_environment - extend validation for workload_profile_type for additional supported SKUs (#30738)
  • azurerm_container_app_environment_certificate - add support for the certificate_key_vault block (#30510)
  • azurerm_data_factory - update validation for customer_managed_key_id to allow managed HSM keys as input (#31146)
  • azurerm_mongo_cluster - support for new properties customer_managed_key, data_api_mode_enabled, identity, restore, authentication_methods and storage_type (#31100)
  • azurerm_mysql_flexible_server - add support for MySQL version 8.4 (#31099)
  • azurerm_oracle_autonomous_database - the admin_password property is no longer ForceNew (#30966)
  • azurerm_postgresql_flexible_server - update validation for customer_managed_key.key_vault_key_id and customer_managed_key.geo_backup_key_vault_key_id to allow managed HSM keys as input (#31148)
  • azurerm_postgresql_flexible_server - add support for PostgreSQL version 18 (#31162)
  • azurerm_storage_encryption_scope - update validation for key_vault_key_id to allow managed HSM keys as input (#31145)

BUG FIXES:

  • Data Source: azurerm_ssh_public_key - fix normalisation for public_key to avoid removing a literal EOT from the base64 encoded content (#31249)
  • azurerm_data_protection_backup_vault - poll delete request for completion (#31202)
  • azurerm_function_app_hybrid_connection - remove validation preventing resource import when using an elastic service plan SKU (#31134)
  • azurerm_key_vault_key - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#31192)
  • azurerm_key_vault_secret - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#31192)
  • azurerm_kubernetes_cluster - fix drift on azure_policy_enabled when updating cluster (#30917)
  • azurerm_kubernetes_fleet_update_run - fix a nil pointer dereference to prevent panics (#31213)
  • azurerm_lb_nat_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#31244)
  • azurerm_lb_outbound_rule - fix an issue that prevented changing tcp_reset_enabled from true to false (#31244)
  • azurerm_lb_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#31244)
  • azurerm_private_endpoint - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#31246)
  • azurerm_resource_group - fix poller for the prevent_deletion_if_contains_resources feature, resolving an Azure eventual consistency issue (#31253)
  • azurerm_storage_account - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#31246)
  • azurerm_traffic_manager_profile - fix an issue that prevented changing traffic_view_enabled from true to false (#31066)
Commits
  • 37bf7f0 CHANGELOG.md for 4.55.0 (#31143)
  • 84db9cb postgres - upgrade API version to 2025-08-01 and add support for PSQL FS ...
  • 21927a9 oracle_autonomous_database support to reset password (#30966)
  • 3108873 New Resource: azurerm_mongo_cluster_user (#31205)
  • 471d22f azurerm_ssh_public_key - fix ssh key normalisation in data source (#31249)
  • 1cb00a2 azurerm_data_protection_backup_vault - Change delete method to partially ad...
  • 9a037ac azurerm_traffic_manager_profile - remove d.GetOk() for `traffic_view_enable...
  • 230558c loadbalancer - fix drift due to GetOk check on boolean (#31244)
  • 3f75c88 azurerm_resource_group - use new RetryOnErrorPoller to resolve eventual c...
  • 01db6a8 Misc - deprecated function clean up and removal of functions (#31247)
  • 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

…with 2 updates

Bumps the terraform-providers group with 2 updates in the /infra directory: [Azure/azapi](https://github.com/Azure/terraform-provider-azapi) and [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm).
Bumps the terraform-providers group with 2 updates in the /infra/modules/copilot_studio directory: [Azure/azapi](https://github.com/Azure/terraform-provider-azapi) and [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm).


Updates `Azure/azapi` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/Azure/terraform-provider-azapi/releases)
- [Changelog](https://github.com/Azure/terraform-provider-azapi/blob/main/CHANGELOG.md)
- [Commits](Azure/terraform-provider-azapi@v2.7.0...v2.8.0)

Updates `hashicorp/azurerm` from 4.54.0 to 4.55.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.54.0...v4.55.0)

Updates `Azure/azapi` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/Azure/terraform-provider-azapi/releases)
- [Changelog](https://github.com/Azure/terraform-provider-azapi/blob/main/CHANGELOG.md)
- [Commits](Azure/terraform-provider-azapi@v2.7.0...v2.8.0)

Updates `hashicorp/azurerm` from 4.54.0 to 4.55.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.54.0...v4.55.0)

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

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 Dec 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 4, 2025 23:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Dec 4, 2025
@github-actions
Copy link

github-actions bot commented Dec 4, 2025

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.

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.

1 participant