skip to Main Content

Cannot list Approvals in Azure using the REST API

I'm using the GET https://dev.azure.com/{organization}/{project}/_apis/pipelines/approvals?api-version=7.1-preview.1 call I know that project and organization is correct, since I'm making other calls that work as expected. The above call should, according to the documentation list all the approvals, but I'm getting: Query for…

VIEW QUESTION

Azure – KQL datetime formatting

I have a column,['timestamp'] in Azure Data Explorer. A certain value, x, is assigned to this timestamp. Data is being streamed in real time and I would like to take the last value of yesterday's data. However, when I do…

VIEW QUESTION
Back To Top
Search