gpt4 book ai didi

azure - Azure DevOps Pipelines 的 az 登录失败

转载 作者:行者123 更新时间:2023-12-03 00:48:56 25 4
gpt4 key购买 nike

从今天起,当尝试执行以下命令时,我们在 Azure Devops 上的所有构建管道都会失败:

az acr helm push ...

管道失败并出现以下错误:

错误:请运行“az login”来设置帐户。

我们使用托管 Ubuntu 1604 在 Microsoft 托管代理上运行。
检查 Ubuntu 镜像的最新提交显示,azure cli 工具已从 2.0.52 更新到 2.0.55

https://github.com/Microsoft/azure-pipelines-image-generation/commit/56c54c965019c4f7456cd9af572a443df9d5d78c#diff-f87405c9dd43f633a04dd078666d61af

也许这个版本更新引入了这个问题。只是猜测。

有人可以帮忙吗?

最佳答案

我将以下内容添加到我的管道中以降级 azure-cli 版本,我的管道现在正在通过

- bash: sudo apt-get install -y --allow-downgrades azure-cli=2.0.54-1~xenial
displayName: 'downgrade azure-cli'

关于azure - Azure DevOps Pipelines 的 az 登录失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54513537/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com