Skip to content

Commit

Permalink
Added missing Default Parameter Set declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFaie committed Feb 1, 2020
1 parent 2671d74 commit efabe62
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 efabe62

Please sign in to comment.