Skip to content

Commit 00d8081

Browse files
committed
Updated as per suggestions
1 parent f23bd6d commit 00d8081

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/healthcare-apis/azure-api-for-fhir/release-notes-2025.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ Azure API for FHIR® provides a fully managed deployment of the Microsoft FHI
2020
## May 2025
2121
**Enhanced error handling for $export**: Previously, 409 and 412 errors from Cosmos DB weren't retried, and would be surfaced as 500 InternalServerError. The issue is fixed, and these requests are now retried.
2222

23-
**Improved error handling for exports or imports that have missing Managed Identity**: Previously, exports or imports with missing Managed Identity would result in a 500 Unknown Server Error. We have added improved error handling for this case, and now, a more descriptive error message "Failed to get access token" will be shown.
23+
**Improved error handling for exports or imports that have missing Managed Identity**: Previously, export or import jobs with a missing Managed Identity would result in an unknown server error (HTTP status code 500). We have improved error handling for this case, expect message—'Failed to get access token'—to be shown.
2424

2525
**Support multiple pages of include results in bulk delete**: Previously, bulk deletes with _include and _revinclude couldn't delete more than 100 included resources. We have made a fix to lift that limit by supporting multiple pages of include results, and bulk delete will be able to delete more than 100 included resources.
2626

27-
**Added ID in CapabilityStatement**: Previously, when retrieving the server's CapabilityStatement from the /metadata endpoint, the returned resource did not contain an ID. We have now added a dynamic ID to the CapabilityStatement.
28-
29-
**Security enhancement**: Configured the client secret to be read directly from Azure Key Vault.
30-
3127
**Improved error handling**: Added catch and retry for Cosmos 412 when multiple workers are trying to dequeue a job
3228

3329
#### Bug fixes:

0 commit comments

Comments
 (0)