Open
Conversation
8f0e8b5 to
9084028
Compare
5e8eb2f to
f7d87c8
Compare
f6e1335 to
a5e7e65
Compare
a5e7e65 to
0da3fe8
Compare
0da3fe8 to
a8dd815
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 2.5.0→~> 2.9.0Release Notes
Azure/terraform-provider-azapi (azapi)
v2.9.0Compare Source
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).5c7a4c2BUG FIXES:
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).lastConnectivityTimefield changes between create/update and read (GH-1062).auxiliary_tenant_idsare not passed to ARM client options for cross-tenant authentication (GH-1046).azapi_update_resourcestate migration missingreplace_triggers_external_valuesfield (GH-1071).RequiresReplaceIfNotNullplan modifier not handling typed null from HCL conditional expressions (GH-1070).v2.8.0Compare Source
FEATURES:
azapi_resource_action- Perform stateless actions on Azure resources that can be invoked via Terraform action triggersENHANCEMENTS:
azapi_resourceresource: Add support for identity-based import, enabling import via resource ID and type from list resource protocol.azapi_resourceresource: Support listing resources via new ListResource protocol.azapi_resourceresource: Support listing all resources in a resource group whentypeis omitted. Uses ARM API/subscriptions/{sub}/resourceGroups/{rg}/resourcesto enumerate all resources.azapi_resourceresource: Refactor import logic to support identity block and multiple import scenarios (ID only, ID with API version, ID and type).azapi_data_plane_resourceresource: Adds a customization layer which allows custom CRUD operations for resources that don't follow standard patterns.azapi_data_plane_resourceresource: SupportMicrosoft.KeyVault/vaults/keystype.azapi_data_plane_resourceresource: SupportMicrosoft.KeyVault/vaults/secretstype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/datasourcestype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/indexerstype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/indexestype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/skillsetstype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/synonymmapstype.azapiexamples.c41a40cBUG FIXES:
ReadOnlyandRequired.sensitive_body_versionwith emptysensitive_body(GH-999).azapi_resourceresource move fromazurerm_storage_shareby converting/fileshares/to/shares/in resource ID.v2.7.0Compare Source
ENHANCEMENTS:
azapi_resourceresource: Refactor move-state logic to centrally derive ARM IDs from data-plane IDs for selected azurerm resources.azapiexamples.azapi_resourcedata source: Supportignore_not_foundargument andexistscomputed field to optionally suppress 404 errors and expose resource existence.azapiprovider: Support for disabling instance discovery via newdisable_instance_discoveryprovider argument andARM_DISABLE_INSTANCE_DISCOVERYenvironment variable (GH-964).azapiprovider: Support for explicitcustomenvironment configuration where endpoints must be manually specified (GH-964).6b9ca69BUG FIXES:
azapi_client_configdata source: Fix a bug that specified subscription ID should not be overridden by Azure CLI default subscription ID.azapi_resourceresource: Support moving fromazurerm_storage_containerwhoseidis a data-plane URL by leveraging theresource_manager_idattribute (GH-955).azapi_resourceresource: Support moving fromazurerm_key_vault_secretwhoseidis a data-plane URL by leveraging theresource_versionless_idattribute (GH-917).azapi_resourceresource: Support moving fromazurerm_key_vault_keywhoseidis a data-plane URL by leveraging theresource_versionless_idattribute.v2.6.1Compare Source
DEPRECATIONS:
azapiprovider: Themaximum_busy_retry_attemptsfield is deprecated and will be removed in the next major release. Please remove them from theazapiprovider block. The provider will use the default value for this field.BUG FIXES:
v2.6.0Compare Source
DEPRECATIONS:
retryblock: Themultiplierandrandomization_factorare deprecated and will be removed in the next major release. Please remove them from theretryblock. The provider will use the default values for these fields.ENHANCEMENTS:
aztfauthfor the shared authentication logic.a3cf29cBUG FIXES:
|character is not detected when validating the configuration.identity.typereturns a value that is not a string.Configuration
📅 Schedule: Branch creation - Between 07:00 AM and 07:59 PM, only on Monday, Wednesday, and Thursday ( * 7-19 * * 1,3,4 ) in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.