不支持商品ID MS-AZR-0017P

时间:2019-07-02 13:53:09

标签: azure azure-cli azure-sdk-python azure-billing-api

我必须通过CLI或python SDK从我的azure帐户中获取最后的账单。在这两种情况下,我都有一条消息告诉我,我的订阅类型不受支持:

CLI:

# az billing invoice show
UnsupportedSubscriptionType - Offer id MS-AZR-0017P is not supported.

Python-SDK:

from azure.mgmt.billing import BillingManagementClient
bil_client = BillingManagementClient(credentials, subscription_id)
for item in bil_client.invoices.list():
    print(item)

azure.mgmt.billing.models.error_response.ErrorResponseException:     (UnsupportedSubscriptionType) Offer id MS-AZR-0017P is not supported.

有人可以解决吗?

最诚挚的问候

1 个答案:

答案 0 :(得分:0)

我建议您尝试使用最新版本的CLI / python-sdk。但是,如果问题仍然存在,请关注this(当前已打开)GitHub问题,以获取有关该相似问题的任何将来更新。

干杯!