functions/Add-SimpleLogSecret.ps1
|
function Add-SimpleLogSecret { param ( [string] $Secret ) if ($Secret -NotIn $script:LogSecrets){ $script:LogSecrets += $Secret } } |
|
function Add-SimpleLogSecret { param ( [string] $Secret ) if ($Secret -NotIn $script:LogSecrets){ $script:LogSecrets += $Secret } } |