Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/infra/terraform-providers-86efb7be30
Open

chore(deps): bump the terraform-providers group across 2 directories with 4 updates#428
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/infra/terraform-providers-86efb7be30

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the terraform-providers group with 4 updates in the /infra directory: azure/avm-res-storage-storageaccount/azurerm, azure/azapi, hashicorp/azurerm and hashicorp/time.
Bumps the terraform-providers group with 2 updates in the /infra/modules/copilot_studio directory: azure/azapi and hashicorp/azurerm.

Updates azure/avm-res-storage-storageaccount/azurerm from 0.7.3 to 0.8.1

Release notes

Sourced from azure/avm-res-storage-storageaccount/azurerm's releases.

v0.8.1

Upgrade notes

Patch release — no configuration changes required.

Static website hosting is now actually applied. Before this release the module patched the blob service with an API version whose schema omits properties.staticWebsite, so the request succeeded while the setting was silently discarded — producing a plan diff that could never converge. If you use static_website, expect your next apply to make a real change to the storage account rather than a no-op. (#363)

Upgrading from v0.7.x? Read the v0.8.0 release notes first — that release repaired invalid state migrations, and skipping its guidance can cause containers, queues, shares, and tables to be destroyed and recreated.

What's Changed

Full Changelog: Azure/terraform-azurerm-avm-res-storage-storageaccount@v0.8.0...v0.8.1

v0.8.0

Important upgrade note: This release corrects invalid state migrations introduced in v0.7.0 for containers, queues, shares, and tables. Users upgrading from v0.6.x, or who previously upgraded through v0.7.x, should follow the state-migration guidance in the README before applying. Otherwise, Terraform may propose destroying and recreating existing collection resources.

What's Changed

Full Changelog: Azure/terraform-azurerm-avm-res-storage-storageaccount@v0.7.4...v0.8.0

v0.7.4

What's Changed

New Contributors

Full Changelog: Azure/terraform-azurerm-avm-res-storage-storageaccount@v0.7.3...v0.7.4

Commits
  • 0acd943 docs: note Key Vault RBAC ordering for customer-managed keys (#391)
  • b523572 fix: enable static website by pinning blob service API to 2025-08-01 (#389)
  • 5f18771 chore: run avm pre-commit [skip ci]
  • c5fba1f chore: run avm pre-commit [skip ci]
  • 4fc4d5b fix: correct collection state migrations (#383)
  • d50c916 fix: allow Capacity metric category for storage account diagnostics (#387)
  • 9af45d5 chore: run avm pre-commit [skip ci]
  • 286857f fix: propagate edge zones to private endpoints (#385)
  • 236a038 feat: support Provisioned v2 file share performance (#384)
  • 9243191 fix: retry transient storage account operations (#382)
  • Additional commits viewable in compare view

Updates azure/azapi from 2.10.0 to 2.12.0

Release notes

Sourced from azure/azapi's releases.

v2.12.0

ENHANCEMENTS:

  • azapi provider: Support preserve_resource_id_casing feature flag (default false). When enabled, if the resource ID the provider would write back to state differs from the existing state value only by casing, the existing casing is preserved. This avoids spurious Unexpected Identity Change errors and diffs when consumers (or upstream modules) rely on a specific casing the Azure API may not preserve. Only the id and resource_id attributes are affected. Can also be sourced from the ARM_PRESERVE_RESOURCE_ID_CASING environment variable (GH-1122).
  • azapi provider: Publish official windows_arm64 provider binaries (GH-1148).
  • azapi_resource resource: Re-introduce the ignore_body_changes property to ignore changes to specified fields in the request body (GH-1192).
  • azapi_data_plane_resource resource: Allow name to be optional based on the URL format (GH-1178).
  • azapi_data_plane_resource resource: Support Key Vault certificates (GH-1174).

BUG FIXES:

  • Strip UTF-8 BOM prefix from JSON responses (GH-1190).
  • Preserve azapi_resource state for an in-flight Create interrupted by SIGINT (GH-1183).
  • Fix MoveState target identity for azurerm resource moves (GH-1175).
  • Fix OIDC token file path logic (GH-1164).

v2.11.0

ENHANCEMENTS:

  • azapi_resource_action resource: Support sensitive body for resource actions (GH-1150).
  • azapi_resource: Import now falls back to up to three most recent indexed API versions when a 400 or 404 response is returned without an explicit api-version (GH-1093).
  • azapi provider: Support PFX modern encryption for client certificate authentication (GH-1151).
  • azapi client: Return the last retryable error instead of context deadline exceeded when retries fail (GH-1079).
  • Acquire a policy token when a request is blocked by an invoke policy (GH-1145).
  • Update bicep types to Azure/azure-rest-api-specs revision 51d53915b5f31b10e6645c136807b9d95f9f09d1 (GH-1159).
  • Improve the bicep types update process (GH-1155).

BUG FIXES:

  • Fix Missing Resource Identity After Read after upgrading from v2.7.0 when a resource is deleted outside Terraform (GH-1050).
  • Fix azapi_resource_action output handling when updating existing actions (GH-1158).
  • Fix azapi_resource_action output being set incorrectly while the action is executing (GH-1168).
  • Fix ResourceClient CreateOrUpdate to return the initial PUT body correctly (GH-1160).
Changelog

Sourced from azure/azapi's changelog.

v2.12.0

ENHANCEMENTS:

  • azapi provider: Support preserve_resource_id_casing feature flag (default false). When enabled, if the resource ID the provider would write back to state differs from the existing state value only by casing, the existing casing is preserved. This avoids spurious Unexpected Identity Change errors and diffs when consumers (or upstream modules) rely on a specific casing the Azure API may not preserve. Only the id and resource_id attributes are affected. Can also be sourced from the ARM_PRESERVE_RESOURCE_ID_CASING environment variable (GH-1122).
  • azapi provider: Publish official windows_arm64 provider binaries (GH-1148).
  • azapi_resource resource: Re-introduce the ignore_body_changes property to ignore changes to specified fields in the request body (GH-1192).
  • azapi_data_plane_resource resource: Allow name to be optional based on the URL format (GH-1178).
  • azapi_data_plane_resource resource: Support Key Vault certificates (GH-1174).

BUG FIXES:

  • Strip UTF-8 BOM prefix from JSON responses (GH-1190).
  • Preserve azapi_resource state for an in-flight Create interrupted by SIGINT (GH-1183).
  • Fix MoveState target identity for azurerm resource moves (GH-1175).
  • Fix OIDC token file path logic (GH-1164).

v2.11.0

ENHANCEMENTS:

  • azapi_resource_action resource: Support sensitive body for resource actions (GH-1150).
  • azapi_resource: Import now falls back to up to three most recent indexed API versions when a 400 or 404 response is returned without an explicit api-version (GH-1093).
  • azapi provider: Support PFX modern encryption for client certificate authentication (GH-1151).
  • azapi client: Return the last retryable error instead of context deadline exceeded when retries fail (GH-1079).
  • Acquire a policy token when a request is blocked by an invoke policy (GH-1145).
  • Update bicep types to Azure/azure-rest-api-specs revision 51d53915b5f31b10e6645c136807b9d95f9f09d1 (GH-1159).
  • Improve the bicep types update process (GH-1155).

BUG FIXES:

  • Fix Missing Resource Identity After Read after upgrading from v2.7.0 when a resource is deleted outside Terraform (GH-1050).
  • Fix azapi_resource_action output handling when updating existing actions (GH-1158).
  • Fix azapi_resource_action output being set incorrectly while the action is executing (GH-1168).
  • Fix ResourceClient CreateOrUpdate to return the initial PUT body correctly (GH-1160).
Commits
  • 52241c9 Update bicep types to Azure/azure-rest-api-specs revision 0744f52a86919d243ba...
  • c080464 Update changelog for 2.12 release (#1195)
  • 7d923f6 Add preserve_resource_id_casing provider feature flag (#1122)
  • e774e61 azapi_resource: re-introduce ignore_body_changes property (#1192)
  • b057c50 Strip UTF-8 BOM prefix from JSON responses (#1190)
  • d8f3a4d Bump github.com/hashicorp/terraform-plugin-log from 0.10.0 to 0.11.0 in the g...
  • 9cdbd49 Bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 in the gomod-dependenc...
  • 5229b84 chore: Cleanup acquire policy token test suppression (#1186)
  • 4fae1b3 Preserve azapi_resource state for in-flight Create interrupted by SIGINT (#1183)
  • 4201949 Use test data location in preflight child resource acctest (#1181)
  • Additional commits viewable in compare view

Updates hashicorp/azurerm from 4.79.0 to 5.1.0

Release notes

Sourced from hashicorp/azurerm's releases.

v5.1.0

5.1.0 (August 13, 2026)

ENHANCEMENTS:

  • dependencies: azurerm_linux_virtual_machine_scale_set - update to API version 2025-04-01 (#31586)
  • dependencies: azurerm_orchestrated_virtual_machine_scale_set - update to API version 2025-04-01 (#31586)
  • dependencies: azurerm_virtual_machine_scale_set - update to API version 2025-04-01 (#31586)
  • dependencies: azurerm_virtual_machine_scale_set_extension - update to API version 2025-04-01 (#31586)
  • dependencies: azurerm_windows_virtual_machine_scale_set - update to API version 2025-04-01 (#31586)
  • dependencies: codesigning - update to API version 2025-10-13 (#31714)
  • azurerm_linux_virtual_machine - encryption_at_host_enabled can now be set to true when os_disk.security_encryption_type is set to DiskWithVMGuestState (#32885)
  • azurerm_linux_virtual_machine_scale_set - encryption_at_host_enabled can now be set to true when os_disk.security_encryption_type is set to DiskWithVMGuestState (#32885)
  • azurerm_managed_devops_pool - add support for the CreatorOnly value to azure_devops_organization.permission.kind property (#32753)
  • azurerm_windows_virtual_machine - encryption_at_host_enabled can now be set to true when os_disk.security_encryption_type is set to DiskWithVMGuestState (#32885)
  • azurerm_windows_virtual_machine_scale_set - encryption_at_host_enabled can now be set to true when os_disk.security_encryption_type is set to DiskWithVMGuestState (#32885)

BUG FIXES:

  • azurerm_cdn_frontdoor_batch_ruleset - parse rule.actions.route_configuration_override.origin_group.cdn_frontdoor_origin_group_id case-insensitively and normalize the resulting value to prevent diffs (#32980)
  • azurerm_cdn_frontdoor_route - parse cdn_frontdoor_origin_group_id case-insensitively and normalize the resulting value to prevent diffs (#32980)
  • azurerm_cdn_frontdoor_secret - fix an incorrect type assertion (#32982)
  • azurerm_dev_center_project - parse dev_center_id case-insensitively and normalize the resulting value to prevent diffs (#32798)
  • azurerm_eventhub - now prevents the status property from being set to SendDisabled on create (#33071)
  • azurerm_storage_container - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x (#32978)
  • azurerm_storage_queue - extend state migration to handle a malformed resource_manager_id (#32979)
  • azurerm_storage_share - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x (#33075)

v5.0.1

5.0.1 (July 30, 2026)

NOTES:

In addition to the bug fixes below, a number of resource documentation pages and the 5.0-upgrade-guide have been updated.

BUG FIXES:

  • azurerm_cdn_frontdoor_origin - fix a regression that prevented valid values as input to private_link.private_link_target_id (#32912)
  • azurerm_storage_queue - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x (#32914)
  • azurerm_storage_table_entity - add a state migration for the storage_table_id field, fixing the upgrade path from 4.x to 5.x (#32929)

v5.0.0

5.0.0 (July 27, 2026)

NOTES:

  • Major Version: Version 5.0 of the Azure Provider is a major version - some behaviours have changed and some deprecated fields/resources have been removed - please refer to the 5.0 upgrade guide for more information.
  • When upgrading to v5.0 of the AzureRM Provider, we recommend upgrading to the latest version of Terraform Core (which can be found here).

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/azurerm's changelog.

4.81.0 (July 14, 2026)

FEATURES:

  • New Data Source: azurerm_cdn_frontdoor_batch_rule_set (#32733)
  • New List Resource: azurerm_backup_policy_vm (#32736)
  • New List Resource: azurerm_cdn_frontdoor_batch_rule_set (#32733)
  • New List Resource: azurerm_cognitive_account_connection_account_key (#30981)
  • New List Resource: azurerm_cognitive_account_connection_account_managed_identity (#30981)
  • New List Resource: azurerm_cognitive_account_connection_api_key ((#30981)
  • New List Resource: azurerm_cognitive_account_connection_custom_keys (#30981)
  • New List Resource: azurerm_cognitive_account_connection_entra_id (#30981)
  • New List Resource: azurerm_federated_identity_credential (#32672)
  • New List Resource: azurerm_monitor_scheduled_query_rules_alert (#32701)
  • New List Resource: azurerm_servicebus_customer_managed_identity (#32315)
  • New List Resource: azurerm_web_pubsub_custom_certificate (#32192)
  • New Resource: azurerm_cdn_frontdoor_batch_rule_set (#32733)
  • New Resource: azurerm_cognitive_account_connection_account_key (#30981)
  • New Resource: azurerm_cognitive_account_connection_account_managed_identity (#30981)
  • New Resource: azurerm_cognitive_account_connection_api_key ((#30981)
  • New Resource: azurerm_cognitive_account_connection_custom_keys (#30981)
  • New Resource: azurerm_cognitive_account_connection_entra_id (#30981)
  • New Resource: azurerm_log_analytics_workspace_table_microsoft (#31754)
  • azurerm_servicebus_subscription - added new provider feature flag that will remove the "$Default" rule immediately on new subscription creation (#32452)
  • New Resource: azurerm_storage_account_table_properties (#32282)

ENHANCEMENTS:

  • dependencies: go - update to 1.26.5
  • dependencies: x/crypto - update to v0.54.0
  • dependencies: cdn - update to API version 2025-12-01 (#32719)
  • dependencies: compute - update to API version 2025-04-01 (#32592)
  • dependencies: go-azure-helpers - update to v0.81.1 (#32732)
  • dependencies: go-azure-sdk - update to v0.20260709.1191450 (#32768)
  • dependencies: keyvault - update to API version 2026-02-01 (#32320)
  • Data Source: azurerm_logic_app_standard - add new return attribute storage_key_vault_secret_id which will be set if the app service "AzureWebJobsStorage" property had a KeyVault reference format (#32571)
  • azurerm_cdn_frontdoor_endpoint - migrate to go-azure-sdk (#32741)
  • azurerm_container_registry Add support for azuread_authentication_as_arm_policy_enabled, role_assignment_mode and network_rule_bypass_allowed_for_tasks properties (#31667)
  • azurerm_logic_app_standard - add attribute storage_key_vault_secret_id which can be used in place of storage_account_name and storage_account_key, allowing the app service property "AzureWebJobsStorage" to reference a key vault secret in the format "@​Microsoft.KeyVault(SecretUri=...)" (#32571)
  • azurerm_orchestrated_virtual_machine_scale_set - support for the tags property within the network_interface block (#32592)

BUG FIXES:

  • azurerm_cdn_frontdoor_custom_domain - fix a validation regression that prevented previously valid wildcard inputs to the host_name property (#32738)
  • azurerm_network_security_perimeter_association - fix create/update methods to poll for async operation completion before returning (#32742)
  • azurerm_palo_alto_next_generation_firewall_virtual_hub_strata_cloud_manager - fix an issue that set arguments not present in schema causing an error (#32768)
  • azurerm_palo_alto_next_generation_firewall_virtual_network_strata_cloud_manager - fix an issue that set arguments not present in schema causing an error (#32768)
  • azurerm_virtual_hub_connection - remote_virtual_network_id value will now be parsed case insensitive (#32734)

4.80.0 (July 02, 2026)

... (truncated)

Commits
  • 11970d0 CHANGELOG.md for v5.1.0 (#33005)
  • b34e5b5 parse resource IDs insensitively in the same was as the legacy parsers (#33076)
  • 35b72cb remove 5.0 feature flag gates from cosmos, costmanagement, dashboard,databric...
  • ee70465 remove 5.0 feature flag gates from loadbalancer, loganalytics, logic,machinel...
  • 573de67 remove 5.0 feature flag gates from mssql and mssqlmanagedinstance (#33020)
  • fd4946f remove 5.0 feature flag gates from storagecache, storagemover, streamanalytic...
  • 2837a02 remove 5.0 feature flag gates from paloalto, policy, powerbi and recoveryserv...
  • 7658a89 linters: add azproviderlint and move tfproviderlint to golangci (#33010)
  • 438bff6 Test Fix: TestAccSpringCloudGatewayRouteConfig_complete (#33074)
  • ebbf5a7 Test Fix: TestAccKubernetesFleetManager_update (#33073)
  • Additional commits viewable in compare view

Updates hashicorp/time from 0.14.0 to 0.14.1

Release notes

Sourced from hashicorp/time's releases.

v0.14.1

0.14.1 (August 14, 2026)

NOTES:

  • Dependency updates (#498)
Changelog

Sourced from hashicorp/time's changelog.

0.14.1 (August 14, 2026)

NOTES:

  • Dependency updates (#498)
Commits
  • 16a7a58 update version and fix changie partial changelog (#507)
  • 4b57d2f update Go core dependencies (#506)
  • d4e05fc Added changelog for upcoming release (#505)
  • 722c4a0 build(deps): Bump github.com/hashicorp/terraform-plugin-log (#504)
  • de8e559 build(deps): Bump the github-actions group across 1 directory with 3 updates ...
  • 8fd5533 build(deps): Bump google.golang.org/grpc from 1.79.3 to 1.82.1 (#502)
  • 16bc819 build(deps): Bump actions/setup-go in the github-actions group (#500)
  • e151063 build(deps): Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /tools (#497)
  • 075a35f build(deps): Bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#498)
  • c606d2a build(deps): Bump the github-actions group across 1 directory with 2 updates ...
  • Additional commits viewable in compare view

Updates azure/azapi from 2.10.0 to 2.12.0

Release notes

Sourced from azure/azapi's releases.

v2.12.0

ENHANCEMENTS:

  • azapi provider: Support preserve_resource_id_casing feature flag (default false). When enabled, if the resource ID the provider would write back to state differs from the existing state value only by casing, the existing casing is preserved. This avoids spurious Unexpected Identity Change errors and diffs when consumers (or upstream modules) rely on a specific casing the Azure API may not preserve. Only the id and resource_id attributes are affected. Can also be sourced from the ARM_PRESERVE_RESOURCE_ID_CASING environment variable (GH-1122).
  • azapi provider: Publish official windows_arm64 provider binaries (GH-1148).
  • azapi_resource resource: Re-introduce the ignore_body_changes property to ignore changes to specified fields in the request body (GH-1192).
  • azapi_data_plane_resource resource: Allow name to be optional based on the URL format (GH-1178).
  • azapi_data_plane_resource resource: Support Key Vault certificates (GH-1174).

BUG FIXES:

  • Strip UTF-8 BOM prefix from JSON responses (GH-1190).
  • Preserve azapi_resource state for an in-flight Create interrupted by SIGINT (GH-1183).
  • Fix MoveState target identity for azurerm resource moves (GH-1175).
  • Fix OIDC token file path logic (GH-1164).

v2.11.0

ENHANCEMENTS:

  • azapi_resource_action resource: Support sensitive body for resource actions (GH-1150).
  • azapi_resource: Import now falls back to up to three most recent indexed API versions when a 400 or 404 response is returned without an explicit api-version (GH-1093).
  • azapi provider: Support PFX modern encryption for client certificate authentication (GH-1151).
  • azapi client: Return the last retryable error instead of context deadline exceeded when retries fail (GH-1079).
  • Acquire a policy token when a request is blocked by an invoke policy (GH-1145).
  • Update bicep types to Azure/azure-rest-api-specs revision 51d53915b5f31b10e6645c136807b9d95f9f09d1 (GH-1159).
  • Improve the bicep types update process (GH-1155).

BUG FIXES:

  • Fix Missing Resource Identity After Read after upgrading from v2.7.0 when a resource is deleted outside Terraform (GH-1050).
  • Fix azapi_resource_action output handling when updating existing actions (GH-1158).
  • Fix azapi_resource_action output being set incorrectly while the action is executing (GH-1168).
  • Fix ResourceClient CreateOrUpdate to return the initial PUT body correctly (GH-1160).
Changelog

Sourced from azure/azapi's changelog.

v2.12.0

ENHANCEMENTS:

  • azapi provider: Support preserve_resource_id_casing feature flag (default false). When enabled, if the resource ID the provider would write back to state differs from the existing state value only by casing, the existing casing is preserved. This avoids spurious Unexpected Identity Change errors and diffs when consumers (or upstream modules) rely on a specific casing the Azure API may not preserve. Only the id and resource_id attributes are affected. Can also be sourced from the ARM_PRESERVE_RESOURCE_ID_CASING environment variable (GH-1122).
  • azapi provider: Publish official windows_arm64 provider binaries (GH-1148).
  • azapi_resource resource: Re-introduce the ignore_body_changes property to ignore changes to specified fields in the request body (GH-1192).
  • azapi_data_plane_resource resource: Allow name to be optional based on the URL format (GH-1178).
  • azapi_data_plane_resource resource: Support Key Vault certificates (GH-1174).

BUG FIXES:

  • Strip UTF-8 BOM prefix from JSON responses (GH-1190).
  • Preserve azapi_resource state for an in-flight Create interrupted by SIGINT (GH-1183).
  • Fix MoveState target identity for azurerm resource moves (GH-1175).
  • Fix OIDC token file path logic (GH-1164).

v2.11.0

ENHANCEMENTS:

  • azapi_resource_action resource: Support sensitive body for resource actions (GH-1150).
  • azapi_resource: Import now falls back to up to three most recent indexed API versions when a 400 or 404 response is returned without an explicit api-version (GH-1093).
  • azapi provider: Support PFX modern encryption for client certificate authentication (GH-1151).
  • azapi client: Return the last retryable error instead of context deadline exceeded when retries fail (GH-1079).
  • Acquire a policy token when a request is blocked by an invoke policy (GH-1145).
  • Update bicep types to Azure/azure-rest-api-specs revision 51d53915b5f31b10e6645c136807b9d95f9f09d1 (GH-1159).
  • Improve the bicep types update process (GH-1155).

BUG FIXES:

  • Fix Missing Resource Identity After Read after upgrading from v2.7.0 when a resource is deleted outside Terraform (GH-1050).
  • Fix azapi_resource_action output handling when updating existing actions (GH-1158).
  • Fix azapi_resource_action output being set incorrectly while the action is executing (GH-1168).
  • Fix ResourceClient CreateOrUpdate to return the initial PUT body correctly (GH-1160).
Commits
  • 52241c9 Update bicep types to Azure/azure-rest-api-specs revision 0744f52a86919d243ba...
  • c080464 Update changelog for 2.12 release (#1195)
  • 7d923f6 Add preserve_resource_id_casing provider feature flag (#1122)
  • e774e61 azapi_resource: re-introduce ignore_body_changes property (#1192)
  • b057c50 Strip UTF-8 BOM prefix from JSON responses (#1190)
  • d8f3a4d Bump github.com/hashicorp/terraform-plugin-log from 0.10.0 to 0.11.0 in the g...
  • 9cdbd49 Bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 in the gomod-dependenc...
  • 5229b84 chore: Cleanup acquire policy token test suppression (#1186)
  • 4fae1b3 Preserve azapi_resource state for in-flight Create interrupted by SIGINT (#1183)
  • 4201949 Use test data location in preflight child resource acctest (#1181)
  • Additional commits viewable in compare view

Updates hashicorp/azurerm from 4.79.0 to 5.1.0

Release notes

Sourced from hashicorp/azurerm's releases.

v5.1.0

5.1.0 (August 13, 2026)

ENHANCEMENTS:

  • dependencies: azurerm_linux_virtual_machine_scale_set - update to API version 2025-04-01 (#31586)
  • dependencies: azurerm_orchestrated_virtual_machine_scale_set - update to API version 2025-04-01 (#31586)
  • dependencies: azurerm_virtual_machine_scale_set - update to API version 2025-04-01 (#31586)
  • dependencies: azurerm_virtual_machine_scale_set_extension - update to API version 2025-04-01 (#31586)
  • dependencies: azurerm_windows_virtual_machine_scale_set - update to API version 2025-04-01 (#31586)
  • dependencies: codesigning - update to API version 2025-10-13 (#31714)
  • azurerm_linux_virtual_machine - encryption_at_host_enabled can now be set to true when os_disk.security_encryption_type is set to DiskWithVMGuestState (#32885)
  • azurerm_linux_virtual_machine_scale_set - encryption_at_host_enabled can now be set to true when os_disk.security_encryption_type is set to DiskWithVMGuestState (#32885)
  • azurerm_managed_devops_pool - add support for the CreatorOnly value to azure_devops_organization.permission.kind property (#32753)
  • azurerm_windows_virtual_machine - encryption_at_host_enabled can now be set to true when os_disk.security_encryption_type is set to DiskWithVMGuestState (#32885)
  • azurerm_windows_virtual_machine_scale_set - encryption_at_host_enabled can now be set to true when os_disk.security_encryption_type is set to DiskWithVMGuestState (#32885)

BUG FIXES:

  • azurerm_cdn_frontdoor_batch_ruleset - parse rule.actions.route_configuration_override.origin_group.cdn_frontdoor_origin_group_id case-insensitively and normalize the resulting value to prevent diffs (#32980)
  • azurerm_cdn_frontdoor_route - parse cdn_frontdoor_origin_group_id case-insensitively and normalize the resulting value to prevent diffs (#32980)
  • azurerm_cdn_frontdoor_secret - fix an incorrect type assertion (#32982)
  • azurerm_dev_center_project - parse dev_center_id case-insensitively and normalize the resulting value to prevent diffs (#32798)
  • azurerm_eventhub - now prevents the status property from being set to SendDisabled on create (#33071)
  • azurerm_storage_container - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x (#32978)
  • azurerm_storage_queue - extend state migration to handle a malformed resource_manager_id (#32979)
  • azurerm_storage_share - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x (#33075)

v5.0.1

5.0.1 (July 30, 2026)

NOTES:

In addition to the bug fixes below, a number of resource documentation pages and the 5.0-upgrade-guide have been updated.

BUG FIXES:

  • azurerm_cdn_frontdoor_origin - fix a regression that prevented valid values as input to private_link.private_link_target_id (#32912)
  • azurerm_storage_queue - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x (#32914)
  • azurerm_storage_table_e...

    Description has been truncated

…with 4 updates

Bumps the terraform-providers group with 4 updates in the /infra directory: [azure/avm-res-storage-storageaccount/azurerm](https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount), [azure/azapi](https://github.com/Azure/terraform-provider-azapi), [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) and [hashicorp/time](https://github.com/hashicorp/terraform-provider-time).
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/avm-res-storage-storageaccount/azurerm` from 0.7.3 to 0.8.1
- [Release notes](https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount/releases)
- [Commits](Azure/terraform-azurerm-avm-res-storage-storageaccount@v0.7.3...v0.8.1)

Updates `azure/azapi` from 2.10.0 to 2.12.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.10.0...v2.12.0)

Updates `hashicorp/azurerm` from 4.79.0 to 5.1.0
- [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG-v4.md)
- [Commits](hashicorp/terraform-provider-azurerm@v4.79.0...v5.1.0)

Updates `hashicorp/time` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/hashicorp/terraform-provider-time/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-time/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-time@v0.14.0...v0.14.1)

Updates `azure/azapi` from 2.10.0 to 2.12.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.10.0...v2.12.0)

Updates `hashicorp/azurerm` from 4.79.0 to 5.1.0
- [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG-v4.md)
- [Commits](hashicorp/terraform-provider-azurerm@v4.79.0...v5.1.0)

Updates `azure/azapi` from 2.10.0 to 2.12.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.10.0...v2.12.0)

Updates `hashicorp/azurerm` from 4.79.0 to 5.1.0
- [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG-v4.md)
- [Commits](hashicorp/terraform-provider-azurerm@v4.79.0...v5.1.0)

Updates `azure/azapi` from 2.10.0 to 2.12.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.10.0...v2.12.0)

Updates `hashicorp/azurerm` from 4.79.0 to 5.1.0
- [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG-v4.md)
- [Commits](hashicorp/terraform-provider-azurerm@v4.79.0...v5.1.0)

---
updated-dependencies:
- dependency-name: azure/avm-res-storage-storageaccount/azurerm
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: azure/azapi
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: hashicorp/azurerm
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: terraform-providers
- dependency-name: hashicorp/time
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: terraform-providers
- dependency-name: azure/azapi
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: hashicorp/azurerm
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: terraform-providers
- dependency-name: azure/azapi
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: hashicorp/azurerm
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: terraform-providers
- dependency-name: azure/azapi
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: hashicorp/azurerm
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Aug 17, 2026
Copilot AI lite review requested due to automatic review settings August 17, 2026 23:16
@dependabot
dependabot Bot requested a review from a team as a code owner August 17, 2026 23:16
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Aug 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates Terraform provider/module versions across the infrastructure configuration to newer releases.

Changes:

  • Bumped azurerm provider from 4.79.0 to 5.1.0 (root + module).
  • Bumped azapi provider from 2.10.0 to 2.12.0 (root + module).
  • Updated the Azure storage AVM module from 0.7.3 to 0.8.1, plus a patch bump for time.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
infra/provider.tf Updates root Terraform provider version pins (azapi/azurerm/time).
infra/modules/copilot_studio/terraform.tf Keeps module provider version pins in sync with root (azapi/azurerm).
infra/main.storage.tf Updates the storage account AVM module version.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread infra/provider.tf
azurerm = {
source = "hashicorp/azurerm"
version = "4.79.0"
version = "5.1.0"
Comment thread infra/main.storage.tf
# checkov:skip=CKV2_AZURE_38: Soft delete is enabled.
source = "Azure/avm-res-storage-storageaccount/azurerm"
version = "0.7.3"
version = "0.8.1"
@github-actions

Copy link
Copy Markdown

❌ Terraform Validation Failed

The Terraform provider update has failed validation. Please check the workflow logs for details.

This may indicate that the provider update is not compatible with the current configuration.

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-validation-failed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant