Skip to content

Commit 6d2a441

Browse files
committed
6.5.3
1 parent 8c2faf0 commit 6d2a441

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ Get-LMWebsiteGroupSDTHistory\
288288
Get-LMWebsiteProperty\
289289
Get-LMWebsiteSDT\
290290
Get-LMWebsiteSDTHistory\
291+
Get-LMNormalizedProperties\
292+
Get-LMLogMessage\
291293
\
292294
Import-LMDashboard\
293295
Import-LMExchangeModule\
@@ -369,6 +371,7 @@ Remove-LMUnmonitoredDevice\
369371
Remove-LMUser\
370372
Remove-LMWebsite\
371373
Remove-LMWebsiteGroup\
374+
Remove-LMNormalizedProperties\
372375
\
373376
Send-LMLogMessage\
374377
Send-LMPushMetric\
@@ -404,6 +407,7 @@ Set-LMUser\
404407
Set-LMUserdata\
405408
Set-LMWebsite\
406409
Set-LMWebsiteGroup\
410+
Set-LMNormalizedProperties\
407411
\
408412
Test-LMAppliesToQuery\
409413
\
@@ -427,16 +431,14 @@ This change aims to enhance visibility within the community and to foster a more
427431

428432
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.
429433

430-
## 6.5.2
434+
## 6.5.3
431435
### Bug Fixes
432-
- 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.
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.
433437

434438
### New Cmdlets
435-
- **New-LMNormalizedProperties**: Added cmdlet to create normalized properties.
436-
- **Remove-LMNormalizedProperties**: Added cmdlet to remove normalized properties.
437-
- **Get-LMNormalizedProperties**: Added cmdlet to get normalized properties.
439+
- **Get-LMLogMessage**: Added cmdlet to get log messages.
438440

439-
**Note**: The normalized properties 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.
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.
440442

441443
[Previous Release Notes](RELEASENOTES.md)
442444

RELEASENOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Previous module release notes
2+
## 6.5.2
3+
### Bug Fixes
4+
- 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.
5+
6+
### New Cmdlets
7+
- **New-LMNormalizedProperties**: Added cmdlet to create normalized properties.
8+
- **Remove-LMNormalizedProperties**: Added cmdlet to remove normalized properties.
9+
- **Get-LMNormalizedProperties**: Added cmdlet to get normalized properties.
10+
11+
**Note**: The normalized properties 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.
12+
213
## 6.5.1
314
### Bug Fixes
415
- Fixed a bug that caused Informational console logs from being displayed. Cmdlets that previously on output status messages to the console should once again produce output as informational stream data.

0 commit comments

Comments
 (0)