Skip to content

Commit cee2de9

Browse files
authored
Merge pull request #194057 from bandersmsft/manage-automation04052022
CMB - note for manage-automation
2 parents f96248c + 0315d34 commit cee2de9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cost-management-billing/costs/manage-automation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Azure costs with automation
33
description: This article explains how you can manage Azure costs with automation.
44
author: bandersmsft
55
ms.author: banders
6-
ms.date: 12/10/2021
6+
ms.date: 04/05/2022
77
ms.topic: conceptual
88
ms.service: cost-management-billing
99
ms.subservice: cost-management
@@ -100,6 +100,9 @@ For modern customers with a Microsoft Customer Agreement, use the following call
100100
GET https://management.azure.com/{scope}/providers/Microsoft.Consumption/usageDetails?startDate=2020-08-01&endDate=2020-08-05&$top=1000&api-version=2019-10-01
101101
```
102102

103+
> [!NOTE]
104+
> The `$filter` parameter isn't supported by Microsoft Customer Agreements.
105+
103106
### Get amortized cost details
104107

105108
If you need actual costs to show purchases as they're accrued, change the *metric* to `ActualCost` in the following request. To use amortized and actual costs, you must use the `2019-04-01-preview` version. The current API version works the same as the `2019-10-01` version, except for the new type/metric attribute and changed property names. If you have a Microsoft Customer Agreement, your filters are `startDate` and `endDate` in the following example.

0 commit comments

Comments
 (0)