We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864ffe7 commit e973cccCopy full SHA for e973ccc
sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_constants.py
@@ -83,7 +83,7 @@ class TokenScope(enum.Enum):
83
"""Defines the scope of the token used to access Azure resources."""
84
85
DEFAULT_AZURE_MANAGEMENT = "https://management.azure.com/.default"
86
- CONGNITIVE_SERVICES = "https://cognitiveservices.azure.com/.default"
+ COGNITIVE_SERVICES = "https://cognitiveservices.azure.com/.default"
87
88
89
DEFAULT_EVALUATION_RESULTS_FILE_NAME = "evaluation_results.json"
0 commit comments