JustinGrote / JustinGrote/JAz.PIM
Module autoloading
- Dominant language
- PowerShell
- Stars
- 48
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to enable the module to work with module auto-loading?
For example by adding this to the manifest:
`FunctionsToExport = @('Get-JAzRole','Get-JAzADRole','Disable-JAzRole','Disable-JAzADRole','Enable-JAzRole','Enable-JAzADRole')`
Not a big deal, but might be more user-friendly.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the PowerShell module manifest and its exported functions, starting with the FunctionsToExport entry shown in the issue. Add the requested function names so module auto-loading exposes them, then verify that importing the module makes those commands available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100