Currently, we accidentally use a mix of System.Text.Json and Newstonsoft.JSON serialization, which leads to problems when deserializing datatypes. With this change, we're explicitly setting Newstonsoft.JSON as our end to end serializer, which should match the serialization behavior of the current PowerShell SDK.
Currently, we accidentally use a mix of System.Text.Json and Newstonsoft.JSON serialization, which leads to problems when deserializing datatypes. With this change, we're explicitly setting Newstonsoft.JSON as our end to end serializer, which should match the serialization behavior of the current PowerShell SDK.