【发布时间】:2021-03-17 11:40:43
【问题描述】:
我正在尝试跑步
az billing account list
但是,当我运行它时,我得到:
az billing: 'account' is not in the 'az billing' command group. See 'az billing --help'. If the command is from an extension, please make sure the corresponding extension is installed. To learn more about extensions, please visit https://docs.microsoft.com/en-us/cli/azure/azure-cli-extensions-overview
我已经安装了account 扩展,但它仍然没有工作。
如果我在 Cloud Shell 中运行它,我会得到:
Command group 'billing account' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
[]
所以我确实在这里得到了回复。
我找不到任何东西来安装此扩展或预览扩展。
回购没有它https://github.com/Azure/azure-cli
Python Repo 没有 https://pypi.org/user/microsoft/
没有关于文档的信息https://docs.microsoft.com/en-us/rest/api/billing/2019-10-01-preview/billingaccounts
列出扩展并没有显示任何 https://docs.microsoft.com/en-us/cli/azure/azure-cli-extensions-overview
【问题讨论】: