maester
maester copied to clipboard
Make EIDSCA helper functions internal?
Do we need to expose Test-MtEidscaCR02 helper functions? They're unlikely to be reused outside the accompanying test. Maybe expose them through something like Test-MtEidscaControl -Id CR02 to reduce bloat in exported functions?
This is a good suggestion. Would you like to submit a PR?
Adding to backlog.
This is a good suggestion. Would you like to submit a PR?
Sorry for the late response. I started looking into it but didn't have time to finish.
Still makes sense for EIDSCA since they're generated and don't accept any parameters for exclusions etc.
Ideally it'd be applied to e.g. CISA and Maester tests as well so exported commands would be core and reusable utilities, but a wrapper adds complexity for the test-commands that offers exclusion-parameters so probably not worth it.