We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b278e commit 0e1db6bCopy full SHA for 0e1db6b
1 file changed
src/code/Utils.cs
@@ -708,7 +708,6 @@ public static string GetAzAccessToken(PSCmdlet cmdletPassedIn)
708
ExcludeVisualStudioCredential = true,
709
ExcludeWorkloadIdentityCredential = true,
710
ExcludeManagedIdentityCredential = true, // ManagedIdentityCredential makes the experience slow
711
- ExcludeSharedTokenCacheCredential = true, // SharedTokenCacheCredential is not supported on macOS
712
ExcludeAzureCliCredential = false,
713
ExcludeAzurePowerShellCredential = false,
714
ExcludeInteractiveBrowserCredential = false
0 commit comments