From ac6ffeb4d2209bfa08e04e7371913f5862995a0a Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 30 May 2023 21:22:12 +0300 Subject: [PATCH] Update tools/ExamplesGenerator.ps1 Co-authored-by: Peter Ombwa --- tools/ExamplesGenerator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ExamplesGenerator.ps1 b/tools/ExamplesGenerator.ps1 index 7f3ae79e10e..fb52924ebb6 100644 --- a/tools/ExamplesGenerator.ps1 +++ b/tools/ExamplesGenerator.ps1 @@ -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")