-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot deserialize response data which contains values of type None #544
Comments
I'm not able to reproduce your problem. If you were able to get the JSON answer, could you add it in this issue? |
This is the exception message with the data:
And here's the call stack upstream of our code
|
So, when I use the SDK method to retrieve a storage account, it worked fine. The above issue occurred when I tried to retrieve a server farm resource. |
I think you fall into this known bug Azure/azure-rest-api-specs#137 |
I was wrong, it was not related. I just created a PR to the underlying runtime library for fix. |
Hi, I just released msrest 0.1.3 which fixes this bug Thank you for your report again! |
When trying to show a resource:
I get an msrest DeserializationError:
The response data contains the information I want although numerous fields have None as their value.
The text was updated successfully, but these errors were encountered: