·
          
            10 commits
          
          to refs/heads/main
          since this release
        
        
        
ENHANCEMENTS:
azapi_resourceresource: Refactor move-state logic to centrally derive ARM IDs from data-plane IDs for selected azurerm resources.- Add more verified 
azapiexamples. - Add documentation for choosing the resource type.
 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).- Update bicep types to ms-henglu/bicep-types-az@6b9ca69
 
BUG 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.- Fix panic in retry policy when HTTP response is nil (GH-985).