Skip to content

Commit a1f647b

Browse files
committed
Enhancement (module): Simplify parameter validation attributes for New-GitHubRepositoryReleaseAsset
1 parent 30c2c62 commit a1f647b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PSGitHubRestApi/Public/New-GitHubRepositoryReleaseAsset.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ function New-GitHubRepositoryReleaseAsset {
1818
[string]$UploadUrl
1919
,
2020
[Parameter(Mandatory=$true)]
21-
[ValidateNotNullOrEmpty()]
2221
[ValidateScript({Test-Path -Path $_ -PathType Leaf})]
2322
[string]$Asset
2423
,

0 commit comments

Comments
 (0)