Skip to content

chore(deps): bump the terraform-providers group across 2 directories with 2 updates#394

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/infra/terraform-providers-fe330d3923
Open

chore(deps): bump the terraform-providers group across 2 directories with 2 updates#394
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/infra/terraform-providers-fe330d3923

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

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.9.0

Release notes

Sourced from azure/azapi's releases.

v2.9.0

ENHANCEMENTS:

  • azapi_update_resource resource: Support replace_triggers_external_values argument to trigger resource replacement based on external values.
  • azapi_data_plane_resource resource: Support sensitive_body and sensitive_body_version fields, which are used to specify the write-only properties in the request body.
  • azapi_resource_action resource: Support updating api-version without recreating the resource.
  • azapi_resource_action Support ignore_not_found argument to optionally suppress 404 errors and expose resource existence.
  • azapi_resource, azapi_update_resource resources: Support list_unique_id_property and ignore_other_items_in_list fields, which are used to manage list properties with unique identifiers (GH-1033).
  • azapi provider: Add Azure Government support for KeyVault resource manager audience endpoint (GH-996).
  • azapi_data_plane_resource resource: Support importing existing data plane resources via terraform import (GH-1053).
  • azapi_data_plane_resource resource: Add support for Microsoft.Foundry/agents (AI Foundry assistants) with customization and resource management (GH-1053).
  • parse_resource_id function: Add resource_group_id to the function output (GH-1065).
  • Update bicep types to ms-henglu/bicep-types-az@5c7a4c2

BUG FIXES:

  • Fix Missing Resource Identity After Update error for Terraform versions below 1.12 (GH-1023).
  • azapi_resource_action: Fix inconsistent result error when updating query_parameters with when = "destroy" (GH-1028).
  • azapi_resource resource: Fix embedded schema validation failure when the discriminator property is unknown (GH-1038).
  • azapi_data_plane_resource resource: Fix a bug that 204 status code is not supported as a success response (GH-1055).
  • Fix inconsistent result after apply when lastConnectivityTime field changes between create/update and read (GH-1062).
  • Fix a bug that auxiliary_tenant_ids are not passed to ARM client options for cross-tenant authentication (GH-1046).
  • Fix azapi_update_resource state migration missing replace_triggers_external_values field (GH-1071).
  • Fix RequiresReplaceIfNotNull plan modifier not handling typed null from HCL conditional expressions (GH-1070).

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.9.0 (Unreleased)

ENHANCEMENTS:

  • azapi_update_resource resource: Support replace_triggers_external_values argument to trigger resource replacement based on external values.
  • azapi_data_plane_resource resource: Support sensitive_body and sensitive_body_version fields, which are used to specify the write-only properties in the request body.
  • azapi_resource_action resource: Support updating api-version without recreating the resource.
  • azapi_resource_action Support ignore_not_found argument to optionally suppress 404 errors and expose resource existence.
  • azapi_resource, azapi_update_resource resources: Support list_unique_id_property and ignore_other_items_in_list fields, which are used to manage list properties with unique identifiers (GH-1033).
  • azapi provider: Add Azure Government support for KeyVault resource manager audience endpoint (GH-996).
  • azapi_data_plane_resource resource: Support importing existing data plane resources via terraform import (GH-1053).
  • azapi_data_plane_resource resource: Add support for Microsoft.Foundry/agents (AI Foundry assistants) with customization and resource management (GH-1053).
  • parse_resource_id function: Add resource_group_id to the function output (GH-1065).
  • Update bicep types to ms-henglu/bicep-types-az@5c7a4c2

BUG FIXES:

  • Fix Missing Resource Identity After Update error for Terraform versions below 1.12 (GH-1023).
  • azapi_resource_action: Fix inconsistent result error when updating query_parameters with when = "destroy" (GH-1028).
  • azapi_resource resource: Fix embedded schema validation failure when the discriminator property is unknown (GH-1038).
  • azapi_data_plane_resource resource: Fix a bug that 204 status code is not supported as a success response (GH-1055).
  • Fix inconsistent result after apply when lastConnectivityTime field changes between create/update and read (GH-1062).
  • Fix a bug that auxiliary_tenant_ids are not passed to ARM client options for cross-tenant authentication (GH-1046).
  • Fix azapi_update_resource state migration missing replace_triggers_external_values field (GH-1071).
  • Fix RequiresReplaceIfNotNull plan modifier not handling typed null from HCL conditional expressions (GH-1070).

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).

