Skip to content

Commit f901d6a

Browse files
committed
fixed links
1 parent 09242a3 commit f901d6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-api-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Azure AI Search breaks backward compatibility as a last resort. Upgrade is neces
3838

3939
## Breaking change for client code that reads connection information
4040

41-
Effective March 29, 2024 and applies to all [supported REST APIs](rest/api/searchservice/search-service-api-versions):
41+
Effective March 29, 2024 and applies to all [supported REST APIs](/rest/api/searchservice/search-service-api-versions):
4242

4343
+ [GET Skillset](/rest/api/searchservice/skillsets/get), [GET Index](/rest/api/searchservice/indexes/get), and [GET Indexer](/rest/api/searchservice/indexers/get) no longer return keys or connection properties in a response. This is a breaking change if you have downstream code that reads keys or connections (sensitive data) from a GET response.
4444

45-
+ If you need to retrieve admin or query API keys for your search service, use the [Management REST APIs](search-security-api-keys.md?tabs=rest-use%2Crest-find%2Cportal-query#use-api-keys-on-connections).
45+
+ If you need to retrieve admin or query API keys for your search service, use the [Management REST APIs](search-security-api-keys.md?tabs=rest-find#find-existing-keys).
4646

47-
+ If you need to retrieve connection strings of an Azure resource, use the APIs of that resource and published guidance to obtain the information.
47+
+ 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.
4848

4949
## Upgrade to 2023-10-01-preview
5050

0 commit comments

Comments
 (0)