You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GitHubReleases.ps1
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,6 @@ filter New-GitHubRelease
309
309
#>
310
310
[CmdletBinding(
311
311
SupportsShouldProcess,
312
-
DefaultParameterSetName='Elements',
313
312
PositionalBinding=$false)]
314
313
[OutputType({$script:GitHubReleaseTypeName})]
315
314
param(
@@ -480,7 +479,6 @@ filter Set-GitHubRelease
480
479
#>
481
480
[CmdletBinding(
482
481
SupportsShouldProcess,
483
-
DefaultParameterSetName='Elements',
484
482
PositionalBinding=$false)]
485
483
[OutputType({$script:GitHubReleaseTypeName})]
486
484
param(
@@ -639,7 +637,6 @@ filter Remove-GitHubRelease
639
637
#>
640
638
[CmdletBinding(
641
639
SupportsShouldProcess,
642
-
DefaultParameterSetName='Elements',
643
640
PositionalBinding=$false,
644
641
ConfirmImpact='High')]
645
642
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter","", Justification="One or more parameters (like NoStatus) are only referenced by helper methods which get access to it from the stack via Get-Variable -Scope 1.")]
@@ -783,9 +780,7 @@ filter Get-GitHubReleaseAsset
783
780
Downloads the asset 1234567890 to 'c:\users\PowerShellForGitHub\downloads\asset.zip' and
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter","", Justification="One or more parameters (like NoStatus) are only referenced by helper methods which get access to it from the stack via Get-Variable -Scope 1.")]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter","", Justification="One or more parameters (like NoStatus) are only referenced by helper methods which get access to it from the stack via Get-Variable -Scope 1.")]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter","", Justification="One or more parameters (like NoStatus) are only referenced by helper methods which get access to it from the stack via Get-Variable -Scope 1.")]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter","", Justification="One or more parameters (like NoStatus) are only referenced by helper methods which get access to it from the stack via Get-Variable -Scope 1.")]
0 commit comments