ENHANCEMENTS:
azapiprovider: Supportpreserve_resource_id_casingfeature flag (defaultfalse). When enabled, if the resource ID the provider would write back to state differs from the existing state value only by casing, the existing casing is preserved. This avoids spuriousUnexpected Identity Changeerrors and diffs when consumers (or upstream modules) rely on a specific casing the Azure API may not preserve. Only theidandresource_idattributes are affected. Can also be sourced from theARM_PRESERVE_RESOURCE_ID_CASINGenvironment variable (GH-1122).azapiprovider: Publish official windows_arm64 provider binaries (GH-1148).azapi_resourceresource: Re-introduce theignore_body_changesproperty to ignore changes to specified fields in the request body (GH-1192).azapi_data_plane_resourceresource: Allownameto be optional based on the URL format (GH-1178).azapi_data_plane_resourceresource: Support Key Vault certificates (GH-1174).
BUG FIXES: