Skip to content

Commit

Permalink
Disable LLC and M4 conflicts (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Jul 12, 2021
1 parent 8aeb4ac commit 8e79e6f
Showing 1 changed file with 7 additions and 3 deletions.
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) 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

0 comments on commit 8e79e6f

Please sign in to comment.