You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurs: Cannot deserialize instance of com.microsoft.azure.management.mediaservices.v2018_07_01.ContentKeyPolicyClearKeyConfiguration out of VALUE_NULL token
Since the configuration object only contains the type discriminator.
If I modify the json while debugging so that there is an additional field:
When attempting to deserialize a json object only containing a type discriminator, the FlatteningDeserializer fails with the following error:
Cannot deserialize instance of <OBJECT_NAME> out of VALUE_NULL token
So when attempting to deserialize the following string
The following error occurs:
Cannot deserialize instance of com.microsoft.azure.management.mediaservices.v2018_07_01.ContentKeyPolicyClearKeyConfiguration out of VALUE_NULL token
Since the configuration object only contains the type discriminator.
If I modify the json while debugging so that there is an additional field:
The deserialization is successful.
This issue prevent users from creating ContentKeyPolicy objects using the Java SDK generated for Azure Media Services (see https://github.com/Azure/azure-sdk-for-java/tree/master/mediaservices/resource-manager/v2018_07_01 beta 3 version)
The text was updated successfully, but these errors were encountered: