fix: script analyzer reccomendations.

This commit is contained in:
DrIOS
2024-06-08 13:29:48 -05:00
parent 4ab5affc9f
commit 7a9d2885f3

View File

@@ -1,6 +1,6 @@
function Get-RequiredModule {
[CmdletBinding(DefaultParameterSetName = 'AuditFunction')]
[OutputType([PSCustomObject])]
[OutputType([System.Object[]])]
param (
[Parameter(Mandatory = $true, ParameterSetName = 'AuditFunction')]
[switch]$AuditFunction,