-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
WorkItemNon-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.Non-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.
Description
Checklist
- I have verified this is the correct repository for opening this issue.
- I have verified no other issues exist related to my request.
Is Your Feature Request Related To A Problem? Please describe.
The PowerShell functions are all in their individual scripts (.ps1) and are dot sourced into the PowerShell module file (.psm1). This is not recommended practice and means the scripts are individually signed.
Describe The Solution. Why is it needed?
It is recommended best practice to merge these individual script files into one PowerShell module file at build time, and ship that.
Additional Context
N/A
Related Issues
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
WorkItemNon-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.Non-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.