rubrikinc / rubrik-powershell-sdk

The Rubrik Security Cloud SDK
https://www.powershellgallery.com/packages/RubrikSecurityCloud
MIT License
7 stars 8 forks source link

Fix serialization of GraphQL responses #51

Closed evcheng-rubrik closed 5 months ago

evcheng-rubrik commented 6 months ago

Removes code related to aliases, as aliases are not sufficient to handle field name conflicts, and it is introducing a serialization bug for responses from RSC.

Test Plan:

  1. run unit tests
  2. verify that the bug is not happening anymore for APIs that it was occurring for previously