ENHANCEMENTS:
azapi_update_resourceresource: Supportreplace_triggers_external_valuesargument to trigger resource replacement based on external values.azapi_data_plane_resourceresource: Supportsensitive_bodyandsensitive_body_versionfields, which are used to specify the write-only properties in the request body.azapi_resource_actionresource: Support updating api-version without recreating the resource.azapi_resource_actionSupportignore_not_foundargument to optionally suppress 404 errors and expose resource existence.azapi_resource,azapi_update_resourceresources: Supportlist_unique_id_propertyandignore_other_items_in_listfields, which are used to manage list properties with unique identifiers (GH-1033).azapiprovider: Add Azure Government support for KeyVault resource manager audience endpoint (GH-996).azapi_data_plane_resourceresource: Support importing existing data plane resources viaterraform import(GH-1053).azapi_data_plane_resourceresource: Add support forMicrosoft.Foundry/agents(AI Foundry assistants) with customization and resource management (GH-1053).parse_resource_idfunction: Addresource_group_idto the function output (GH-1065).- Update bicep types to ms-henglu/bicep-types-az@5c7a4c2
BUG FIXES:
- Fix
Missing Resource Identity After Updateerror for Terraform versions below 1.12 (GH-1023). azapi_resource_action: Fix inconsistent result error when updatingquery_parameterswithwhen = "destroy"(GH-1028).azapi_resourceresource: Fix embedded schema validation failure when the discriminator property is unknown (GH-1038).azapi_data_plane_resourceresource: Fix a bug that 204 status code is not supported as a success response (GH-1055).- Fix inconsistent result after apply when
lastConnectivityTimefield changes between create/update and read (GH-1062). - Fix a bug that
auxiliary_tenant_idsare not passed to ARM client options for cross-tenant authentication (GH-1046). - Fix
azapi_update_resourcestate migration missingreplace_triggers_external_valuesfield (GH-1071). - Fix
RequiresReplaceIfNotNullplan modifier not handling typed null from HCL conditional expressions (GH-1070).