Skip to content

Commit 3f0361e

Browse files
authored
Merge pull request #300250 from MicrosoftDocs/main
5/22/2025 AM Publish
2 parents 96f355a + b61631e commit 3f0361e

File tree

107 files changed

+6457
-368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+6457
-368
lines changed

articles/api-management/sap-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Choose one of the following methods to import your API to API Management:
116116
|---------|---------|
117117
|`HEAD /` | Enables the client to exchange cross-site request forgery (CSRF) tokens with the SAP server when required.<br/><br/>SAP also allows CSRF token exchange via the GET verb.<br/><br/> CSRF token exchange isn’t covered in this article. See an [example API Management policy snippet](https://github.com/Azure/api-management-policy-snippets/blob/master/examples/Get%20X-CSRF%20token%20from%20SAP%20gateway%20using%20send%20request.policy.xml) to broker token exchange. |
118118

119-
:::image type="content" source="media/sap-api/head-root-operation.png" alt-text="Sceenshot that shows the operation for fetching tokens.":::
119+
:::image type="content" source="media/sap-api/head-root-operation.png" alt-text="Screenshot that shows the operation for fetching tokens.":::
120120

121121
- `GET /`
122122

articles/app-service/app-service-key-vault-references.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ If the secret version isn't specified in the reference, the app uses the latest
9595

9696
The delay is because App Service caches the values of the Key Vault references and refetches them every 24 hours. Any configuration change to the app causes an app restart and an immediate refetch of all referenced secrets.
9797

98+
To force resolution of your app's Key Vault references, make an authenticated POST request to the API endpoint `https://management.azure.com/[Resource ID]/config/configreferences/appsettings/refresh?api-version=2022-03-01`.
99+
98100
## <a name = "source-app-settings-from-key-vault"></a> Understand source app settings from Key Vault
99101

100102
To use a Key Vault reference, set the reference as the value of the setting. Your app can reference the secret through its key as normal. No code changes are required.

articles/azure-health-insights/includes/example-1-inference-follow-up-recommendation-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---

articles/azure-health-insights/includes/example-1-inference-follow-up-recommendation-json-response.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---
@@ -321,12 +321,12 @@ ms.service: azure-health-insights
321321
]
322322
}
323323
],
324-
"modelVersion": "2024-04-16"
324+
"modelVersion": "2025-03-17"
325325
},
326-
"id": "followupRecommendation1",
327-
"createdAt": "2024-05-14T15:48:01Z",
328-
"expiresAt": "2024-05-15T15:48:01Z",
329-
"updatedAt": "2024-05-14T15:48:05Z",
326+
"id": "fca102",
327+
"createdAt": "2025-04-30T09:26:02Z",
328+
"expiresAt": "2025-05-01T09:26:02Z",
329+
"updatedAt": "2025-04-30T09:26:07Z",
330330
"status": "succeeded"
331331
}
332332
```

articles/azure-health-insights/includes/example-2-inference-follow-up-recommendation-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---

articles/azure-health-insights/includes/example-2-inference-follow-up-recommendation-json-response.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---
@@ -4948,12 +4948,12 @@ ms.service: azure-health-insights
49484948
]
49494949
}
49504950
],
4951-
"modelVersion": "2024-04-16"
4951+
"modelVersion": "2025-03-17"
49524952
},
4953-
"id": "followupRecommendation2",
4954-
"createdAt": "2024-05-14T15:48:58Z",
4955-
"expiresAt": "2024-05-15T15:48:58Z",
4956-
"updatedAt": "2024-05-14T15:49:01Z",
4953+
"id": "fca103",
4954+
"createdAt": "2025-04-30T09:28:34Z",
4955+
"expiresAt": "2025-05-01T09:28:34Z",
4956+
"updatedAt": "2025-04-30T09:28:41Z",
49574957
"status": "succeeded"
49584958
}
49594959
```

