Skip to content

Commit

Permalink
Invoke-SecretGeneratePassword - remove pipeline support
Browse files Browse the repository at this point in the history
command does not use it
  • Loading branch information
wsmelton committed Jul 2, 2021
1 parent 23c35aa commit c5f8441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions/secrets/Invoke-SecretGeneratePassword.ps1
Expand Up @@ -30,13 +30,13 @@ function Invoke-SecretGeneratePassword {
$TssSession,

# Secret Id
[Parameter(Mandatory, ValueFromPipeline)]
[Parameter(Mandatory)]
[Alias('SecretId')]
[int]
$Id,

# Field slug name
[Parameter(Mandatory, ValueFromPipeline)]
[Parameter(Mandatory)]
[Alias('FieldSlug')]
[string]
$Slug
Expand Down

0 comments on commit c5f8441

Please sign in to comment.