Skip to content

Commit 810e603

Browse files
authored
Merge pull request #2167 from Azure/bypass-swaggervalidation
bypass swagger schema validation
2 parents f591bd0 + 4f5da03 commit 810e603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/generate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ async function generateSchema(readme: string, tmpFolder: string) {
118118
`--output-folder=${tmpFolder}`,
119119
'--multiapi',
120120
'--pass-thru:subset-reducer',
121+
'--pass-thru:schema-validator-swagger',
121122
readme,
122123
];
123124

0 commit comments

Comments
 (0)