Since Today all our build pipelines on Azure Devops fail, when trying to execute the follwoing command:
az acr helm push ...
The pipeline fails with following error:
ERROR: Please run 'az login' to setup account.
We are running on Microsoft hosted agents using Hosted Ubuntu 1604.
Checking the latest commits for the Ubuntu image shows, that there has been a version update from 2.0.52 to 2.0.55 of the azure cli tool.
Maybe this version update introduced the problem. Just guessing.
Can anyone help please?
I added the following to my pipeline to downgrade azure-cli a version, and my pipeline is now passing
The issue has been raised with the azure-cli tool team.
To proceed now you can follow any of the two workarounds as of now: