Skip to content

Commit f87367e

Browse files
authored
Merge pull request #89488 from yashesvi/patch-21
removed preview from API version
2 parents adcf297 + 64107ae commit f87367e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/billing/billing-understand-reserved-instance-usage-ea.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ Other information available in Azure usage data has changed:
5858

5959
You can get the data using the API or download it from Azure portal.
6060

61-
You call the [Usage Details API](/rest/api/consumption/usagedetails/list) with API version "2019-04-01-preview" to get the new data. For details about terminology, see [usage terms](billing-understand-your-usage.md). The caller should be an Enterprise Administrator for the enterprise agreement using the [EA portal](https://ea.azure.com). Read-only Enterprise Administrators can also get the data.
61+
You call the [Usage Details API](/rest/api/consumption/usagedetails/list) to get the new data. For details about terminology, see [usage terms](billing-understand-your-usage.md). The caller should be an Enterprise Administrator for the enterprise agreement using the [EA portal](https://ea.azure.com). Read-only Enterprise Administrators can also get the data.
6262

6363
The data is not available in [Reporting APIs for Enterprise customers - Usage Details](/rest/api/billing/enterprise/billing-enterprise-api-usage-detail).
6464

6565
Here's an example call to the API:
6666

6767
```
68-
https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{enrollmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodId}/providers/Microsoft.Consumption/usagedetails?metric={metric}&api-version=2019-04-01-preview&$filter={filter}
68+
https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{enrollmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodId}/providers/Microsoft.Consumption/usagedetails?metric={metric}&api-version=2019-05-01&$filter={filter}
6969
```
7070

7171
For more information about {enrollmentId} and {billingPeriodId}, see the [Usage Details – List](https://docs.microsoft.com/rest/api/consumption/usagedetails/list) API article.

0 commit comments

Comments
 (0)