Skip to content

Commit 6942c95

Browse files
authored
Merge pull request #2050 from microsoftgraph/2046-v2-review-examples-generator-script
V2 review examples generator script
2 parents 9cc30cc + ac6ffeb commit 6942c95

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
@@ -7,7 +7,7 @@ Param(
77
[hashtable]$BetaCommandGetVariantList= @{},
88
[hashtable]$V1CommandListVariantList= @{},
99
[hashtable]$BetaCommandListVariantList= @{},
10-
[string] $ModuleMappingConfigPath = (Join-Path $PSScriptRoot "..\config\\ModulesMapping.jsonc"),
10+
[string] $ModuleMappingConfigPath = (Join-Path $PSScriptRoot "..\config\ModulesMapping.jsonc"),
1111
[string] $FolderForExamplesToBeReviewed = (Join-Path $PSScriptRoot "..\examplesreport"),
1212
[string] $ExamplesToBeReviewed = "ExamplesToBeReviewed.csv",
1313
$MetaDataJsonFile = (Join-Path $PSScriptRoot "../src/Authentication/Authentication/custom/common/MgCommandMetadata.json")

0 commit comments

Comments
 (0)