We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d901d36 commit 5fce3baCopy full SHA for 5fce3ba
scripts/run-openapi-validation.ps1
@@ -37,5 +37,5 @@ $yaml = Join-Path $repoDirectory "openapi" $version "$platformName.yaml"
37
Write-Host "Validating $yaml OpenAPI doc..." -ForegroundColor Green
38
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
41
-& hidi validate -d $yaml
+& dotnet tool install --global Microsoft.OpenApi.Hidi
+& hidi validate -d $yaml
0 commit comments