Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ contact [[email protected]](mailto:[email protected]) with any additio

#### Python code gen

```yaml !$(low-level-client)
modelerfour:
group-parameters: true
flatten-models: true
flatten-payloads: true
```

```yaml !$(multiapiscript)
pass-thru:
- model-deduplicator
Expand All @@ -32,9 +39,6 @@ use-extension:
"@autorest/modelerfour": ~4.19.1

modelerfour:
group-parameters: true
flatten-models: true
flatten-payloads: true
resolve-schema-name-collisons: true
always-create-content-type-parameter: true
multiple-request-parameter-flattening: false
Expand Down