Skip to content

Commit

Permalink
Remove-TssReportSchedule - correct piping support
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Aug 21, 2021
1 parent 8fb36c1 commit f7cb1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/commands/reports/Remove-TssReportSchedule.md
Expand Up @@ -46,7 +46,7 @@ Report Schedule ID
```yaml
Type: Int32[]
Parameter Sets: (All)
Aliases: ReportScheduleId
Aliases: ScheduleReportId

Required: True
Position: Named
Expand Down
2 changes: 1 addition & 1 deletion src/functions/reports/Remove-TssReportSchedule.ps1
Expand Up @@ -31,7 +31,7 @@ function Remove-TssReportSchedule {

# Report Schedule ID
[Parameter(Mandatory,ValueFromPipelineByPropertyName)]
[Alias("ReportScheduleId")]
[Alias("ScheduleReportId")]
[int[]]
$ScheduleId
)
Expand Down

0 comments on commit f7cb1cd

Please sign in to comment.