Skip to content

Commit 0f087a7

Browse files
authored
Merge pull request #260655 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents f6c9c2c + 59611b4 commit 0f087a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/ai-services/content-safety/quickstart-protected-material.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following section walks through a sample request with cURL. Paste the comman
3434
> [!TIP]
3535
> Text size and granularity
3636
>
37-
> The default maximum length for text submissions is **1K** characters. The minimum length is **110** characters. Protected material detection is meant to be run on LLM completions, not user prompts.
37+
> The default maximum length for text submissions is **1K** characters. The minimum length is **111** characters. Protected material detection is meant to be run on LLM completions, not user prompts.
3838
3939
```shell
4040
curl --location --request POST '<endpoint>/contentsafety/text:detectProtectedMaterial?api-version=2023-10-15-preview' \

articles/azure-monitor/agents/agents-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
128128
| **Services and features supported** | | | | |
129129
| | Microsoft Sentinel | ✓ ([View scope](./azure-monitor-agent-migration.md#migrate-additional-services-and-features)) || |
130130
| | VM Insights ||| |
131-
| | Microsoft Defender for Cloud - Olny uses MDE agent | | | |
131+
| | Microsoft Defender for Cloud - Only uses MDE agent | | | |
132132
| | Automation Update Management - Moved to Azure Update Manager ||| |
133133
| | Azure Stack HCI || | |
134134
| | Update Manager - no longer uses agents | | | |

articles/static-web-apps/user-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following example function shows how to read and return user information.
7676

7777
```javascript
7878
module.exports = async function (context, req) {
79-
const header = req.headers['x-ms-client-principal'];
79+
const header = req.headers.get('x-ms-client-principal');
8080
const encoded = Buffer.from(header, 'base64');
8181
const decoded = encoded.toString('ascii');
8282

0 commit comments

Comments
 (0)