msgraph-sdk-python
msgraph-sdk-python copied to clipboard
Type mismatch: ParseNode.get_object_value(Parsable)
ParseNode.get_object_value(Parsable) expects its arg to be of type Parsable. When you however pass to it ConnectionOperation.create_from_discriminator_value() which returns an instance of ConnectionOperation which inherits from Entity which inherits from Parsable, you get an error saying that ConnectionOperation is not compatible with Parsable.
@waldekmastykarz Any chance you can confirm this is still an issue on the latest version of the SDK?
The issue still there:
Libs:
microsoft-kiota-abstractions==1.3.2
microsoft-kiota-authentication-azure==1.0.0
microsoft-kiota-http==1.3.1
microsoft-kiota-serialization-form==0.1.0
microsoft-kiota-serialization-json==1.2.0
microsoft-kiota-serialization-multipart==0.1.0
microsoft-kiota-serialization-text==1.0.0
msgraph-core==1.0.0
msgraph-sdk==1.2.0