File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4141 & $transformScript - xslPath $xsltPath - inputPath $snapshot - outputPath $transformed - addInnerErrorDescription $true - removeCapabilityAnnotations $false - csdlVersion $version
4242
4343 Write-Host " Validating $transformed metadata after the transform..." - ForegroundColor Green
44- # pin the hidi version till odata to openApi conversion supports 2.0
45- & dotnet tool install -- global Microsoft.OpenApi.Hidi -- version 1.4 .14
44+ & dotnet tool install -- global Microsoft.OpenApi.Hidi
4645 & hidi transform -- cs $transformed - o $yamlFilePath -- co -f Yaml -- sp " $conversionSettingsDirectory /$platformName .json"
4746
4847} catch {
Original file line number Diff line number Diff line change @@ -36,6 +36,5 @@ $yaml = Join-Path $repoDirectory "openapi" $version "$platformName.yaml"
3636
3737Write-Host " Validating $yaml OpenAPI doc..." - ForegroundColor Green
3838
39- # pin the hidi version till odata to openApi conversion supports 2.0
40- & dotnet tool install -- global Microsoft.OpenApi.Hidi -- version 1.4 .14
39+ & dotnet tool install -- global Microsoft.OpenApi.Hidi
4140& hidi validate - d $yaml
You can’t perform that action at this time.
0 commit comments