We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b862e2 commit 01558e6Copy full SHA for 01558e6
tools/BuildScripts/AdaptAutorestModule.ps1
@@ -207,6 +207,7 @@ try{
207
208
if (-Not (Test-Path $helpPath)) {
209
New-Item -Type Directory $helpPath -Force
210
+ New-MarkDownHelp -Module "Az.$ModuleRootName" -OutputFolder $helpPath -AlphabeticParamsOrder -UseFullTypeName -WithModulePage -ExcludeDontShow
211
}
212
Get-ChildItem $subModuleHelpPath -Filter *-*.md | Copy-Item -Destination (Join-Path $helpPath $_.Name) -Force
213
Write-Host "Refreshing help markdown files under: $helpPath ..."
0 commit comments