From 52d3d258d0331082ad1c6354a3eace7317385bc5 Mon Sep 17 00:00:00 2001 From: Sarangan Rajamanickam Date: Tue, 6 Sep 2022 12:04:27 -0700 Subject: [PATCH] Fixed Broken Links (#23114) --- .../samples/javascript/README.md | 83 +++++++++---------- .../samples/typescript/README.md | 83 +++++++++---------- 2 files changed, 82 insertions(+), 84 deletions(-) diff --git a/sdk/search/search-documents/samples/javascript/README.md b/sdk/search/search-documents/samples/javascript/README.md index 4151791be007..8eac4b9dea80 100644 --- a/sdk/search/search-documents/samples/javascript/README.md +++ b/sdk/search/search-documents/samples/javascript/README.md @@ -86,48 +86,47 @@ npx cross-env SEARCH_API_ENDPOINT="" SEARCH_API_KEY="" node r Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients. -[readonly]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/readonlyQuery.js [apiref]: https://aka.ms/azsdk/js/search/docs [search_resource]: https://docs.microsoft.com/azure/search/search-create-service-portal [freesub]: https://azure.microsoft.com/free/ -[package]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/README.md -[createdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/createDataSourceConnection.js -[createorupdatedatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/createOrUpdateDataSourceConnection.js -[deletedatasourceconnectionbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/deleteDataSourceConnectionByName.js -[deletedatasourceconnectionbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/deleteDataSourceConnectionByObject.js -[getdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/getDataSourceConnection.js -[listdatasourceconnectionnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/listDataSourceConnectionNames.js -[listdatasourceconnections]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/listDataSourceConnections.js -[createindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/createIndexer.js -[createorupdateindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/createOrUpdateIndexer.js -[deleteindexerbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/deleteIndexerByName.js -[deleteindexerbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/deleteIndexerByObject.js -[getindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/getIndexer.js -[getindexerstatus]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/getIndexerStatus.js -[listindexernames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/listIndexerNames.js -[listindexers]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/listIndexers.js -[resetindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/resetIndexer.js -[runindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/runIndexer.js -[analyzetext]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/analyzeText.js -[createindex]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/createIndex.js -[createorupdateindex]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/createOrUpdateIndex.js -[deleteindexbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/deleteIndexByName.js -[deleteindexbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/deleteIndexByObject.js -[getindex]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/getIndex.js -[getindexstatistics]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/getIndexStatistics.js -[listindexes]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/listIndexes.js -[listindexnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/listIndexNames.js -[createorupdateskillset]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/createOrUpdateSkillset.js -[createskillset]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/createSkillset.js -[deleteskillsetbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/deleteSkillsetByName.js -[deleteskillsetbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/deleteSkillsetByObject.js -[getskillset]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/getSkillset.js -[listskillsets]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/listSkillsets.js -[listskillsetsnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/listSkillsetsNames.js -[createorupdatesynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/createOrUpdateSynonymMap.js -[createsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/createSynonymMap.js -[deletesynonymmapbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/deleteSynonymMapByName.js -[deletesynonymmapbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/deleteSynonymMapByObject.js -[getsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/getSynonymMap.js -[listsynonymmapnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/listSynonymMapNames.js -[listsynonymmaps]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/listSynonymMaps.js +[package]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/README.md +[createdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/createDataSourceConnection.js +[createorupdatedatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/createOrUpdateDataSourceConnection.js +[deletedatasourceconnectionbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/deleteDataSourceConnectionByName.js +[deletedatasourceconnectionbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/deleteDataSourceConnectionByObject.js +[getdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/getDataSourceConnection.js +[listdatasourceconnectionnames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/listDataSourceConnectionNames.js +[listdatasourceconnections]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/listDataSourceConnections.js +[createindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/createIndexer.js +[createorupdateindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/createOrUpdateIndexer.js +[deleteindexerbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/deleteIndexerByName.js +[deleteindexerbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/deleteIndexerByObject.js +[getindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/getIndexer.js +[getindexerstatus]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/getIndexerStatus.js +[listindexernames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/listIndexerNames.js +[listindexers]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/listIndexers.js +[resetindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/resetIndexer.js +[runindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/runIndexer.js +[analyzetext]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/analyzeText.js +[createindex]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/createIndex.js +[createorupdateindex]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/createOrUpdateIndex.js +[deleteindexbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/deleteIndexByName.js +[deleteindexbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/deleteIndexByObject.js +[getindex]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/getIndex.js +[getindexstatistics]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/getIndexStatistics.js +[listindexes]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/listIndexes.js +[listindexnames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/listIndexNames.js +[createorupdateskillset]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/createOrUpdateSkillset.js +[createskillset]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/createSkillset.js +[deleteskillsetbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/deleteSkillsetByName.js +[deleteskillsetbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/deleteSkillsetByObject.js +[getskillset]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/getSkillset.js +[listskillsets]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/listSkillsets.js +[listskillsetsnames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/listSkillsetsNames.js +[createorupdatesynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/createOrUpdateSynonymMap.js +[createsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/createSynonymMap.js +[deletesynonymmapbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/deleteSynonymMapByName.js +[deletesynonymmapbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/deleteSynonymMapByObject.js +[getsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/getSynonymMap.js +[listsynonymmapnames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/listSynonymMapNames.js +[listsynonymmaps]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/listSynonymMaps.js diff --git a/sdk/search/search-documents/samples/typescript/README.md b/sdk/search/search-documents/samples/typescript/README.md index 7c38633b5d3d..9d0f7b28ee46 100644 --- a/sdk/search/search-documents/samples/typescript/README.md +++ b/sdk/search/search-documents/samples/typescript/README.md @@ -98,49 +98,48 @@ npx cross-env SEARCH_API_ENDPOINT="" SEARCH_API_KEY="" node d Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients. -[readonly]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/readonlyQuery.ts [apiref]: https://aka.ms/azsdk/js/search/docs [search_resource]: https://docs.microsoft.com/azure/search/search-create-service-portal [freesub]: https://azure.microsoft.com/free/ -[package]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/README.md +[package]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/README.md [typescript]: https://www.typescriptlang.org/docs/home.html -[createdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/createDataSourceConnection.ts -[createorupdatedatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/createOrUpdateDataSourceConnection.ts -[deletedatasourceconnectionbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/deleteDataSourceConnectionByName.ts -[deletedatasourceconnectionbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/deleteDataSourceConnectionByObject.ts -[getdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/getDataSourceConnection.ts -[listdatasourceconnectionnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/listDataSourceConnectionNames.ts -[listdatasourceconnections]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/listDataSourceConnections.ts -[createindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/createIndexer.ts -[createorupdateindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/createOrUpdateIndexer.ts -[deleteindexerbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/deleteIndexerByName.ts -[deleteindexerbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/deleteIndexerByObject.ts -[getindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/getIndexer.ts -[getindexerstatus]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/getIndexerStatus.ts -[listindexernames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/listIndexerNames.ts -[listindexers]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/listIndexers.ts -[resetindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/resetIndexer.ts -[runindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexers/runIndexer.ts -[analyzetext]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexes/analyzeText.ts -[createindex]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexes/createIndex.ts -[createorupdateindex]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexes/createOrUpdateIndex.ts -[deleteindexbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexes/deleteIndexByName.ts -[deleteindexbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexes/deleteIndexByObject.ts -[getindex]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexes/getIndex.ts -[getindexstatistics]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexes/getIndexStatistics.ts -[listindexes]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexes/listIndexes.ts -[listindexnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/indexes/listIndexNames.ts -[createorupdateskillset]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/skillSets/createOrUpdateSkillset.ts -[createskillset]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/skillSets/createSkillset.ts -[deleteskillsetbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/skillSets/deleteSkillsetByName.ts -[deleteskillsetbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/skillSets/deleteSkillsetByObject.ts -[getskillset]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/skillSets/getSkillset.ts -[listskillsets]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/skillSets/listSkillsets.ts -[listskillsetsnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/skillSets/listSkillsetsNames.ts -[createorupdatesynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/synonymMaps/createOrUpdateSynonymMap.ts -[createsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/synonymMaps/createSynonymMap.ts -[deletesynonymmapbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/synonymMaps/deleteSynonymMapByName.ts -[deletesynonymmapbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/synonymMaps/deleteSynonymMapByObject.ts -[getsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/synonymMaps/getSynonymMap.ts -[listsynonymmapnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/synonymMaps/listSynonymMapNames.ts -[listsynonymmaps]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/typescript/src/synonymMaps/listSynonymMaps.ts +[createdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/createDataSourceConnection.ts +[createorupdatedatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/createOrUpdateDataSourceConnection.ts +[deletedatasourceconnectionbyname]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/deleteDataSourceConnectionByName.ts +[deletedatasourceconnectionbyobject]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/deleteDataSourceConnectionByObject.ts +[getdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/getDataSourceConnection.ts +[listdatasourceconnectionnames]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/listDataSourceConnectionNames.ts +[listdatasourceconnections]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/dataSourceConnections/listDataSourceConnections.ts +[createindexer]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/createIndexer.ts +[createorupdateindexer]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/createOrUpdateIndexer.ts +[deleteindexerbyname]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/deleteIndexerByName.ts +[deleteindexerbyobject]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/deleteIndexerByObject.ts +[getindexer]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/getIndexer.ts +[getindexerstatus]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/getIndexerStatus.ts +[listindexernames]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/listIndexerNames.ts +[listindexers]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/listIndexers.ts +[resetindexer]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/resetIndexer.ts +[runindexer]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexers/runIndexer.ts +[analyzetext]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexes/analyzeText.ts +[createindex]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexes/createIndex.ts +[createorupdateindex]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexes/createOrUpdateIndex.ts +[deleteindexbyname]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexes/deleteIndexByName.ts +[deleteindexbyobject]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexes/deleteIndexByObject.ts +[getindex]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexes/getIndex.ts +[getindexstatistics]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexes/getIndexStatistics.ts +[listindexes]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexes/listIndexes.ts +[listindexnames]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/indexes/listIndexNames.ts +[createorupdateskillset]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/skillSets/createOrUpdateSkillset.ts +[createskillset]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/skillSets/createSkillset.ts +[deleteskillsetbyname]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/skillSets/deleteSkillsetByName.ts +[deleteskillsetbyobject]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/skillSets/deleteSkillsetByObject.ts +[getskillset]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/skillSets/getSkillset.ts +[listskillsets]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/skillSets/listSkillsets.ts +[listskillsetsnames]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/skillSets/listSkillsetsNames.ts +[createorupdatesynonymmap]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/synonymMaps/createOrUpdateSynonymMap.ts +[createsynonymmap]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/synonymMaps/createSynonymMap.ts +[deletesynonymmapbyname]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/synonymMaps/deleteSynonymMapByName.ts +[deletesynonymmapbyobject]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/synonymMaps/deleteSynonymMapByObject.ts +[getsynonymmap]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/synonymMaps/getSynonymMap.ts +[listsynonymmapnames]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/synonymMaps/listSynonymMapNames.ts +[listsynonymmaps]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/samples/typescript/src/synonymMaps/listSynonymMaps.ts