Skip to content

Commit 4597c91

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into bluegreenafd
2 parents e94fdcb + 8790162 commit 4597c91

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

articles/ai-services/language-service/whats-new.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Azure AI Language is updated on an ongoing basis. To stay up-to-date with recent
2020

2121
* [Native document support](native-document-support/use-native-documents.md) is now available in `2023-11-15-preview` public preview.
2222

23+
## December 2023
24+
25+
* [Text Analytics for health](./text-analytics-for-health/overview.md) new model 2023-12-01 is now available.
26+
* New Relation Type: `BodySiteOfExamination`
27+
* Quality enhancements to support radiology documents
28+
* Significant latency improvements
29+
* Various bug fixes: Improvements across NER, Entity Linking, Relations and Assertion Detection
30+
2331
## November 2023
2432

2533
* [Named Entity Recognition Container](./named-entity-recognition/how-to/use-containers.md) is now Generally Available (GA).

articles/api-management/api-management-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A subscriber can use an API Management subscription key in one of two ways:
104104
> **Ocp-Apim-Subscription-Key** is the default name of the subscription key header, and **subscription-key** is the default name of the query parameter. If desired, you may modify these names in the settings for each API. For example, in the portal, update these names on the **Settings** tab of an API.
105105
106106
> [!NOTE]
107-
> When included in a request header or query parameter, the subscription key by default is passed to the backend and may be exposed in backend monitoring logs or other systems. If this is considered sensitive data, you can configure a policy in the `outbound` section to remove the subscription key header ([`set-header`](set-header-policy.md)) or query parameter ([`set-query-parameter`](set-query-parameter-policy.md)).
107+
> When included in a request header or query parameter, the subscription key by default is passed to the backend and may be exposed in backend monitoring logs or other systems. If this is considered sensitive data, you can configure a policy at the end of the `inbound` section to remove the subscription key header ([`set-header`](set-header-policy.md)) or query parameter ([`set-query-parameter`](set-query-parameter-policy.md)).
108108
109109
## Enable or disable subscription requirement for API or product access
110110

0 commit comments

Comments
 (0)