Skip to content

Commit

Permalink
Add-SecretTemplateField - add piping support
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jul 2, 2021
1 parent bf750b5 commit 23c35aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/secret-templates/Add-SecretTemplateField.ps1
Expand Up @@ -33,7 +33,7 @@ function Add-SecretTemplateField {
$TssSession,

# Template Stub object
[Parameter(Mandatory, Position = 1)]
[Parameter(Mandatory, ValueFromPipelineByPropertyName, Position = 1)]
[Alias('TemplateId')]
[int[]]
$Id,
Expand Down

0 comments on commit 23c35aa

Please sign in to comment.