Skip to content

Commit e973ccc

Browse files
w-javedCopilot
andauthored
Update sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_constants.py
Co-authored-by: Copilot <[email protected]>
1 parent 864ffe7 commit e973ccc

File tree

1 file changed

+1
-1
lines changed
  • sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation

1 file changed

+1
-1
lines changed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class TokenScope(enum.Enum):
8383
"""Defines the scope of the token used to access Azure resources."""
8484

8585
DEFAULT_AZURE_MANAGEMENT = "https://management.azure.com/.default"
86-
CONGNITIVE_SERVICES = "https://cognitiveservices.azure.com/.default"
86+
COGNITIVE_SERVICES = "https://cognitiveservices.azure.com/.default"
8787

8888

8989
DEFAULT_EVALUATION_RESULTS_FILE_NAME = "evaluation_results.json"

0 commit comments

Comments
 (0)