microsoft / Partner-Center-Java

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

The format YYYY-MM-DD is taking the date as the day of the year, eg, 13th feb as 44th day of the year, hence date comes out to be 44-02-2023. Fix is to change the format to YYYY-MM-dd #149

Open ayushi-vishwakarma opened 1 year ago

ayushi-vishwakarma commented 1 year ago

https://github.com/microsoft/Partner-Center-Java/blob/cb7c53f7abc84b3a3b9708c933f6bf9a1e3bc47a/src/main/java/com/microsoft/store/partnercenter/auditrecords/AuditRecordsCollection.java#L52

ayushi-vishwakarma commented 1 year ago

Also, Microsoft added a lot of new ResourceType and OperationType (Related to Audit Logs API) with NCE and GDAP, these are not added in the SDK.