File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -648,12 +648,11 @@ public static string GetAzAccessToken()
648
648
ExcludeVisualStudioCodeCredential = true ,
649
649
ExcludeVisualStudioCredential = true ,
650
650
ExcludeWorkloadIdentityCredential = true ,
651
- ExcludeManagedIdentityCredential = false , // ManagedIdentityCredential makes the experience slow
652
-
651
+ ExcludeManagedIdentityCredential = true , // ManagedIdentityCredential makes the experience slow
652
+ ExcludeSharedTokenCacheCredential = true , // SharedTokenCacheCredential is not supported on macOS
653
653
ExcludeAzureCliCredential = false ,
654
654
ExcludeAzurePowerShellCredential = false ,
655
- ExcludeInteractiveBrowserCredential = false ,
656
- ExcludeSharedTokenCacheCredential = false
655
+ ExcludeInteractiveBrowserCredential = false
657
656
} ;
658
657
659
658
var dCred = new DefaultAzureCredential ( credOptions ) ;
You can’t perform that action at this time.
0 commit comments