mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
411efd91ce
commit
e96a146f55
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ steps:
|
||||||
[Net.ServicePointManager]::SecurityProtocol = "Tls12, Tls13"
|
[Net.ServicePointManager]::SecurityProtocol = "Tls12, Tls13"
|
||||||
|
|
||||||
$headers = @{
|
$headers = @{
|
||||||
Authorization = "Bearer $accessToken"
|
Authorization = "Basic $accessToken"
|
||||||
}
|
}
|
||||||
|
|
||||||
$uri = "$($baseUri)/distributedtask/pools?api-version=6.0"
|
$uri = "$($baseUri)/distributedtask/pools?api-version=6.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue