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
Add support for the case that psd1 and help are in the {module}.Manaement folder (#20652)
* Add support for the case that psd1 and help are in the {module}.Management folder
For normal cases, psd1 and help are in the {module} folder. But for storage, they are in Storeage.Management folder. And this PR is created to support case like storage.
* Replace ternary operator with if-clause
0 commit comments