mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 02:35:47 +00:00
Remove ValidateLength from -license_email
ValidateLength can only be applied to strings, [mailaddress] makes it through an error.
This commit is contained in:
parent
99e1030614
commit
66d0b41b62
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ function New-SnipeitLicense() {
|
|||
|
||||
[datetime]$expiration_date,
|
||||
|
||||
[ValidateLength(1, 120)]
|
||||
[mailaddress]$license_email,
|
||||
|
||||
[ValidateLength(1, 100)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue