Removed: [ValidateLength()] from -license_email

This commit is contained in:
JoriPS1 2022-09-16 12:00:52 -04:00 committed by Petri Asikainen
parent d64978fd6f
commit b23f73737a

View file

@ -92,7 +92,6 @@ function New-SnipeitLicense() {
[datetime]$expiration_date,
[ValidateLength(1, 120)]
[mailaddress]$license_email,
[ValidateLength(1, 100)]