Skip to content

Commit 01558e6

Browse files
authored
[Eng] Correctly generate help markddown for new module (#27334)
1 parent 8b862e2 commit 01558e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/BuildScripts/AdaptAutorestModule.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ try{
207207

208208
if (-Not (Test-Path $helpPath)) {
209209
New-Item -Type Directory $helpPath -Force
210+
New-MarkDownHelp -Module "Az.$ModuleRootName" -OutputFolder $helpPath -AlphabeticParamsOrder -UseFullTypeName -WithModulePage -ExcludeDontShow
210211
}
211212
Get-ChildItem $subModuleHelpPath -Filter *-*.md | Copy-Item -Destination (Join-Path $helpPath $_.Name) -Force
212213
Write-Host "Refreshing help markdown files under: $helpPath ..."

0 commit comments

Comments
 (0)