Open reshmabidikar opened 1 year ago
The Retrieve Usage By Subscription Id and Unit Type and Retrive Usage By Subscription Id endpoints require the start_date and end_date as mandatory query parameters. However, the corresponding Python client methods do not accept these parameters. See get_usage and get_all_usage.
start_date
end_date
The Retrieve Usage By Subscription Id and Unit Type and Retrive Usage By Subscription Id endpoints require the
start_date
andend_date
as mandatory query parameters. However, the corresponding Python client methods do not accept these parameters. See get_usage and get_all_usage.