Skip to content

Commit 3606711

Browse files
committed
update release notes
1 parent 4a8c128 commit 3606711

File tree

2 files changed

+30
-16
lines changed

2 files changed

+30
-16
lines changed

README.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -427,25 +427,19 @@ This change aims to enhance visibility within the community and to foster a more
427427

428428
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.
429429

430-
## 6.4.1
430+
## 6.5
431431
### Module Updates/Changes
432-
- **Write-LMHost** has been removed entirely starting in this version and replaced with native Write-Information,Warning and Error cmdlets. If you would like to suppress the output of these cmdlets you can use the *\$InformationPreference*, *\$DebugPreference* and *\$WarningPreference* variables. Additionally you can use the *-DisableConsoleLogging* switch on Connect-LMAccount to suppress Write-Information output.
433-
- New/Updated Pester tests have been added to validate the module builds and ensure functionality for the following cmdlets:
434-
- AccessGroup
435-
- AppliesToFunction
436-
- AppliesToSearch
437-
- Device
438-
- DeviceGroup
439-
- NetScanGroup
440-
- OpsNotes
441-
- ReportGroup
442-
- SDT
443-
- Users/Roles
444-
- Website
445-
- WebsiteGroup
432+
- **Set-LMDeviceDatasourceInstance** Parameter -PropertiesMethod has been added to allow setting of property refresh behavior which brings it inline with similar cmdlets that deal with property modification. The default behavior is Replace like it is set for other cmdlets of similar function.
433+
- **Copy-LMDashboard**: Added additional parameter -DashboardTokens to allow for overriding the current dashboard tokens set by the cloned dashboard object. This parameter takes a hashtable of tokens and their values.
434+
- **Copy-Report**: Added the ability to specify a report object to use as a reference object to clone. This allows for customization of the report object before cloning if you need to modify any of the report parameters (such as properties, resource scope etc) before cloning.
435+
- **New-LMNetScan**: Add new parameter -Schedule that takes a PSCustomObject defining the desired schedule. If no schedule is provided the previous behavior of defaulting to manual is used.
436+
- **Set-LMNetScan**: Add new parameter -Schedule that takes a PSCustomObject defining the desired schedule. If no schedule is provided the previous behavior of defaulting to manual is used.
446437

447438
### New Cmdlets:
448-
- **New-LMAccessGroupMapping**: This cmdlet will create a new access group mapping/unmapping based on specified module and accessgroups.
439+
- **Remove-LMDeviceGroupProperty**: This cmdlet will allow you to remove device properties assigned at a resource group level.
440+
441+
### Bug Fixes:
442+
- **Set-LMCollectorConfig**: Fixed issue where multiple matches for a config line item could be updated if they contained a similar base path.
449443

450444

451445
[Previous Release Notes](RELEASENOTES.md)

RELEASENOTES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# Previous module release notes
2+
## 6.4.1
3+
### Module Updates/Changes
4+
- **Write-LMHost** has been removed entirely starting in this version and replaced with native Write-Information,Warning and Error cmdlets. If you would like to suppress the output of these cmdlets you can use the *\$InformationPreference*, *\$DebugPreference* and *\$WarningPreference* variables. Additionally you can use the *-DisableConsoleLogging* switch on Connect-LMAccount to suppress Write-Information output.
5+
- New/Updated Pester tests have been added to validate the module builds and ensure functionality for the following cmdlets:
6+
- AccessGroup
7+
- AppliesToFunction
8+
- AppliesToSearch
9+
- Device
10+
- DeviceGroup
11+
- NetScanGroup
12+
- OpsNotes
13+
- ReportGroup
14+
- SDT
15+
- Users/Roles
16+
- Website
17+
- WebsiteGroup
18+
19+
### New Cmdlets:
20+
- **New-LMAccessGroupMapping**: This cmdlet will create a new access group mapping/unmapping based on specified module and accessgroups.
21+
222
## 6.3
323
### New Cmdlets:
424
- **Get-LMLogSource**: This cmdlet will retrieve data for specified LogSources.

0 commit comments

Comments
 (0)