Skip to content

Commit 5fce3ba

Browse files
authored
Unpin Hidi version
1 parent d901d36 commit 5fce3ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run-openapi-validation.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ $yaml = Join-Path $repoDirectory "openapi" $version "$platformName.yaml"
3737
Write-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

0 commit comments

Comments
 (0)