You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package Name: azure-ai-projects Package Version: 1.0.0b12 Operating System: windows 11 Python Version: 3.12 Describe the bug Tried to create a red team on AI Foundry Project v2 using SDK
red_team_response: RedTeam = project_client.red_teams.create( red_team, headers={ "model-endpoint": azure_openai_endpoint, "api-key": azure_openai_api_key, }, ) got error
ResourceNotFoundError: (404) Resource not found Code: 404 Message: Resource not found To Reproduce Steps to reproduce the behavior:
Run...
#167