Skip to content

Commit 3be53e4

Browse files
committed
Update README.md
1 parent 3606711 commit 3be53e4

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -429,17 +429,16 @@ We appreciate your continued support and enthusiasm for the Logic.Monitor PowerS
429429

430430
## 6.5
431431
### Module Updates/Changes
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.
432+
- **Set-LMDeviceDatasourceInstance**: Added `-PropertiesMethod` parameter to control property update behavior. Defaults to "Replace" to match other property-related cmdlets.
433+
- **Copy-LMDashboard**: Added `-DashboardTokens` parameter (hashtable) to override tokens when cloning dashboards.
434+
- **Copy-Report**: Now accepts a report object as a template for cloning. This enables customization of properties, resource scope, and other parameters before creating the copy.
435+
- **New-LMNetScan** and **Set-LMNetScan**: Added `-Schedule` parameter that accepts a PSCustomObject to define scan scheduling. Maintains default manual scheduling when parameter is omitted.
437436

438-
### New Cmdlets:
439-
- **Remove-LMDeviceGroupProperty**: This cmdlet will allow you to remove device properties assigned at a resource group level.
437+
### New Cmdlets
438+
- **Remove-LMDeviceGroupProperty**: Enables removal of device properties at the resource group level.
440439

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.
440+
### Bug Fixes
441+
- **Set-LMCollectorConfig**: Resolved an issue where similar configuration paths could cause unintended multiple updates.
443442

444443

445444
[Previous Release Notes](RELEASENOTES.md)

0 commit comments

Comments
 (0)