Skip to content

Commit

Permalink
Get-SecretField - fix pipeline support
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jul 2, 2021
1 parent c5f8441 commit d711b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/secrets/Get-SecretField.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Get-SecretField {

# Secret ID to retrieve
[Parameter(Mandatory, ValueFromPipelineByPropertyName, ParameterSetName = 'field')]
[Parameter(Mandatory, ParameterSetName = 'restricted')]
[Parameter(Mandatory, ValueFromPipelineByPropertyName, ParameterSetName = 'restricted')]
[Alias('SecretId')]
[int[]]
$Id,
Expand Down

0 comments on commit d711b45

Please sign in to comment.