File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 15
15
<PackageId >Microsoft.OpenApi.Hidi</PackageId >
16
16
<ToolCommandName >hidi</ToolCommandName >
17
17
<PackageOutputPath >./../../artifacts</PackageOutputPath >
18
- <Version >1.0.0-preview2 </Version >
18
+ <Version >1.0.0-preview3 </Version >
19
19
<Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
20
20
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
21
21
<PackageTags >OpenAPI .NET</PackageTags >
22
22
<RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl >
23
23
<PackageReleaseNotes >
24
- - Upgrades Microsoft.OpenApi.OData to 1.0.10
25
- - Upgrades Microsoft.OData.Edm to 7.11.0
24
+ - Enables discriminator values
26
25
</PackageReleaseNotes >
27
26
<AssemblyName >Microsoft.OpenApi.Hidi</AssemblyName >
28
27
<RootNamespace >Microsoft.OpenApi.Hidi</RootNamespace >
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ public static async Task<OpenApiDocument> ConvertCsdlToOpenApi(Stream csdl)
343
343
PrefixEntityTypeNameBeforeKey = true ,
344
344
TagDepth = 2 ,
345
345
EnablePagination = true ,
346
- EnableDiscriminatorValue = false ,
346
+ EnableDiscriminatorValue = true ,
347
347
EnableDerivedTypesReferencesForRequestBody = false ,
348
348
EnableDerivedTypesReferencesForResponses = false ,
349
349
ShowRootPath = false ,
You can’t perform that action at this time.
0 commit comments