Skip to content

Commit ef82f1b

Browse files
committed
H2 mods
1 parent 75b7018 commit ef82f1b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/search/search-api-migration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Use this article to migrate to newer versions of the [**Search Service REST APIs
2323
|---------------------|----------|--------|
2424
| Data plane | [`2024-07-01`](/rest/api/searchservice/search-service-api-versions#2024-07-01) | Stable |
2525
| 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 |
2828

2929
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).
3030

@@ -57,7 +57,9 @@ Azure AI Search breaks backward compatibility as a last resort. Upgrade is neces
5757

5858
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.
5959

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
6163

6264
Effective March 29, 2024 and applicable to all [supported REST APIs](/rest/api/searchservice/search-service-api-versions):
6365

@@ -67,7 +69,7 @@ Effective March 29, 2024 and applicable to all [supported REST APIs](/rest/api/s
6769

6870
+ 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.
6971

70-
## Breaking change for semantic ranker
72+
## Breaking changes for semantic ranker
7173

7274
[Semantic ranker](semantic-search-overview.md) is generally available in `2023-11-01`. Here are the breaking changes for semantic ranker from earlier releases:
7375

0 commit comments

Comments
 (0)