You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,8 @@ Get-LMWebsiteGroupSDTHistory\
288
288
Get-LMWebsiteProperty\
289
289
Get-LMWebsiteSDT\
290
290
Get-LMWebsiteSDTHistory\
291
+
Get-LMNormalizedProperties\
292
+
Get-LMLogMessage\
291
293
\
292
294
Import-LMDashboard\
293
295
Import-LMExchangeModule\
@@ -369,6 +371,7 @@ Remove-LMUnmonitoredDevice\
369
371
Remove-LMUser\
370
372
Remove-LMWebsite\
371
373
Remove-LMWebsiteGroup\
374
+
Remove-LMNormalizedProperties\
372
375
\
373
376
Send-LMLogMessage\
374
377
Send-LMPushMetric\
@@ -404,6 +407,7 @@ Set-LMUser\
404
407
Set-LMUserdata\
405
408
Set-LMWebsite\
406
409
Set-LMWebsiteGroup\
410
+
Set-LMNormalizedProperties\
407
411
\
408
412
Test-LMAppliesToQuery\
409
413
\
@@ -427,16 +431,14 @@ This change aims to enhance visibility within the community and to foster a more
427
431
428
432
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.
429
433
430
-
## 6.5.2
434
+
## 6.5.3
431
435
### 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.
433
437
434
438
### 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.
438
440
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.
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,15 @@
1
1
# 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
+
2
13
## 6.5.1
3
14
### Bug Fixes
4
15
- 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