Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 629d21f

Browse files
author
J Wyman
authored
Merge pull request #706 from whoisj/complete-pick
alm: complete partial cherry-pick
2 parents e6793c5 + ba48f8b commit 629d21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Alm.Authentication/Src/Network.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ private HttpClient GetHttpClient(TargetUri targetUri, HttpMessageHandler handler
441441
{
442442
case TokenType.AzureAccess:
443443
case TokenType.BitbucketAccess:
444+
case TokenType.Personal:
444445
{
445446
// ADAL access tokens are packed into the Authorization header.
446447
httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", token.Value);

0 commit comments

Comments
 (0)