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.
https://github.com/Microsoft/azure-pipelines-image-generation/commit/56c54c965019c4f7456cd9af572a443df9d5d78c#diff-f87405c9dd43f633a04dd078666d61af
Maybe this version update introduced the problem. Just guessing.
Can anyone help please?