microsoft / Partner-Center-Java

Partner Center SDK for Java
https://docs.microsoft.com/java/partnercenter/
31 stars 12 forks source link

Fix getting of Granularity parameter name #12

Closed msize closed 6 years ago

msize commented 6 years ago

Description

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.

ghost commented 6 years ago

Hi @msize,

Thank you for getting this corrected. I will merge the changes shortly.