Authentication needed when running Powershell scripts from the Azure Pipeline, but not from running Azure CLI
We are pushing out to Azure using an Azure DevOps Pipeline. We are trying to run the following command as part of a task, inside of the azure-pipelines.yml file: az ad app list --all This works under Azure CLI without…