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 febc112 commit 29272d4Copy full SHA for 29272d4
tools/OpenApiInfoGenerator/OpenApiInfoGenerator/OpenApiChanges.ps1
@@ -13,7 +13,7 @@ function Start-Validation {
13
14
$GraphMapping = @{
15
"v1.0" = $V1_OpenAPIErrorFile
16
- "beta" = $Beta_OpenAPIErrorFile
+ #"beta" = $Beta_OpenAPIErrorFile. Commenting out this to do checks for v1.0 only
17
}
18
$GraphMapping.Keys | ForEach-Object {
19
$GraphProfile = $_
0 commit comments