Skip to content

Commit

Permalink
Find-TssSecret: Fixed IncludeInactive switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Driest authored and Mike Driest committed Jan 3, 2025
1 parent e2a8214 commit 8d75626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions/secrets/Find-TssSecret.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ function Find-TssSecret {
'RpcEnabled' { $filters += "filter.onlyRPCEnabled=$([boolean]$RpcEnabled)" }
'SharedWithMe' { $filters += "filter.onlySharedWithMe=$([boolean]$SharedWithMe)" }
'ExcludeDoubleLock' { $filters += "filter.allowDoubleLocks=$([boolean]$ExcludeDoubleLock)" }
'IncludeInactive' { $filters += "filter.includeInactive=$([boolean]$IncludeInactive)" }
'ExcludeActive' { $filters += "filter.includeActive=$([boolean]$ExcludeActive)" }
'Scope' {
$filters += switch ($tssParams['Scope']) {
Expand Down

0 comments on commit 8d75626

Please sign in to comment.