ENHANCEMENTS:
azapi_resource
resource: Refactor move-state logic to centrally derive ARM IDs from data-plane IDs for selected azurerm resources.- Add more verified
azapi
examples. - Add documentation for choosing the resource type.
azapi_resource
data source: Supportignore_not_found
argument andexists
computed field to optionally suppress 404 errors and expose resource existence.azapi
provider: Support for disabling instance discovery via newdisable_instance_discovery
provider argument andARM_DISABLE_INSTANCE_DISCOVERY
environment variable (GH-964).azapi
provider: Support for explicitcustom
environment configuration where endpoints must be manually specified (GH-964).- Update bicep types to ms-henglu/bicep-types-az@6b9ca69
BUG FIXES:
azapi_client_config
data source: Fix a bug that specified subscription ID should not be overridden by Azure CLI default subscription ID.azapi_resource
resource: Support moving fromazurerm_storage_container
whoseid
is a data-plane URL by leveraging theresource_manager_id
attribute (GH-955).azapi_resource
resource: Support moving fromazurerm_key_vault_secret
whoseid
is a data-plane URL by leveraging theresource_versionless_id
attribute (GH-917).azapi_resource
resource: Support moving fromazurerm_key_vault_key
whoseid
is a data-plane URL by leveraging theresource_versionless_id
attribute.- Fix panic in retry policy when HTTP response is nil (GH-985).