Skip to content

build(deps): bump azure/azapi from 2.8.0 to 2.10.0 in /modules/terraform/azure#1189

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/modules/terraform/azure/main/azure/azapi-2.10.0
Open

build(deps): bump azure/azapi from 2.8.0 to 2.10.0 in /modules/terraform/azure#1189
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/modules/terraform/azure/main/azure/azapi-2.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps azure/azapi from 2.8.0 to 2.10.0.

Release notes

Sourced from azure/azapi's releases.

v2.10.0

ENHANCEMENTS:

  • azapi provider: Preflight validation is now enabled on resource update operations (previously only on create) (GH-1112).
  • azapi provider: Preflight validation now requires only read permission instead of write permission (GH-1112).
  • Bump Go version to 1.25.8 (GH-1082).
  • Bump terraform-plugin-framework from v1.16.1 to v1.19.0 (GH-1081).
  • Add example for Microsoft.RedHatOpenShift/openShiftClusters (GH-1083).

BUG FIXES:

  • Fix a panic when comparing a non-empty configured list with an empty remote list during no-op change detection (GH-1125).

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

Sourced from azure/azapi's changelog.

v2.10.0

ENHANCEMENTS:

  • azapi provider: Preflight validation is now enabled on resource update operations (previously only on create) (GH-1112).
  • azapi provider: Preflight validation now requires only read permission instead of write permission (GH-1112).
  • Bump Go version to 1.25.8 (GH-1082).
  • Bump terraform-plugin-framework from v1.16.1 to v1.19.0 (GH-1081).
  • Add example for Microsoft.RedHatOpenShift/openShiftClusters (GH-1083).

BUG FIXES:

  • Fix a panic when comparing a non-empty configured list with an empty remote list during no-op change detection (GH-1125).

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).
Commits
  • 2ac202c Fix UpdateObject empty array handling (#1125)
  • 892dd17 Upgrade tffwdocs to v0.3.0 and adjust the document sources accordingly (#1124)
  • 5236c51 changelog: fill v2.10.0 and fix all markdownlint violations (#1123)
  • 399619c Bump github.com/go-git/go-git/v5 in the gomod-dependencies group (#1114)
  • 784a31d acctest & nightly pipeline improvement and simplification (#1113)
  • bf552c3 preflight: enabled on update & require read instead of write permission (#1112)
  • c25faaf Bump the gomod-dependencies group across 1 directory with 5 updates (#1108)
  • 47dc72b Auto trigger acctests and acceptance tests fix (#1103)
  • 37686df Fix dependabot.yml syntax error (#1100)
  • e14fdaf Bump google.golang.org/grpc from v1.79.2 to v1.79.3 plus other direct deps an...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [azure/azapi](https://github.com/Azure/terraform-provider-azapi) from 2.8.0 to 2.10.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.8.0...v2.10.0)

---
updated-dependencies:
- dependency-name: azure/azapi
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings May 22, 2026 13:49
@dependabot dependabot Bot requested a review from alyssa1303 as a code owner May 22, 2026 13:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels May 22, 2026
@dependabot dependabot Bot requested a review from liyu-ma as a code owner May 22, 2026 13:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants