Skip to content

Commit ae5c8c2

Browse files
authored
Update sdk-overview.md
fix code
1 parent 1db8f14 commit ae5c8c2

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)