Skip to content

Commit

Permalink
Merge pull request #2050 from microsoftgraph/2046-v2-review-examples-…
Browse files Browse the repository at this point in the history
…generator-script

V2 review examples generator script
  • Loading branch information
timayabi2020 authored May 31, 2023
2 parents 9cc30cc + ac6ffeb commit 6942c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ExamplesGenerator.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Param(
[hashtable]$BetaCommandGetVariantList= @{},
[hashtable]$V1CommandListVariantList= @{},
[hashtable]$BetaCommandListVariantList= @{},
[string] $ModuleMappingConfigPath = (Join-Path $PSScriptRoot "..\config\\ModulesMapping.jsonc"),
[string] $ModuleMappingConfigPath = (Join-Path $PSScriptRoot "..\config\ModulesMapping.jsonc"),
[string] $FolderForExamplesToBeReviewed = (Join-Path $PSScriptRoot "..\examplesreport"),
[string] $ExamplesToBeReviewed = "ExamplesToBeReviewed.csv",
$MetaDataJsonFile = (Join-Path $PSScriptRoot "../src/Authentication/Authentication/custom/common/MgCommandMetadata.json")
Expand Down

0 comments on commit 6942c95

Please sign in to comment.