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.
2 parents 9cc30cc + ac6ffeb commit 6942c95Copy full SHA for 6942c95
tools/ExamplesGenerator.ps1
@@ -7,7 +7,7 @@ Param(
7
[hashtable]$BetaCommandGetVariantList= @{},
8
[hashtable]$V1CommandListVariantList= @{},
9
[hashtable]$BetaCommandListVariantList= @{},
10
- [string] $ModuleMappingConfigPath = (Join-Path $PSScriptRoot "..\config\\ModulesMapping.jsonc"),
+ [string] $ModuleMappingConfigPath = (Join-Path $PSScriptRoot "..\config\ModulesMapping.jsonc"),
11
[string] $FolderForExamplesToBeReviewed = (Join-Path $PSScriptRoot "..\examplesreport"),
12
[string] $ExamplesToBeReviewed = "ExamplesToBeReviewed.csv",
13
$MetaDataJsonFile = (Join-Path $PSScriptRoot "../src/Authentication/Authentication/custom/common/MgCommandMetadata.json")
0 commit comments