Skip to content

Commit 41476c4

Browse files
committed
fixes
1 parent 1b17b30 commit 41476c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/ai-foundry/how-to/develop/run-ai-red-teaming-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- references_regions
99
ms.topic: how-to
10-
ms.date: 05/29/2025
10+
ms.date: 06/03/2025
1111
ms.reviewer: minthigpen
1212
ms.author: lagayhar
1313
author: lgayhardt

articles/ai-foundry/how-to/develop/run-scans-ai-red-teaming-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- references_regions
99
ms.topic: how-to
10-
ms.date: 05/29/2025
10+
ms.date: 06/03/2025
1111
ms.reviewer: minthigpen
1212
ms.author: lagayhar
1313
author: lgayhardt
@@ -340,7 +340,7 @@ red_team_agent_result = await red_team_agent.scan(
340340
)
341341
```
342342

343-
The `My-First-RedTeam-Scan.json` file contains a scorecard that provides a breakdown across attack complexity and risk categories, as well as a joint attack complexity and risk category report. Important metadata is tracked in the `redteaming_simulation_parameters` section which outlines which risk categories were used to generate the attack objectives and which attack strategies were specified in the scan.
343+
The `My-First-RedTeam-Scan.json` file contains a scorecard that provides a breakdown across attack complexity and risk categories, as well as a joint attack complexity and risk category report. Important metadata is tracked in the `parameters` section which outlines which risk categories were used to generate the attack objectives and which attack strategies were specified in the scan.
344344

345345
```json
346346
{
@@ -449,7 +449,7 @@ The `My-First-RedTeam-Scan.json` file contains a scorecard that provides a break
449449
}
450450
}
451451
},
452-
"redteaming_simulation_parameters": {
452+
"parameters": {
453453
"attack_objective_generated_from": {
454454
"risk_categories": [
455455
"hate_unfairness",

articles/ai-foundry/how-to/view-ai-red-teaming-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- references_regions
99
ms.topic: how-to
10-
ms.date: 05/29/2025
10+
ms.date: 06/03/2025
1111
ms.reviewer: minthigpen
1212
ms.author: lagayhar
1313
author: lgayhardt

0 commit comments

Comments
 (0)