Skip to content

Commit 88610b0

Browse files
committed
Remove validation checks for switch parameters
1 parent 02a88f3 commit 88610b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PSGitHubRestApi/Public/Get-GitHubRepositoryRelease.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ function Get-GitHubRepositoryRelease {
1818
[string]$ReleaseId
1919
,
2020
[Parameter(ParameterSetName='All', Mandatory=$true)]
21-
[ValidateNotNullOrEmpty()]
2221
[switch]$All
2322
)
2423

0 commit comments

Comments
 (0)