- Add JP endpoint information
- Fix #20 - Get-SearchResult
- Fix #18 - Start-SearchJob
- Using environment variable
SUMOLOGIC_API_ENDPOINTto override endpoint URL - Document and unit test update
- Document update
- Integration deployment to PowerShell Gallery
- Support over 1000 collectors in Get-Collector
- Integrate to App Veyor
- Generate online help documents
- Documents update for Inputs/Outputs annotation
- Refactory for releasing on PowerShell Gallery (with PowerShell Core 6.0+)
- Add cmdlets for collector upgrade management
- Reorganization - every exported cmdlets in a single file with help doc annotation
- Add unit tests in Pester (run with
Invoke-Pester src/test) - Remove
-Deploymentparameter fromNew-SumoSessioncmdlet. It will automatically redirect to correct deployment based on the access id/key - Change
-AccessKeyparameter inNew-SumoSessionto-AccessKeyAsSecureStringfor passing PowerShell Gallery check