Skip to content

Commit 9ca9a37

Browse files
committed
6.5.4
1 parent 66fee8b commit 9ca9a37

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -431,14 +431,11 @@ This change aims to enhance visibility within the community and to foster a more
431431

432432
We appreciate your continued support and enthusiasm for the Logic.Monitor PowerShell module. Your contributions and feedback are vital to the success of this project, and we look forward to seeing how the module evolves with your participation.
433433

434-
## 6.5.3
434+
## 6.5.4
435435
### Bug Fixes
436-
- Fixed a bug that prevented the Get-LMDeviceData cmdlet from working when no end date was provided. If no StartDate is provided it will default to 7 days ago. If no EndDate is provided it will default to the current date.
436+
- Fixed a bug that prevented the Get-LMAlerts cmdlet from respecting custom -Sort parameters.
437+
- Fixed a bug that prevented setting a prefered log collecor when using Set-LMDevice. Use *-EnableLogCollection* $true to enable log collection on the device while specifying a preferred log collector using *-LogCollectorId*.
437438

438-
### New Cmdlets
439-
- **Get-LMLogMessage**: Added cmdlet to get log messages.
440-
441-
**Note**: The Log Message cmdlets are currently only supported for the v4 API and are not supported in the v3 API currently, they are being added to the module as a preview feature for select users until the v3 API is updated to support them in which case the cmdlets will be updated to support the v3 API and available to all users.
442439

443440
[Previous Release Notes](RELEASENOTES.md)
444441

RELEASENOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Previous module release notes
2+
## 6.5.3
3+
### New Cmdlets
4+
- **Get-LMLogMessage**: Added cmdlet to get log messages.
5+
6+
**Note**: The Log Message cmdlets are currently only supported for the v4 API and are not supported in the v3 API currently, they are being added to the module as a preview feature for select users until the v3 API is updated to support them in which case the cmdlets will be updated to support the v3 API and available to all users.
7+
28
## 6.5.2
39
### Bug Fixes
410
- Fixed a bug the prevented certain size json objects from being sent to the LM API due to the default depth of 2 being too small.

0 commit comments

Comments
 (0)