Skip to content

Commit

Permalink
Add multiple inheritance group (#422)
Browse files Browse the repository at this point in the history
* Add multiple inheritance group

* fix name
  • Loading branch information
jhendrixMSFT authored Jun 10, 2020
1 parent f9f6f70 commit b493de4
Show file tree
Hide file tree
Showing 5 changed files with 845 additions and 0 deletions.
1 change: 1 addition & 0 deletions rushScripts/regeneration.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const goMappings = {
'httpinfrastructuregroup': 'httpInfrastructure.json',
'integergroup': 'body-integer.json',
'lrogroup': 'lro.json',
'migroup': 'multiple-inheritance.json',
//'modelflatteninggroup': 'model-flattening.json',
'morecustombaseurigroup': 'custom-baseUrl-more-options.json',
'numbergroup': 'body-number.json',
Expand Down
77 changes: 77 additions & 0 deletions test/autorest/generated/migroup/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 102 additions & 0 deletions test/autorest/generated/migroup/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b493de4

Please sign in to comment.