Closed msize closed 6 years ago
The method returns null:
PartnerService.getInstance().getConfiguration().getApis().get( "GetAzureUtilizationRecords" ).getParameters().get( "Granularity ")
The typo in key: "Granularity " should be "Granularity" without space at the end.
"Granularity "
"Granularity"
Hi @msize,
Thank you for getting this corrected. I will merge the changes shortly.
Description
The method returns null:
The typo in key:
"Granularity "
should be"Granularity"
without space at the end.