Skip to content

Commit 29272d4

Browse files
committed
Commented out beta to flag v1.0 changes
1 parent febc112 commit 29272d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/OpenApiInfoGenerator/OpenApiInfoGenerator/OpenApiChanges.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function Start-Validation {
1313

1414
$GraphMapping = @{
1515
"v1.0" = $V1_OpenAPIErrorFile
16-
"beta" = $Beta_OpenAPIErrorFile
16+
#"beta" = $Beta_OpenAPIErrorFile. Commenting out this to do checks for v1.0 only
1717
}
1818
$GraphMapping.Keys | ForEach-Object {
1919
$GraphProfile = $_

0 commit comments

Comments
 (0)