Skip to content

Commit

Permalink
Removes convert setting (#957)
Browse files Browse the repository at this point in the history
Having this setting set to false currently breaks PowerShell codegen
  • Loading branch information
irvinesunday authored Apr 26, 2022
1 parent df5bcff commit ebf2e2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenAPIService/OpenApiService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ public async Task<OpenApiDocument> ConvertCsdlToOpenApiAsync(Stream csdl)
DeclarePathParametersOnPathItem = true,
EnableKeyAsSegment = true,
EnableOperationId = true,
ErrorResponsesAsDefault = false,
PrefixEntityTypeNameBeforeKey = true,
TagDepth = 2,
EnablePagination = true,
Expand Down

0 comments on commit ebf2e2b

Please sign in to comment.