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 35bf642 commit 3f189b2Copy full SHA for 3f189b2
src/code/Utils.cs
@@ -653,7 +653,6 @@ public static string GetAzAccessToken(PSCmdlet cmdletPassedIn)
653
var credOptions = new DefaultAzureCredentialOptions
654
{
655
ExcludeEnvironmentCredential = true,
656
- ExcludeVisualStudioCodeCredential = true,
657
ExcludeVisualStudioCredential = true,
658
ExcludeWorkloadIdentityCredential = true,
659
ExcludeManagedIdentityCredential = true, // ManagedIdentityCredential makes the experience slow
0 commit comments