Skip to content

Commit 827c1ae

Browse files
committed
fixed formatting
1 parent ef82f1b commit 827c1ae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/search/search-api-migration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ Azure AI Search breaks backward compatibility as a last resort. Upgrade is neces
5959

6060
## Breaking changes
6161

62-
### Breaking changes for data plane client code that reads connection information
62+
The following breaking changes apply to data operations.
63+
64+
### Breaking changes for client code that reads connection information
6365

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

@@ -69,9 +71,9 @@ Effective March 29, 2024 and applicable to all [supported REST APIs](/rest/api/s
6971

7072
+ 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.
7173

72-
## Breaking changes for semantic ranker
74+
### Breaking changes for semantic ranker
7375

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:
76+
[Semantic ranker](semantic-search-overview.md) is generally available in `2023-11-01`. There are the breaking changes from earlier releases:
7577

7678
+ In all versions after `2020-06-01-preview`: `semanticConfiguration` replaces `searchFields` as the mechanism for specifying which fields to use for L2 ranking.
7779

0 commit comments

Comments
 (0)