You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlatyPS runs normally for cmdlets in both AdminUI.PS.dll (~1040 cmdlets) and AdminUI.PS.psm1 (~130 cmdlets)
Actual behavior
For all ~130 cmdlets in AdminUI.PS.psm1, PlatyPS returns the following error:`WARNING: [GetHelpFileName] Cannot find module for command 'Remove-CMUserCollectionQueryMembershipRule'`And it removes the **external help file** value from the cmdlet article metadataReference #528, which was closed when this issue was supposed to be fixed in 0.14.2.
Prerequisites
Steps to reproduce
Import-Module ConfigurationManager
Import-Module platyps
Update-MarkdownHelpModule @parameters
Expected behavior
PlatyPS runs normally for cmdlets in both AdminUI.PS.dll (~1040 cmdlets) and AdminUI.PS.psm1 (~130 cmdlets)
Actual behavior
Error details
No response
Environment data
Visuals
Example of diff in VSCode showing external help file value change:
The text was updated successfully, but these errors were encountered: