-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't treat optional, constant, body params as required (#981)
This makes the behavior consistent with how optional, constant header and query parameters are handled.
- Loading branch information
1 parent
938e428
commit e44c577
Showing
14 changed files
with
370 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 67 additions & 6 deletions
73
...ges/autorest.go/test/autorest/httpinfrastructuregroup/fake/zz_httpclientfailure_server.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
37 changes: 34 additions & 3 deletions
37
packages/autorest.go/test/autorest/httpinfrastructuregroup/fake/zz_httpredirects_server.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
25 changes: 23 additions & 2 deletions
25
packages/autorest.go/test/autorest/httpinfrastructuregroup/fake/zz_httpretry_server.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
25 changes: 23 additions & 2 deletions
25
...ges/autorest.go/test/autorest/httpinfrastructuregroup/fake/zz_httpserverfailure_server.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.