From 3769e35e6d199a7fa0908d2a42e27a329478e59d Mon Sep 17 00:00:00 2001 From: James Griffin Date: Fri, 23 May 2025 23:38:03 +0100 Subject: [PATCH] Fix incorrect package name in sdk-overview.md `azure-ai-identity` isn't a valid pip package, this should be `azure-identity` --- articles/ai-foundry/how-to/develop/sdk-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/ai-foundry/how-to/develop/sdk-overview.md b/articles/ai-foundry/how-to/develop/sdk-overview.md index fdbb0e654d8..6ba98957a3f 100644 --- a/articles/ai-foundry/how-to/develop/sdk-overview.md +++ b/articles/ai-foundry/how-to/develop/sdk-overview.md @@ -50,7 +50,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y * Install the project client library ```bash - pip install azure-ai-projects azure-ai-identity + pip install azure-ai-projects azure-identity ``` * Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.