microsoftgraph / msgraph-sdk-android

Microsoft Graph SDK for Android! https://graph.microsoft.io
Other
51 stars 43 forks source link

Don't prepend reserved enums with msgraph #68

Closed caitlinrussell closed 6 years ago

caitlinrussell commented 6 years ago

Changing this value to uppercase resolves the conflict but allows the JSON to pass over the wire correctly

MIchaelMainer commented 6 years ago

Do we know whether the serializer understood that prepended msgraph_ was to be dropped? Also, are we confident that all services take enums names without regard to case sensitivity? I think we need to ask that question.