We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e479c35 commit 05bd726Copy full SHA for 05bd726
src/Cogworks.AzureSearch/Wrappers/DocumentOperationWrapper.cs
@@ -21,7 +21,7 @@ public DocumentOperationWrapper(
21
{
22
if (clientOption.UseTokenCredentials)
23
24
- var azureCredential = new DefaultAzureCredential();
+ var azureCredential = new ManagedIdentityCredential();
25
26
_searchClient = new SearchClient(
27
new Uri(clientOption.ServiceUrlEndpoint),
0 commit comments