Skip to content

Commit

Permalink
Close-Secret - removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jul 2, 2021
1 parent 9a5b009 commit 2191587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions/secrets/Close-Secret.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ function Close-Secret {
if ($protectParams.ContainsKey('TssSession') -and $TssSession.IsValidSession()) {
. $CheckVersion $TssSession '10.9.000000' $PSCmdlet.MyInvocation
foreach ($secret in $Id) {
$restResponse = $null
$uri = $TssSession.ApiUrl, 'secrets', $secret, 'check-in' -join '/'
$invokeParams.Uri = $uri
$invokeParams.Method = 'POST'
Expand Down

0 comments on commit 2191587

Please sign in to comment.