articles/azure-health-insights/includes/example-inference-complete-order-discrepancy-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---

articles/azure-health-insights/includes/example-inference-complete-order-discrepancy-json-response.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---
@@ -50,12 +50,12 @@ ms.service: azure-health-insights
5050
]
5151
}
5252
],
53-
"modelVersion": "2024-04-16"
53+
"modelVersion": "2025-03-17"
5454
},
55-
"id": "CompleteOrderDiscrepancy",
56-
"createdAt": "2024-05-14T15:30:29Z",
57-
"expiresAt": "2024-05-15T15:30:29Z",
58-
"updatedAt": "2024-05-14T15:30:32Z",
55+
"id": "fca105",
56+
"createdAt": "2025-04-30T09:34:51Z",
57+
"expiresAt": "2025-05-01T09:34:51Z",
58+
"updatedAt": "2025-04-30T09:34:55Z",
5959
"status": "succeeded"
6060
}
6161
```

articles/azure-health-insights/includes/example-inference-critical-result-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---

articles/azure-health-insights/includes/example-inference-critical-result-json-response.md

Lines changed: 56 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---
@@ -20,7 +20,7 @@ ms.service: azure-health-insights
2020
"description": "NEW FRACTURE",
2121
"finding": {
2222
"resourceType": "Observation",
23-
"id": "819",
23+
"id": "872",
2424
"status": "unknown",
2525
"code": {
2626
"coding": [
@@ -186,15 +186,38 @@ ms.service: azure-health-insights
186186
}
187187
]
188188
}
189-
}
189+
},
190+
"extension": [
191+
{
192+
"extension": [
193+
{
194+
"url": "code",
195+
"valueString": "18782-3"
196+
},
197+
{
198+
"url": "codingSystem",
199+
"valueString": "2.16.840.1.113883.6.1"
200+
},
201+
{
202+
"url": "codingSystemName",
203+
"valueString": "http://loinc.org"
204+
},
205+
{
206+
"url": "displayName",
207+
"valueString": "RADIOLOGY STUDY OBSERVATION (NARRATIVE)"
208+
}
209+
],
210+
"url": "section"
211+
}
212+
]
190213
},
191214
{
192215
"kind": "criticalResult",
193216
"result": {
194217
"description": "NEW FRACTURE",
195218
"finding": {
196219
"resourceType": "Observation",
197-
"id": "820",
220+
"id": "874",
198221
"status": "unknown",
199222
"code": {
200223
"coding": [
@@ -360,17 +383,40 @@ ms.service: azure-health-insights
360383
}
361384
]
362385
}
363-
}
386+
},
387+
"extension": [
388+
{
389+
"extension": [
390+
{
391+
"url": "code",
392+
"valueString": "19005-8"
393+
},
394+
{
395+
"url": "codingSystem",
396+
"valueString": "2.16.840.1.113883.6.1"
397+
},
398+
{
399+
"url": "codingSystemName",
400+
"valueString": "http://loinc.org"
401+
},
402+
{
403+
"url": "displayName",
404+
"valueString": "RADIOLOGY IMAGING STUDY (NARRATIVE)"
405+
}
406+
],
407+
"url": "section"
408+
}
409+
]
364410
}
365411
]
366412
}
367413
],
368-
"modelVersion": "2024-04-16"
414+
"modelVersion": "2025-03-17"
369415
},
370-
"id": "CriticalResult",
371-
"createdAt": "2024-05-14T15:32:08Z",
372-
"expiresAt": "2024-05-15T15:32:08Z",
373-
"updatedAt": "2024-05-14T15:32:11Z",
416+
"id": "fca106",
417+
"createdAt": "2025-04-30T09:37:27Z",
418+
"expiresAt": "2025-05-01T09:37:27Z",
419+
"updatedAt": "2025-04-30T09:37:31Z",
374420
"status": "succeeded"
375421
}
376422
```

0 commit comments

Comments
 (0)