JustinGrote / JustinGrote/JAz.PIM

Module autoloading

Open
#5 4 comments 0 reactions 0 assignees View on GitHub
help wanted up for grabs
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.