Skip to content

Commit

Permalink
Test-SecretState - set output to full type name
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jun 21, 2021
1 parent 83d2c19 commit 4cb9f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/secrets/Test-SecretState.ps1
Expand Up @@ -25,7 +25,7 @@ function Test-SecretState {
'None','RequiresApproval','RequiresCheckout','RequiresComment','RequiresDoubleLockPassword','CreateDoubleLockPassword','DoubleLockNoAccess','CannotView','RequiresUndelete','RequiresCheckoutPendingRPC','RequiresCheckoutAndComment'
#>
[CmdletBinding()]
[OutputType('boolean')]
[OutputType('System.Boolean')]
param (
# TssSession object created by New-TssSession for auth
[Parameter(Mandatory, ValueFromPipeline, Position = 0)]
Expand Down

0 comments on commit 4cb9f28

Please sign in to comment.