Skip to content

Commit

Permalink
Get-TssReportSchedule - Correct pipeline support
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Aug 21, 2021
1 parent f7cb1cd commit 25c3b63
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/Get-TssReportSchedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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/Get-TssReportSchedule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Get-TssReportSchedule {

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

0 comments on commit 25c3b63

Please sign in to comment.