Skip to content

Commit c53e7d5

Browse files
authored
Update manage-automation.md
Typo in the Get Usage Details for a scope during specific date range for modern subscriptions. I believe it shouldn't have "&" in front of the value for the endDate
1 parent 69543e8 commit c53e7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GET https://management.azure.com/{scope}/providers/Microsoft.Consumption/usageDe
9191
For modern customers with a Microsoft Customer Agreement, use the following call:
9292

9393
```http
94-
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
94+
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
9595
```
9696

9797
### Get amortized cost details

0 commit comments

Comments
 (0)