az-cli 不返回资源,但可以通过门户查看

az-cli not returning resources however they can be viewed through portal

我正在尝试获取所有 Microsoft.ServiceBus/namespaces/ 的列表。

az resource list --resource-type "Microsoft.ServiceBus/namespaces/" --subscription "operations"

服务总线存在于各自的订阅中,我的同一个帐户可以通过门户查看。

我已经进入各自的订阅并且也尝试明确指定它,但它只有 returns 和空列表 []

知道我做错了什么吗?

您列出 ServiceBus 命名空间的命令使用 az resource 而不是 az servicebus

使用以下命令列出您的 Azure ServiceBus 命名空间az servicebus namespace list [--resource-group]

参考文档:https://docs.microsoft.com/en-us/cli/azure/servicebus/namespace?view=azure-cli-latest#az-servicebus-namespace-list