Skip to content

Commit 7c9d203

Browse files
Merge pull request #5337 from sdgilley/patch-2
Update sdk-overview.md
2 parents 5f97be5 + ae5c8c2 commit 7c9d203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/how-to/develop/sdk-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
5959
from azure.identity import DefaultAzureCredential
6060
from azure.ai.projects import AIProjectClient
6161
62-
project = AIProjectClient.from_connection_string(
62+
project = AIProjectClient(
6363
endpoint="your_project_endpoint", # Replace with your endpoint
6464
credential=DefaultAzureCredential())
6565
```

0 commit comments

Comments
 (0)