Skip to content

Commit 0eebf42

Browse files
Set the Error model to no-inline.
1 parent 7ac7814 commit 0eebf42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/KeyVault/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ This hot-patches the swagger to have a better parameterized host.
6262
``` yaml
6363

6464
directive:
65+
# we have to pick the model that will not be inlined in a circular reference. (was very bad previously)
66+
- no-inline:
67+
- Error
68+
6569
- from: swagger-document
6670
where: $["x-ms-parameterized-host"]
6771
transform: >

0 commit comments

Comments
 (0)