我正在尝试为我的 Azure 订阅下载价目表,从今天早上开始,请求以 HTTP 400 结束。这是错误
<?xml version="1.0" encoding="utf-8"?>
<Error>
<Code>InvalidAuthenticationInfo</Code>
<Message>Authentication information is not given in the correct format. Check the value of Authorization header.
RequestId:757bb26d-801e-005b-45e9-d7361f000000
Time:2018-04-19T14:19:26.9289239Z</Message>
</Error>
我做的 Api Call 是。在标题中,我还传递了访问令牌。
https://management.azure.com/subscriptions/<subscription id>/providers/Microsoft.Commerce/RateCard?api-version=2015-06-01-preview&$filter=OfferDurableId+eq+%27MS-AZR-0003P%27+and+Currency+eq+%27USD%27+and+Locale+eq+%27en-US%27+and+RegionInfo+eq+%27US%27
相同的访问令牌似乎可以用于其他目的。但突然之间,费率卡 API 似乎失败了。
如果微软方面有任何改变,有什么想法吗?