- Add JP endpoint information
- Fix #20 - Get-SearchResult
- Fix #18 - Start-SearchJob
- Using environment variable
SUMOLOGIC_API_ENDPOINT
to 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
-Deployment
parameter fromNew-SumoSession
cmdlet. It will automatically redirect to correct deployment based on the access id/key - Change
-AccessKey
parameter inNew-SumoSession
to-AccessKeyAsSecureString
for passing PowerShell Gallery check