You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-api-migration.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Upgrade REST API versions
3
3
titleSuffix: Azure AI Search
4
-
description: Review differences in API versions and learn the steps for migrating code to the newer versions.
4
+
description: Review differences in API versions and learn about the REST API lifecycle and the steps for migrating code to the newer versions.
5
5
6
6
manager: nitinme
7
7
author: bevloh
@@ -11,7 +11,7 @@ ms.custom:
11
11
- ignite-2023
12
12
- build-2024
13
13
ms.topic: conceptual
14
-
ms.date: 06/03/2024
14
+
ms.date: 06/24/2024
15
15
---
16
16
17
17
# Upgrade to the latest REST API in Azure AI Search
@@ -26,7 +26,7 @@ Upgrade instructions focus on code changes that get you through breaking changes
26
26
27
27
We recommend upgrading API versions in succession, working through each version until you get to the newest one.
28
28
29
-
`2023-07-01-preview` was the first REST API for vector support. It's now deprecated and you should migrate to either stable or newer preview REST APIs immediately.
29
+
`2023-07-01-preview` was the first REST API for vector support. *Do not use this API version*. It's now deprecated and you should migrate to either stable or newer preview REST APIs immediately.
30
30
31
31
> [!NOTE]
32
32
> REST API reference docs are now versioned. For version-specific content, open a reference page and then use the selector located to the right, above the table of contents, to pick your version.
@@ -89,7 +89,9 @@ If you're upgrading from the previous version, the next section has the steps.
89
89
90
90
## Upgrade from 2023-07-01-preview
91
91
92
-
`2023-07-01-preview` is now deprecated, so you shouldn't upgrade *to* this version under any circumstances. This section explains the migration path from `2023-07-01-preview` to any newer API version. There are multiple breaking changes from `2023-07-01-preview` to any newer version.
92
+
Do not use this API version.
93
+
94
+
`2023-07-01-preview` is now deprecated, so you shouldn't base new code on this version, nor should you upgrade *to* this version under any circumstances. This section explains the migration path from `2023-07-01-preview` to any newer API version. There are multiple breaking changes in vector query syntax from `2023-07-01-preview` to any newer version.
0 commit comments