Skip to content

Commit 5c04efd

Browse files
authored
Merge pull request #36 from tchristiani/tchristiani-api-version-update
updating api version
2 parents 57d2ecf + 4260866 commit 5c04efd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tutorial-AI-Enrichment/PythonTutorial-AzureSearch-AIEnrichment.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@
4646
"source": [
4747
"#Setup the endpoint\n",
4848
"endpoint = 'https://<YOUR-SERVICE-NAME>.search.windows.net/'\n",
49+
"api_version = '?api-version=2020-06-30'"
4950
"headers = {'Content-Type': 'application/json',\n",
5051
" 'api-key': '<YOUR-ADMIN-API-KEY>' }\n",
51-
"params = {\n",
52-
" 'api-version': '2019-05-06'\n",
5352
"}"
5453
]
5554
},

0 commit comments

Comments
 (0)