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

Commit afedbe1

Browse files
authored
Merge pull request #754 from jeschu1/update-requesturi
devops: update requestUri for easier debugging
2 parents 430bc00 + dd46e95 commit afedbe1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AzureDevOps.Authentication/Src/Authentication.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ public override async Task<bool> DeleteCredentials(TargetUri targetUri)
207207
return tenantId;
208208
}
209209

210+
// Use the properly formatted URL
211+
requestUri = requestUri.CreateWith(queryUrl: requestUrl);
212+
210213
var options = new NetworkRequestOptions(false)
211214
{
212215
Flags = NetworkRequestOptionFlags.UseProxy,

0 commit comments

Comments
 (0)