msgraph-sdk-php
msgraph-sdk-php copied to clipboard
Enums with underscores and camelCase are treated the same
Enum windowsMalwareCategory
has two values, remoteControlSoftware
and remote_Control_Software
which both generate to the same value in the SDK because the generator converts camelCase to CAPS_CASE.
This will also be an issue in Java. AB#7582