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 19605b3 commit e5ef8f5Copy full SHA for e5ef8f5
articles/ai-services/agents/includes/azure-search/code-examples.md
@@ -69,7 +69,7 @@ Get the connection ID of the Azure AI Search connection in the project. You can
69
conn_list = project_client.connections.list()
70
conn_id = ""
71
for conn in conn_list:
72
- if conn.connection_type == "CognitiveSearch":
+ if conn.connection_type == "AZURE_AI_SEARCH":
73
print(f"Connection ID: {conn.id}")
74
```
75
# [C#](#tab/csharp)
0 commit comments