Azure DevOps Tip - Find private APIs
Apr 14, 2020
Problem Often working with Azure DevOps, I hit a wall trying to automate some tasks but there are no REST APIs made public yet.
It was one of those task of automating creation of Environments in multi-stage YAML based pipelines in AzDO.
...
➦
#1 Hello World
Apr 14, 2020
print("Hello World!") Write-Host -Object "Hello World"