File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/evaluation/azure-ai-evaluation
azure/ai/evaluation/red_team Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ def __init__(
243243 self .scan_id = None
244244 self .scan_output_dir = None
245245
246- self .generated_rai_client = GeneratedRAIClient (azure_ai_project = self .azure_ai_project , token_manager = self .token_manager .get_aad_credential () ) #type: ignore
246+ self .generated_rai_client = GeneratedRAIClient (azure_ai_project = self .azure_ai_project , token_manager = self .token_manager .credential ) #type: ignore
247247
248248 # Initialize a cache for attack objectives by risk category and strategy
249249 self .attack_objectives = {}
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ pytest-cov
77pytest-mock
88pytest-xdist
99azure-ai-inference>=1.0.0b4
10- azure-ai-projects
10+ azure-ai-projects<=1.0.0b10
1111aiohttp
1212-e ../azure-ai-evaluation
You can’t perform that action at this time.
0 commit comments