-
Notifications
You must be signed in to change notification settings - Fork 742
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
Python msrestazure: LRO doesn't deserialize 'target' and 'details' fields on error #1460
Comments
Hi @yugangw-msft, are you able to confirm whether the response body returned by the webapp API conforms to the standard CloudError? |
I am chatting with webapp team to see whether their service can fix the error body |
Thanks @yugangw-msft, |
It should be lower case always, so webapp, again, goes against the guideline :(. @naveedaz |
Fixed here: #1510 Release soon |
Released in msrestazure 0.4.4 |
C# and node versions both handle it. The consequence of not doing it is the error surfaced is too vague
Azure/azure-cli#1007
For reference, the C# version is here:
https://github.com/Azure/autorest/blob/master/src/client/Microsoft.Rest.ClientRuntime.Azure/CloudError.cs#L34-L39
The text was updated successfully, but these errors were encountered: