Partner-Center-DotNet-Samples icon indicating copy to clipboard operation
Partner-Center-DotNet-Samples copied to clipboard

Get usage data for subscription by meter return "Unknown error"

Open moti-malka opened this issue 6 years ago • 0 comments

Partner.Center.SDK (15.1)

when try to get azrue resource usage for my customer the response after some times is "Unknown error".

the full request: var usageRecords = ApplicationDomain.Instance.PartnerCenterClient .Customers .ById(tenantId) .Subscriptions .ById(subId) .UsageRecords .ByMeter .Get();

moti-malka avatar Dec 01 '19 14:12 moti-malka