-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Update AutoRest C# version #15884
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
Update AutoRest C# version #15884
Conversation
|
This change relaxes the serialization rules for properties not-marked as nullable but received with null value. In RELEASE mode this scenario won't throw an exception anymore making sure customers are not blocked by an exception they can't fix. |
|
Hello @pakrym! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
christothes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tables looks good.
37278d4 to
f39165b
Compare
f39165b to
bd59c3e
Compare
| from: swagger-document | ||
| where: $.definitions.DeploymentOperationProperties | ||
| transform: > | ||
| $.properties.statusMessage["x-nullable"] = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @allenjzhang
This needs to be updated in the upstream swagger
|
Test failure is filed and seems unrelated #15936 |
|
/check-enforcer override |
Co-authored-by: Pavel Krymets <[email protected]>
Update AutoRest C# version to 1.0.0-alpha.20201012.1