Skip to content

Commit

Permalink
Merge pull request #9 from Readify/parameter-sets
Browse files Browse the repository at this point in the history
Added missing Default Parameter Set declarations.
  • Loading branch information
kjacobsen authored Feb 5, 2020
2 parents 2ccd9df + efabe62 commit b96f7e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion functions/Update-Ticket.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
function Update-Ticket {

[OutputType([PSCustomObject])]
[CMDletBinding(SupportsShouldProcess = $true, ConfirmImpact = 'High')]
[CMDletBinding(DefaultParameterSetName = 'Property', SupportsShouldProcess = $true, ConfirmImpact = 'High')]
Param (

# Tickets to update
Expand Down
1 change: 0 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

- Comment Based Help
- Default Parameter Sets
- Tests
- OAuth Support
- Parameter Validation
Expand Down

0 comments on commit b96f7e2

Please sign in to comment.