Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nuget] Bump Azure.Search.Documents from 11.4.0 to 11.6.0 #19

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[nuget] Bump Azure.Search.Documents from 11.4.0 to 11.6.0
Bumps [Azure.Search.Documents](https://github.com/Azure/azure-sdk-for-net) from 11.4.0 to 11.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Search.Documents_11.4.0...Azure.Search.Documents_11.6.0)

---
updated-dependencies:
- dependency-name: Azure.Search.Documents
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Nov 20, 2024
commit 7991d4f0ac6690820c66dc638c461385f621166b
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Search.Documents" Version="11.4.0" />
<PackageReference Include="Azure.Search.Documents" Version="11.6.0" />
<PackageReference Include="Microsoft.Azure.Search.Service" Version="10.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />

Unchanged files with check annotations Beta

/// The name of the index on which to assign the search.
/// </param>
/// <param name="searchOptions">
/// Options for <see cref="SearchClient.SearchAsync"/> that

Check warning on line 74 in Dfe.Data.Common.Infrastructure.CognitiveSearch/SearchByKeyword/DefaultSearchByKeywordService.cs

GitHub Actions / build_test_pack

Ambiguous reference in cref attribute: 'SearchClient.SearchAsync'. Assuming 'SearchClient.SearchAsync<T>(string, SearchOptions, CancellationToken)', but could have also matched other overloads including 'SearchClient.SearchAsync<T>(SearchOptions, CancellationToken)'.

Check warning on line 74 in Dfe.Data.Common.Infrastructure.CognitiveSearch/SearchByKeyword/DefaultSearchByKeywordService.cs

GitHub Actions / build_test_pack

Ambiguous reference in cref attribute: 'SearchClient.SearchAsync'. Assuming 'SearchClient.SearchAsync<T>(string, SearchOptions, CancellationToken)', but could have also matched other overloads including 'SearchClient.SearchAsync<T>(SearchOptions, CancellationToken)'.
/// allow specifying filtering, sorting, faceting, paging, and other search
/// query behaviors.
/// </param>
/// The name of the index on which to assign the search.
/// </param>
/// <param name="searchOptions">
/// Options for <see cref="SearchClient.SearchAsync"/> that

Check warning on line 28 in Dfe.Data.Common.Infrastructure.CognitiveSearch/SearchByKeyword/ISearchByKeywordService.cs

GitHub Actions / build_test_pack

Ambiguous reference in cref attribute: 'SearchClient.SearchAsync'. Assuming 'SearchClient.SearchAsync<T>(string, SearchOptions, CancellationToken)', but could have also matched other overloads including 'SearchClient.SearchAsync<T>(SearchOptions, CancellationToken)'.

Check warning on line 28 in Dfe.Data.Common.Infrastructure.CognitiveSearch/SearchByKeyword/ISearchByKeywordService.cs

GitHub Actions / build_test_pack

Ambiguous reference in cref attribute: 'SearchClient.SearchAsync'. Assuming 'SearchClient.SearchAsync<T>(string, SearchOptions, CancellationToken)', but could have also matched other overloads including 'SearchClient.SearchAsync<T>(SearchOptions, CancellationToken)'.
/// allow specifying filtering, sorting, faceting, paging, and other search
/// query behaviors.
/// </param>