You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new endpoint in Helix API that allows fetching the results URI and a short-lived SAS token for read access to the results (see https://helix.dot.net/swagger/ui/index.html#/Job/Job_Results). The Microsoft.DotNet.Helix code should use this new endpoint in DownloadFromResultsContainer instead of relying on the SAS token returned in the new job response JSON.
There is a new endpoint in Helix API that allows fetching the results URI and a short-lived SAS token for read access to the results (see https://helix.dot.net/swagger/ui/index.html#/Job/Job_Results). The Microsoft.DotNet.Helix code should use this new endpoint in
DownloadFromResultsContainer
instead of relying on the SAS token returned in the new job response JSON.This is follow-up to internal work items https://dev.azure.com/dnceng/internal/_workitems/edit/6933 and https://dev.azure.com/dnceng/internal/_workitems/edit/6937/
The text was updated successfully, but these errors were encountered: