Daleyon
Daleyon
@johanclasson awesome idea!!! 😁
As an alternative, I use a combination of Azure (Logic App, SQL, Pipelines) to maintain a list of all orgs for my employer. The Azure Logic App uses the [Azure...
Today, I finally resolved my error by trying [This](https://github.com/Azure/azure-devops-cli-extension/blob/master/doc/samples.md#log-in-via-azure-devops-personal-access-token-pat) specifically, the example: cat my_pat_token.txt | az devops login --organization https://dev.azure.com/contoso/. In my case, I stored my txt file on the...