Skip to content

Commit

Permalink
Merge pull request #1086 from microsoft/vnext
Browse files Browse the repository at this point in the history
Merge dev into master
  • Loading branch information
MaggieKimani1 authored Nov 21, 2022
2 parents 656ac9a + 0224604 commit 40d67ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Microsoft.OpenApi.Hidi/OpenApiService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ public static async Task<OpenApiDocument> ConvertCsdlToOpenApi(Stream csdl, stri
ShowLinks = false,
ExpandDerivedTypesNavigationProperties = false,
EnableCount = true,
UseSuccessStatusCodeRange = true
UseSuccessStatusCodeRange = true,
EnableTypeDisambiguationForDefaultValueOfOdataTypeProperty = true
};
config.GetSection("OpenApiConvertSettings").Bind(settings);

Expand Down

0 comments on commit 40d67ac

Please sign in to comment.