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.
2 parents 8d6ac69 + 2777c12 commit 6d2a3edCopy full SHA for 6d2a3ed
scripts/generate-open-api.ps1
@@ -51,7 +51,7 @@ if(Test-Path $outputFile)
51
Rename-Item $outputFile $oldFileName
52
}
53
54
-$command = "hidi transform --csdl ""$inputFile"" --output ""$outputFile"" --settings-path ""$settings"" --version OpenApi3_0 --metadata-version ""$endpointVersion"" --log-level Information --format yaml"
+$command = "hidi transform --csdl ""$inputFile"" --output ""$outputFile"" --settings-path ""$settings"" --version ""3.0"" --metadata-version ""$endpointVersion"" --log-level Information --format yaml"
55
Write-Host $command
56
57
try {
0 commit comments