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
@@ -23,8 +23,8 @@ Use this article to migrate to newer versions of the [**Search Service REST APIs
23
23
|---------------------|----------|--------|
24
24
| Data plane |[`2024-07-01`](/rest/api/searchservice/search-service-api-versions#2024-07-01)| Stable |
25
25
| Data plane |[`2024-11-01-preview`](/rest/api/searchservice/search-service-api-versions#2024-11-01-preview)| Preview |
26
-
| Control plane |[`2023-11-01`](/rest/api/searchmanagement/operation-groups?view=rest-searchmanagement-2023-11-01)| Stable |
27
-
| Control plane |[`2024-03-01-preview`](/rest/api/searchmanagement/operation-groups?view=rest-searchmanagement-2024-03-01-preview)| Preview |
26
+
| Control plane |[`2023-11-01`](/rest/api/searchmanagement/operation-groups?view=rest-searchmanagement-2023-11-0&preserve-view=true1)| Stable |
27
+
| Control plane |[`2024-03-01-preview`](/rest/api/searchmanagement/operation-groups?view=rest-searchmanagement-2024-03-01-preview&preserve-view=true)| Preview |
28
28
29
29
Upgrade instructions focus on code changes that get you through breaking changes from previous versions so that existing code runs the same as before, but on the newer API version. Once your code is in working order, you can decide whether to adopt newer features. To learn more about new features, see [vector code samples](https://github.com/Azure/azure-search-vector-samples) and [What's New](whats-new.md).
30
30
@@ -57,7 +57,9 @@ Azure AI Search breaks backward compatibility as a last resort. Upgrade is neces
57
57
58
58
1. If you're upgrading a data plane version, review the breaking changes documented in this article and implement the workarounds. Start with the version used by your code and resolve any breaking change for each newer API version until you get to the newest stable or preview release.
59
59
60
-
## Breaking change for data plane client code that reads connection information
60
+
## Breaking changes
61
+
62
+
### Breaking changes for data plane client code that reads connection information
61
63
62
64
Effective March 29, 2024 and applicable to all [supported REST APIs](/rest/api/searchservice/search-service-api-versions):
63
65
@@ -67,7 +69,7 @@ Effective March 29, 2024 and applicable to all [supported REST APIs](/rest/api/s
67
69
68
70
+ If you need to retrieve connection strings of another Azure resource such as Azure Storage or Azure Cosmos DB, use the APIs of that resource and published guidance to obtain the information.
69
71
70
-
## Breaking change for semantic ranker
72
+
## Breaking changes for semantic ranker
71
73
72
74
[Semantic ranker](semantic-search-overview.md) is generally available in `2023-11-01`. Here are the breaking changes for semantic ranker from earlier releases:
0 commit comments