... (truncated)

Commits
  • 8fe62ba Add missing changelog entries, import docs for data plane resource, and fix t...
  • 234a244 Fix azapi_update_resource migration missing replace_triggers_external_values ...
  • acda56b fix: RequiresReplaceIfNotNull handles typed null from HCL conditional express...
  • b97c7ec feat: add AI Foundry assistants support with customization and resour… (#1053)
  • b799d10 azapi_update_resource resource: Support replace_triggers_external_values ...
  • d6711a1 feat: add resource_group_id to parse_resource_id function (#1065)
  • 8b42cb7 fix: address test failures from unsupported API version and App Service SKU q...
  • aabf871 update changelog
  • 8110523 Branch 250305 update bicep types (#1063)
  • 88c1643 bugfix: azapi_data_plane_resource doesn't support 204 status code (#1055)
  • Additional commits viewable in compare view

Updates hashicorp/azurerm from 4.67.0 to 4.69.0

Release notes

Sourced from hashicorp/azurerm's releases.

v4.69.0

4.69.0 (April 16, 2026)

FEATURES:

  • New List Resource: azurerm_traffic_manager_profile (#31977)
  • New List Resource: azurerm_web_pubsub (#32126)
  • New Resource: azurerm_automation_runtime_environment_package (#32022)
  • New Resource: azurerm_container_app_environment_managed_certificate (#31137)

ENHANCEMENTS:

  • dependencies: Go - update to 1.25.9 (#32148)
  • dependencies: kubernetesconfiguration/fluxconfiguration - update to API version 2025-04-01 (#32080)
  • Data Source: azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#32108)
  • Data Source: azurerm_storage_account_blob_container_sas - expand permissions block to include new fields (#32149)
  • Data Source: azurerm_storage_account_sas - expand permissions block to include new fields (#32149)
  • Data Source: azurerm_storage_share - export the rbac_scope_id property (#31194)
  • azurerm_bot_channels_registration - add support for the microsoft_app_type, microsoft_app_tenant_id, and microsoft_app_user_assigned_identity_id properties (#30457)
  • azurerm_cdn_frontdoor_route - the cdn_frontdoor_origin_ids property is now optional, allowing users to use the depends_on meta-argument instead (#29350)
  • azurerm_cognitive_deployment - the rai_policy_name property is now Optional + Computed as Azure returns a value when not set in the creation request (#32131)
  • azurerm_container_app - add support for identity_id property in custom_scale_rule block (#29777)
  • azurerm_key_vault - added object-name max length validation for all key vault entries (keys, secrets, certs, etc) (#30665)
  • azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#32108)
  • azurerm_kubernetes_flux_configuration - the git_repository.provider property now supports GitHub (#32080)
  • azurerm_monitor_scheduled_query_rules_alert_v2 - add support for email_subject within action block (#32132)
  • azurerm_storage_share - export the rbac_scope_id property (#31194)

BUG FIXES:

  • azurerm_linux_virtual_machine - parse os_managed_disk_id insensitively as Azure returns static segments cased inconsistently (#32145)
  • azurerm_private_dns_resolver_inbound_endpoint - the ip_configurations.private_ip_address, ip_configurations.private_ip_allocation_method, and ip_configurations.subnet_id properties are now ForceNew as the API does not allow updating these values (#31088)

v4.68.0

4.68.0 (April 09, 2026)

FEATURES:

  • New Data Source: azurerm_managed_devops_pool (#28325)
  • New List Resource: azurerm_private_dns_cname_record (#31833)
  • New Resource: azurerm_data_protection_backup_instance_data_lake_storage (#32044)
  • New Resource: azurerm_managed_devops_pool (#28325)

ENHANCEMENTS:

  • dependencies: go-azure-sdk - upgrade to v0.20260407.1111603 (#32112)
  • Data Source: azurerm_bastion_host - export private_only_enabled (#32042)
  • Data Source: azurerm_key_vault - improve validation for the name field to prevent apply time errors (#30453)
  • Data Source: azurerm_mssql_managed_instance - add support for the general_purpose_v2_enabled property (#29303)
  • azurerm_app_configuration_feature - Add support for custom_filter (#30160)

... (truncated)

Changelog

Sourced from hashicorp/azurerm's changelog.

4.69.0 (April 16, 2026)

FEATURES:

  • New List Resource: azurerm_traffic_manager_profile (#31977)
  • New List Resource: azurerm_web_pubsub (#32126)
  • New Resource: azurerm_automation_runtime_environment_package (#32022)
  • New Resource: azurerm_container_app_environment_managed_certificate (#31137)

ENHANCEMENTS:

  • dependencies: Go - update to 1.25.9 (#32148)
  • dependencies: kubernetesconfiguration/fluxconfiguration - update to API version 2025-04-01 (#32080)
  • Data Source: azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#32108)
  • Data Source: azurerm_storage_account_blob_container_sas - expand permissions block to include new fields (#32149)
  • Data Source: azurerm_storage_account_sas - expand permissions block to include new fields (#32149)
  • Data Source: azurerm_storage_share - export the rbac_scope_id property (#31194)
  • azurerm_bot_channels_registration - add support for the microsoft_app_type, microsoft_app_tenant_id, and microsoft_app_user_assigned_identity_id properties (#30457)
  • azurerm_cdn_frontdoor_route - the cdn_frontdoor_origin_ids property is now optional, allowing users to use the depends_on meta-argument instead (#29350)
  • azurerm_cognitive_deployment - the rai_policy_name property is now Optional + Computed as Azure returns a value when not set in the creation request (#32131)
  • azurerm_container_app - add support for identity_id property in custom_scale_rule block (#29777)
  • azurerm_key_vault - added object-name max length validation for all key vault entries (keys, secrets, certs, etc) (#30665)
  • azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#32108)
  • azurerm_kubernetes_flux_configuration - the git_repository.provider property now supports GitHub (#32080)
  • azurerm_monitor_scheduled_query_rules_alert_v2 - add support for email_subject within action block (#32132)
  • azurerm_storage_share - export the rbac_scope_id property (#31194)

BUG FIXES:

  • azurerm_linux_virtual_machine - parse os_managed_disk_id insensitively as Azure returns static segments cased inconsistently (#32145)
  • azurerm_private_dns_resolver_inbound_endpoint - the ip_configurations.private_ip_address, ip_configurations.private_ip_allocation_method, and ip_configurations.subnet_id properties are now ForceNew as the API does not allow updating these values (#31088)

4.68.0 (April 09, 2026)

FEATURES:

  • New Data Source: azurerm_managed_devops_pool (#28325)
  • New List Resource: azurerm_private_dns_cname_record (#31833)
  • New Resource: azurerm_data_protection_backup_instance_data_lake_storage (#32044)
  • New Resource: azurerm_managed_devops_pool (#28325)

ENHANCEMENTS:

  • dependencies: go-azure-sdk - upgrade to v0.20260407.1111603 (#32112)
  • Data Source: azurerm_bastion_host - export private_only_enabled (#32042)
  • Data Source: azurerm_key_vault - improve validation for the name field to prevent apply time errors (#30453)
  • Data Source: azurerm_mssql_managed_instance - add support for the general_purpose_v2_enabled property (#29303)
  • azurerm_app_configuration_feature - Add support for custom_filter (#30160)
  • azurerm_bastion_host - add support for a "Private-only" deployment and export private_only_enabled (#32042)
  • azurerm_cosmosdb_account - add support for the EnableFabricNetworkAclBypass capability (#31836)

... (truncated)

Commits
  • ca5680b CHANGELOG.md for 4.69.0 (#32147)
  • 9d542e6 azurerm_bot_service_azure_bot - fix acctest, make microsoft_app_type requir...
  • 54102ed azurerm_bot_channels_registration - add microsoft_app_type, `microsoft_app_...
  • 09b6cfa bugfix: user-agent version header says dev instead of actual provider versi...
  • 8e67ab2 consumption: convert budget resources to use typed models with Decode/Encode ...
  • dd083a5 List and identity implementation - azurerm_web_pubsub (#32126)
  • 5956955 kubernetes_cluster_node_pool_data_source.go : add node_image_version (#32...
  • f894a39 New Resource: azurerm_container_app_environment_managed_certificate (#31137)
  • bc0dbf4 Resource Identity and List : trafficmanager (#31977)
  • 1adc9a2 azurerm_key_vault - Add key vault object name length validation (#30665)
  • Additional commits viewable in compare view

Updates azure/azapi from 2.7.0 to 2.9.0

Release notes

Sourced from azure/azapi's releases.

v2.9.0

ENHANCEMENTS:

  • azapi_update_resource resource: Support replace_triggers_external_values argument to trigger resource replacement based on external values.
  • azapi_data_plane_resource resource: Support sensitive_body and sensitive_body_version fields, which are used to specify the write-only properties in the request body.
  • azapi_resource_action resource: Support updating api-version without recreating the resource.
  • azapi_resource_action Support ignore_not_found argument to optionally suppress 404 errors and expose resource existence.
  • azapi_resource, azapi_update_resource resources: Support list_unique_id_property and ignore_other_items_in_list fields, which are used to manage list properties with unique identifiers (GH-1033).
  • azapi provider: Add Azure Government support for KeyVault resource manager audience endpoint (GH-996).
  • azapi_data_plane_resource resource: Support importing existing data plane resources via terraform import (GH-1053).
  • azapi_data_plane_resource resource: Add support for Microsoft.Foundry/agents (AI Foundry assistants) with customization and resource management (GH-1053).
  • parse_resource_id function: Add resource_group_id to the function output (GH-1065).
  • Update bicep types to ms-henglu/bicep-types-az@5c7a4c2

BUG FIXES:

  • Fix Missing Resource Identity After Update error for Terraform versions below 1.12 (GH-1023).
  • azapi_resource_action: Fix inconsistent result error when updating query_parameters with when = "destroy" (GH-1028).
  • azapi_resource resource: Fix embedded schema validation failure when the discriminator property is unknown (GH-1038).
  • azapi_data_plane_resource resource: Fix a bug that 204 status code is not supported as a success response (GH-1055).
  • Fix inconsistent result after apply when lastConnectivityTime field changes between create/update and read (GH-1062).
  • Fix a bug that auxiliary_tenant_ids are not passed to ARM client options for cross-tenant authentication (GH-1046).
  • Fix azapi_update_resource state migration missing replace_triggers_external_values field (GH-1071).
  • Fix RequiresReplaceIfNotNull plan modifier not handling typed null from HCL conditional expressions (GH-1070).

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.9.0 (Unreleased)

ENHANCEMENTS:

  • azapi_update_resource resource: Support replace_triggers_external_values argument to trigger resource replacement based on external values.
  • azapi_data_plane_resource resource: Support sensitive_body and sensitive_body_version fields, which are used to specify the write-only properties in the request body.
  • azapi_resource_action resource: Support updating api-version without recreating the resource.
  • azapi_resource_action Support ignore_not_found argument to optionally suppress 404 errors and expose resource existence.
  • azapi_resource, azapi_update_resource resources: Support list_unique_id_property and ignore_other_items_in_list fields, which are used to manage list properties with unique identifiers (GH-1033).
  • azapi provider: Add Azure Government support for KeyVault resource manager audience endpoint (GH-996).
  • azapi_data_plane_resource resource: Support importing existing data plane resources via terraform import (GH-1053).
  • azapi_data_plane_resource resource: Add support for Microsoft.Foundry/agents (AI Foundry assistants) with customization and resource management (GH-1053).
  • parse_resource_id function: Add resource_group_id to the function output (GH-1065).
  • Update bicep types to ms-henglu/bicep-types-az@5c7a4c2

BUG FIXES:

  • Fix Missing Resource Identity After Update error for Terraform versions below 1.12 (GH-1023).
  • azapi_resource_action: Fix inconsistent result error when updating query_parameters with when = "destroy" (GH-1028).
  • azapi_resource resource: Fix embedded schema validation failure when the discriminator property is unknown (GH-1038).
  • azapi_data_plane_resource resource: Fix a bug that 204 status code is not supported as a success response (GH-1055).
  • Fix inconsistent result after apply when lastConnectivityTime field changes between create/update and read (GH-1062).
  • Fix a bug that auxiliary_tenant_ids are not passed to ARM client options for cross-tenant authentication (GH-1046).
  • Fix azapi_update_resource state migration missing replace_triggers_external_values field (GH-1071).
  • Fix RequiresReplaceIfNotNull plan modifier not handling typed null from HCL conditional expressions (GH-1070).

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).

... (truncated)

Commits
  • 8fe62ba Add missing changelog entries, import docs for data plane resource, and fix t...
  • 234a244 Fix azapi_update_resource migration missing replace_triggers_external_values ...
  • acda56b fix: RequiresReplaceIfNotNull handles typed null from HCL conditional express...
  • b97c7ec feat: add AI Foundry assistants support with customization and resour… (#1053)
  • b799d10 azapi_update_resource resource: Support replace_triggers_external_values ...
  • d6711a1 feat: add resource_group_id to parse_resource_id function (#1065)
  • 8b42cb7 fix: address test failures from unsupported API version and App Service SKU q...
  • aabf871 update changelog
  • 8110523 Branch 250305 update bicep types (#1063)
  • 88c1643 bugfix: azapi_data_plane_resource doesn't support 204 status code (#1055)
  • Additional commits viewable in compare view

Updates hashicorp/azurerm from 4.67.0 to 4.69.0

Release notes

Sourced from hashicorp/azurerm's releases.

v4.69.0

4.69.0 (April 16, 2026)

FEATURES:

  • New List Resource: azurerm_traffic_manager_profile (#31977)
  • New List Resource: azurerm_web_pubsub (#32126)
  • New Resource: azurerm_automation_runtime_environment_package (#32022)
  • New Resource: azurerm_container_app_environment_managed_certificate (#31137)

ENHANCEMENTS:

  • dependencies: Go - update to 1.25.9 (#32148)
  • dependencies: kubernetesconfiguration/fluxconfiguration - update to API version 2025-04-01 (#32080)
  • Data Source: azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#32108)
  • Data Source: azurerm_storage_account_blob_container_sas - expand permissions block to include new fields (#32149)
  • Data Source: azurerm_storage_account_sas - expand permissions block to include new fields (#32149)
  • Data Source: azurerm_storage_share - export the rbac_scope_id property (#31194)
  • azurerm_bot_channels_registration - add support for the microsoft_app_type, microsoft_app_tenant_id, and microsoft_app_user_assigned_identity_id properties (#30457)
  • azurerm_cdn_frontdoor_route - the cdn_frontdoor_origin_ids property is now optional, allowing users to use the depends_on meta-argument instead (#29350)
  • azurerm_cognitive_deployment - the rai_policy_name property is now Optional + Computed as Azure returns a value when not set in the creation request (#32131)
  • azurerm_container_app - add support for identity_id property in custom_scale_rule block (#29777)
  • azurerm_key_vault - added object-name max length validation for all key vault entries (keys, secrets, certs, etc) (#30665)
  • azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#32108)
  • azurerm_kubernetes_flux_configuration - the git_repository.provider property now supports GitHub (#32080)
  • azurerm_monitor_scheduled_query_rules_alert_v2 - add support for email_subject within action block (#32132)
  • azurerm_storage_share - export the rbac_scope_id property (#31194)

BUG FIXES:

  • azurerm_linux_virtual_machine - parse os_managed_disk_id insensitively as Azure returns static segments cased inconsistently (#32145)
  • azurerm_private_dns_resolver_inbound_endpoint - the ip_configurations.private_ip_address, ip_configurations.private_ip_allocation_method, and ip_configurations.subnet_id properties are now ForceNew as the API does not allow updating these values (#31088)

v4.68.0

4.68.0 (April 09, 2026)

FEATURES:

  • New Data Source: azurerm_managed_devops_pool (#28325)
  • New List Resource: azurerm_private_dns_cname_record (#31833)
  • New Resource: azurerm_data_protection_backup_instance_data_lake_storage (#32044)
  • New Resource: azurerm_managed_devops_pool (#28325)

ENHANCEMENTS:

  • dependencies: go-azure-sdk - upgrade to v0.20260407.1111603 (#32112)
  • Data Source: azurerm_bastion_host - export private_only_enabled (#32042)
  • Data Source: azurerm_key_vault - improve validation for the name field to prevent apply time errors (#30453)
  • Data Source: azurerm_mssql_managed_instance - add support for the general_purpose_v2_enabled property (#29303)
  • azurerm_app_configuration_feature - Add support for custom_filter (#30160)

... (truncated)

Changelog

Sourced from hashicorp/azurerm's changelog.

4.69.0 (April 16, 2026)

FEATURES:

  • New List Resource: azurerm_traffic_manager_profile (#31977)
  • New List Resource: azurerm_web_pubsub (#32126)
  • New Resource: azurerm_automation_runtime_environment_package (#32022)
  • New Resource: azurerm_container_app_environment_managed_certificate (#31137)

ENHANCEMENTS:

  • dependencies: Go - update to 1.25.9 (#32148)
  • dependencies: kubernetesconfiguration/fluxconfiguration - update to API version 2025-04-01 (#32080)
  • Data Source: azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#32108)
  • Data Source: azurerm_storage_account_blob_container_sas - expand permissions block to include new fields (#32149)
  • Data Source: azurerm_storage_account_sas - expand permissions block to include new fields (#32149)
  • Data Source: azurerm_storage_share - export the rbac_scope_id property (#31194)
  • azurerm_bot_channels_registration - add support for the microsoft_app_type, microsoft_app_tenant_id, and microsoft_app_user_assigned_identity_id properties (#30457)
  • azurerm_cdn_frontdoor_route - the cdn_frontdoor_origin_ids property is now optional, allowing users to use the depends_on meta-argument instead (#29350)
  • azurerm_cognitive_deployment - the rai_policy_name property is now Optional + Computed as Azure returns a value when not set in the creation request (#32131)
  • azurerm_container_app - add support for identity_id property in custom_scale_rule block (#29777)
  • azurerm_key_vault - added object-name max length validation for all key vault entries (keys, secrets, certs, etc) (#30665)
  • azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#32108)
  • azurerm_kubernetes_flux_configuration - the git_repository.provider property now supports GitHub (#32080)
  • azurerm_monitor_scheduled_query_rules_alert_v2 - add support for email_subject within action block (#32132)
  • azurerm_storage_share - export the rbac_scope_id property (#31194)

BUG FIXES:

  • azurerm_linux_virtual_machine - parse os_managed_disk_id insensitively as Azure returns static segments cased inconsistently (#32145)
  • azurerm_private_dns_resolver_inbound_endpoint - the ip_configurations.private_ip_address, ip_configurations.private_ip_allocation_method, and ip_configurations.subnet_id properties are now ForceNew as the API does not allow updating these values (#31088)

4.68.0 (April 09, 20...

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Apr 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 16, 2026 23:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Apr 16, 2026
@github-actions
Copy link
Copy Markdown

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.

@ianjensenisme ianjensenisme self-requested a review April 20, 2026 05:15
…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.9.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.9.0)

Updates `hashicorp/azurerm` from 4.67.0 to 4.69.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.67.0...v4.69.0)

Updates `azure/azapi` from 2.7.0 to 2.9.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.9.0)

Updates `hashicorp/azurerm` from 4.67.0 to 4.69.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.67.0...v4.69.0)

Updates `azure/azapi` from 2.7.0 to 2.9.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.9.0)

Updates `hashicorp/azurerm` from 4.67.0 to 4.69.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.67.0...v4.69.0)

---
updated-dependencies:
- dependency-name: azure/azapi
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: hashicorp/azurerm
  dependency-version: 4.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: azure/azapi
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: hashicorp/azurerm
  dependency-version: 4.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: azure/azapi
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: hashicorp/azurerm
  dependency-version: 4.69.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 force-pushed the dependabot/terraform/infra/terraform-providers-fe330d3923 branch from b02e32e to a9320dc Compare April 21, 2026 00:13
@github-actions
Copy link
Copy Markdown

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