You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: articles/cost-management-billing/costs/manage-automation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ GET https://management.azure.com/{scope}/providers/Microsoft.Consumption/usageDe
91
91
For modern customers with a Microsoft Customer Agreement, use the following call:
92
92
93
93
```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
0 commit comments