Skip to content

Commit 3f189b2

Browse files
Remove obsolete property
1 parent 35bf642 commit 3f189b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/code/Utils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,6 @@ public static string GetAzAccessToken(PSCmdlet cmdletPassedIn)
653653
var credOptions = new DefaultAzureCredentialOptions
654654
{
655655
ExcludeEnvironmentCredential = true,
656-
ExcludeVisualStudioCodeCredential = true,
657656
ExcludeVisualStudioCredential = true,
658657
ExcludeWorkloadIdentityCredential = true,
659658
ExcludeManagedIdentityCredential = true, // ManagedIdentityCredential makes the experience slow

0 commit comments

Comments
 (0)