How do I use the az devops invoke command to call the get commits rest method of the Azure Devops Rest API?
GET https://dev.azure.com/{organization}/{project}/_apis/git/repositories/{repositoryId}/commits?api-version=7.0
I'm mostly unsure where to put the "/commits" at the end.
What section of the url anatomy does it belong to?
I can't pass it as a resource or query-parameters argument to az devops invoke.