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 11c53ae commit 3837928Copy full SHA for 3837928
src/Extensions/AzureBlobStorage/AzureBlobEgressProvider.cs
@@ -408,7 +408,6 @@ private static DefaultAzureCredentialOptions GetDefaultCredentialOptions() =>
408
ExcludeEnvironmentCredential = true,
409
ExcludeInteractiveBrowserCredential = true,
410
ExcludeSharedTokenCacheCredential = true,
411
- ExcludeVisualStudioCodeCredential = true,
412
ExcludeVisualStudioCredential = true,
413
};
414
}
0 commit comments