Skip to content

Commit c7eb8c2

Browse files
Merge pull request #71 from pratikjadhav13/patch-2
(AzureCXP) fixes MicrosoftDocs/azure-docs#322292
2 parents 2f41c7a + aa28749 commit c7eb8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/use-your-data-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ curl -i -X POST $AZURE_OPENAI_ENDPOINT/openai/deployments/$AZURE_OPENAI_DEPLOYME
2828
{
2929
"data_sources": [
3030
{
31-
"type": "AzureCognitiveSearch",
31+
"type": "azure_search",
3232
"parameters": {
3333
"endpoint": "'$AZURE_AI_SEARCH_ENDPOINT'",
3434
"key": "'$AZURE_AI_SEARCH_API_KEY'",

0 commit comments

Comments
 (0)