File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242
4343 Write-Host " Validating $transformed metadata after the transform..." - ForegroundColor Green
4444 # pin the hidi version till odata to openApi conversion supports 2.0
45- & dotnet tool install -- global Microsoft.OpenApi.Hidi -- version 1.4 . 14
45+ & dotnet tool install -- global Microsoft.OpenApi.Hidi
4646 & hidi transform -- cs $transformed - o $yamlFilePath -- co -f Yaml -- sp " $conversionSettingsDirectory /$platformName .json"
4747
4848} catch {
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ $yaml = Join-Path $repoDirectory "openapi" $version "$platformName.yaml"
3737Write-Host " Validating $yaml OpenAPI doc..." - ForegroundColor Green
3838
3939# pin the hidi version till odata to openApi conversion supports 2.0
40- & dotnet tool install -- global Microsoft.OpenApi.Hidi -- version 1.4 . 14
41- & hidi validate - d $yaml
40+ & dotnet tool install -- global Microsoft.OpenApi.Hidi
41+ & hidi validate - d $yaml
You can’t perform that action at this time.
0 commit comments