File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ $RMpsd1s += Get-ChildItem -Path $resourceManagerPath -Depth 1 | Where-Object {
73
73
}
74
74
75
75
.($PSScriptRoot + " \PreloadToolDll.ps1" )
76
- $HelpFolders += Get-ChildItem - Path " $PSScriptRoot /../src" - Recurse - Directory | where { $_.Name -eq " help" -and (-not [Tools.Common.Utilities.ModuleFilter ]::IsAzureStackModule($_.FullName )) -and $_.FullName -notlike " *\bin\*" }
76
+ $HelpFolders += Get-ChildItem - Path " $PSScriptRoot /../src" - Recurse - Directory | where { $_.Name -eq " help" -and (-not [Tools.Common.Utilities.ModuleFilter ]::IsAzureStackModule($_.FullName )) -and $_.FullName -notlike " *\bin\*" -and ( -not $_ .Parent.BaseName.EndsWith ( " .Autorest " )) }
77
77
78
78
79
79
# Map the name of the cmdlet to the location of the help file
You can’t perform that action at this time.
0 commit comments