From e96a146f55934aca683c0607cdd189f6c01cfbc5 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Thu, 29 Dec 2022 14:36:46 +1000 Subject: [PATCH] pipeline file changes --- .../create-agent-capabilities-environment-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/create-agent-capabilities-environment-variables.yml b/.azure/pipelines/create-agent-capabilities-environment-variables.yml index 63c218e7..fd158ee6 100644 --- a/.azure/pipelines/create-agent-capabilities-environment-variables.yml +++ b/.azure/pipelines/create-agent-capabilities-environment-variables.yml @@ -29,7 +29,7 @@ steps: [Net.ServicePointManager]::SecurityProtocol = "Tls12, Tls13" $headers = @{ - Authorization = "Bearer $accessToken" + Authorization = "Basic $accessToken" } $uri = "$($baseUri)/distributedtask/pools?api-version=6.0"