sgtoj / PSConnectWise

PowerShell Module that provide several CmdLets to interact with ConnectWise REST API service.
MIT License
45 stars 13 forks source link

Adjust SizeLimit Range #13

Closed sgtoj closed 8 years ago

sgtoj commented 8 years ago

Per ConnectWise's Formatting Requests documentation, the max value for limit is 1000. Currently, the PS functions' validation range is between 1 and 2k.

sgtoj commented 8 years ago

Fixed via #15