1

サブスクリプションの使用状況の詳細を取得するために、ブログをフォローしています。

https://blogs.technet.microsoft.com/keithmayer/2015/06/30/export-azure-subscription-usage-to-csv-with-new-billing-api-and-powershell/

「Get-UsageAggregates を使用して PowerShell 経由で Azure の使用状況をエクスポートする」(パート 1)

以下のエラーが表示されます。

Get-UsageAggregates : InvalidInput: Parameter continuationtoken was missing or had an unacceptable value.
At line:30 char:18
+ ... usageData = Get-UsageAggregates -ReportedStartTime $reportedStartTime ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [Get-UsageAggregates], CloudException
    + FullyQualifiedErrorId : Microsoft.Azure.Commands.UsageAggregates.GetUsageAggregatesCommand

誰かがこれを回避した場合、これを解決する方法を教えてください。

4

1 に答える 1