Skip to content

Commit 3281e50

Browse files
authored
Merge pull request #2055 from microsoftgraph/2047-v1-review-examples-generator-script
[V1]Examples Generator Script Review
2 parents 5a85ae4 + 7b5a4e7 commit 3281e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ExamplesGenerator.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function Start-Generator {
2424
)
2525

2626
$GraphMapping = @{
27-
#"v1.0" = "examples\v1.0"
27+
"v1.0" = "examples\v1.0"
2828
"beta" = "examples\v1.0-beta"
2929
}
3030
if ($GenerationMode -eq "auto") {

0 commit comments

Comments
 (0)