Azure.Search.Documents_11.4.0-beta.2
Pre-release
Pre-release
11.4.0-beta.2 (2021-08-10)
Features Added
- Support for Azure Active Directory based authentication. Users can specify a
TokenCredential
when creating aSearchClient
,SearchIndexClient
or aSearchIndexerClient
. For example, you can get started withnew SearchClient(endpoint, new DefaultAzureCredential())
to authenticate via AAD using Azure.Identity. For more details see how to use role-based authentication in Azure Cognitive Search.
Bugs Fixed
- Enhanced the documentation of some
SearchOptions
properties by adding links to REST docs - #22808