ENHANCEMENTS:
azapi_resource_actionresource: Support sensitive body for resource actions (GH-1150).azapi_resource: Import now falls back to up to three most recent indexed API versions when a 400 or 404 response is returned without an explicitapi-version(GH-1093).azapiprovider: Support PFX modern encryption for client certificate authentication (GH-1151).azapiclient: Return the last retryable error instead ofcontext deadline exceededwhen retries fail (GH-1079).- Acquire a policy token when a request is blocked by an invoke policy (GH-1145).
- Update bicep types to Azure/azure-rest-api-specs revision 51d53915b5f31b10e6645c136807b9d95f9f09d1 (GH-1159).
- Improve the bicep types update process (GH-1155).
BUG FIXES:
- Fix
Missing Resource Identity After Readafter upgrading from v2.7.0 when a resource is deleted outside Terraform (GH-1050). - Fix
azapi_resource_actionoutput handling when updating existing actions (GH-1158). - Fix
azapi_resource_actionoutput being set incorrectly while the action is executing (GH-1168). - Fix
ResourceClient CreateOrUpdateto return the initial PUT body correctly (GH-1160).