az keyvault 不列出机密

az keyvault does not list secret

我正在使用来自 windows 终端 azure cloud shell 的 azure cli
我希望 az keyvault secret list --vault-name myKeyVaultName 列出我保险库中的所有秘密
但它只显示黑屏

我究竟做错了什么?有什么建议吗?

几天前我 运行 遇到了与 az keyvault secret list 完全相同的错误,并尝试 运行 使用 --debug 参数的命令:

az keyvault secret list --vault-name <key-vault-name> --debug

还通过 运行 az login 再次刷新了我的凭据,但没有成功。经过一些故障排除和查看日志后,我意识到我在命令中传递了错误的保管库名称。

包含错误详细信息的类似 issue on GitHub also mentions that this error can surface in case of an incorrect key vault name as the error message calls out. If none of these help, you can open a new bug report with the Azure/azure-cli 回购。