From 5fb19a9427fa0b020ef3913ad34aa99b58333187 Mon Sep 17 00:00:00 2001 From: Erika Gressi Date: Fri, 13 Dec 2024 19:49:18 +0100 Subject: [PATCH] test --- utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1 b/utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1 index 5b802eb618..c3bc43359c 100644 --- a/utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1 +++ b/utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1 @@ -1947,7 +1947,7 @@ Generate the Module ReadMe files into a specific folder path $templatePaths = (Get-ChildItem 'C:/network' -Filter 'main.bicep' -Recurse).FullName $templatePaths | ForEach-Object -Parallel { . '/utilities/tools/Set-ModuleReadMe.ps1' ; Set-ModuleReadMe -TemplateFilePath $_ } -Generate the Module ReadMe for any template in a folder path +Generate the Module ReadMe for any template in a folder pat #> function Set-ModuleReadMe {