I am referring this link. https://learn.microsoft.com/en-us/rest/api/azure/devops/git/items/get?view=azure-devops-rest-6.0
I require assistance in forming the api link for the below scenario.
List all the files (with content) that are in a particular repo with .yml extension.
Please assist
The only way to Get the list of Files available in Azure Repo is Rest API call. For this we have to use the PowerShell.
List All Repos
Used to retrieve the Repos
Get Files
It Get the content of Single item. Download parameter is used to check whether we can download the content or not.
You can implement above Api in your PowerShell accordingly. Refer here for how to implement this in PowerShell.