Skip to content

Commit ed3f272

Browse files
slister1001Copilot
andauthored
[evaluation] update changelog and link to aka for adversarialsimulator deprecation (#42487)
* update changelog and link to aka for adversarialsimulator deprecation * Update sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/simulator/_adversarial_simulator.py Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 3f4b7d3 commit ed3f272

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
### Bugs Fixed
1212

1313
### Other Changes
14+
- Deprecating `AdversarialSimulator` in favor of the [AI Red Teaming Agent](https://aka.ms/airedteamingagent-sample). `AdversarialSimulator` will be removed in the next minor release.
1415

1516
## 1.10.0 (2025-07-31)
1617

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/simulator/_adversarial_simulator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def __init__(self, *, azure_ai_project: Union[str, AzureAIProject], credential:
7272
warnings.warn(
7373
"DEPRECATION NOTE: Azure AI Evaluation SDK has discontinued active development on the AdversarialSimulator class."
7474
+ " While existing functionality remains available in preview, it is no longer recommended for production workloads or future integration. "
75-
+ "We recommend users migrate to the AI Red Teaming Agent for future use as it supports full parity of functionality.",
75+
+ "We recommend users migrate to the AI Red Teaming Agent for future use as it supports full parity of functionality."
76+
+ " See https://aka.ms/airedteamingagent-sample for details on AI Red Teaming Agent.",
7677
DeprecationWarning,
7778
stacklevel=2,
7879
)

0 commit comments

Comments
 (0)