Skip to content

Commit 1b856da

Browse files
authored
Merge pull request #123677 from rhalaly/patch-1
Fix wrong language name by zone
2 parents f312241 + 3969f0c commit 1b856da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/how-to-configure-azure-ad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The token context must be set to "https://cognitiveservices.azure.com/.default".
103103
::: zone-end
104104

105105
::: zone pivot="programming-language-python"
106-
To get a Microsoft Entra access token in Java, use the [Azure Identity Client Library](/python/api/overview/azure/identity-readme).
106+
To get a Microsoft Entra access token in Python, use the [Azure Identity Client Library](/python/api/overview/azure/identity-readme).
107107

108108
Here's an example of using Azure Identity to get a Microsoft Entra access token from an interactive browser:
109109
```Python

0 commit comments

Comments
 (0)