How To Get a PAT (Personal Access Token) for Azure DevOps from the az cli
Another long title for a relatively short article. In case you aren’t aware, the az cli has a great extension for Azure DevOps and supports automatically logging you in to the devops extension when you use az login. Very helpful and simple, no need to manually issue a PAT through the Azure DevOps portal. Now, […]
How to Queue an Azure DevOps yaml Pipeline with Parameters from PowerShell
Long enough title? It might be longer than the actual article content. If you need to queue a yaml pipeline in Azure DevOps from a script, you may be tempted to use the az cli and the devops extension. The extension is useful, but has some bugs/gaps I would recommend using it in combination with […]