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
-**Set-LMWebsite**: Fixed an issue where `-WebsiteSteps` was omitted from the API request payload, so multi-step web check updates appeared to succeed but did not apply the supplied steps.
78
-
-**Set-LMOpsNote**: Fixed an issue where scope updates (`-DeviceIds`, `-WebsiteIds`, `-DeviceGroupIds`) were not included in the request payload.
79
-
-**Set-LMRole**: Fixed an issue where permission updates were omitted from the request payload when changing role privileges.
80
-
-**Set-LMRecipientGroup**: Fixed `-Recipients` to accept an array of recipient objects instead of only binding a single recipient.
77
+
-**Connect-LMAccount / New-LMCachedAccount / Get-LMCachedAccount**: Fixed an issue where cached credentials did not work for FedRAMP (GovCloud) portals on `lmgov.us`. `New-LMCachedAccount` now supports `-GovCloud` to persist the portal type in cached metadata, `Connect-LMAccount` restores that setting when connecting via `-UseCachedCredential` or `-CachedAccountName`, and `Get-LMCachedAccount` now includes a `GovCloud` property. Existing FedRAMP cached entries must be re-cached with `-GovCloud -OverwriteExisting $true`.
81
78
82
-
## 7.9.2
83
-
### Bug Fixes
84
-
-**SDT timezone compatibility with PowerShell 5.1**: Fixed an issue introduced in v7.9.1 where SDT commands would fail on PowerShell 5.1 with `Invalid timezone` errors due to .NET Framework not supporting IANA timezone IDs (e.g. `America/New_York`) directly.
85
-
-**Cross-platform timezone support**: SDT commands now accept both IANA timezone IDs (e.g. `America/New_York`) and Windows standard timezone names (e.g. `Eastern Standard Time`). The module automatically resolves the input to the correct format for the API regardless of PowerShell version or operating system.
86
-
87
-
## 7.9.1
88
-
89
-
### Bug Fixes & Changes
90
-
-**SDT timezone consistency**: Added timezone-aware behavior across `New-LMDeviceSDT`, `New-LMDeviceGroupSDT`, `New-LMDeviceDatasourceSDT`, and `New-LMDeviceDatasourceInstanceSDT` so schedules are no longer interpreted based on the machine running the script.
91
-
-**Portal timezone default for SDTs**: If `-Timezone` is omitted, SDT commands now resolve and use the portal timezone by default.
92
-
-**Timezone validation improvements**: Replaced legacy commented timezone lists with active validation for timezone IDs and clearer error messages for invalid values.
93
-
-**Set-LMSDT update alignment**: Added timezone handling and validation improvements for one-time SDT updates in `Set-LMSDT`.
94
-
95
-
### Major Changes in v7:
96
-
-**API Headers**: Updated all API request headers to use a custom User-Agent (Logic.Monitor-PowerShell-Module/Version) for usage reporting on versions deployed.
97
-
98
-
### Documentation Overhaul
99
-
We're excited to announce our new comprehensive documentation site at [https://logicmonitor.github.io/lm-powershell-module-docs/](https://logicmonitor.github.io/lm-powershell-module-docs/). The site includes:
100
-
- Detailed command reference information
101
-
- Code examples and snippets
102
-
- Best practices guides
79
+
### Migration Example (FedRAMP / GovCloud cached credentials)
80
+
```powershell
81
+
# Review existing cached accounts and confirm GovCloud is not set
82
+
Get-LMCachedAccount
103
83
104
-
### New Filter Wizard
105
-
Introducing the Filter Wizard, a new interactive tool to help build complex filters:
106
-
- Visual filter construction
107
-
- Support for all filter operators
108
-
- Real-time filter preview
109
-
- Available through `Build-LMFilter` or `-FilterWizard` parameter
84
+
# Re-cache FedRAMP credentials with GovCloud enabled (overwrite the existing entry)
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,49 @@
1
1
# Previous module release notes
2
2
3
+
## 7.9.3
4
+
### Bug Fixes
5
+
-**Set-LMWebsite**: Fixed an issue where `-WebsiteSteps` was omitted from the API request payload, so multi-step web check updates appeared to succeed but did not apply the supplied steps.
6
+
-**Set-LMOpsNote**: Fixed an issue where scope updates (`-DeviceIds`, `-WebsiteIds`, `-DeviceGroupIds`) were not included in the request payload.
7
+
-**Set-LMRole**: Fixed an issue where permission updates were omitted from the request payload when changing role privileges.
8
+
-**Set-LMRecipientGroup**: Fixed `-Recipients` to accept an array of recipient objects instead of only binding a single recipient.
9
+
10
+
## 7.9.2
11
+
### Bug Fixes
12
+
-**SDT timezone compatibility with PowerShell 5.1**: Fixed an issue introduced in v7.9.1 where SDT commands would fail on PowerShell 5.1 with `Invalid timezone` errors due to .NET Framework not supporting IANA timezone IDs (e.g. `America/New_York`) directly.
13
+
-**Cross-platform timezone support**: SDT commands now accept both IANA timezone IDs (e.g. `America/New_York`) and Windows standard timezone names (e.g. `Eastern Standard Time`). The module automatically resolves the input to the correct format for the API regardless of PowerShell version or operating system.
14
+
15
+
## 7.9.1
16
+
### Bug Fixes & Changes
17
+
-**SDT timezone consistency**: Added timezone-aware behavior across `New-LMDeviceSDT`, `New-LMDeviceGroupSDT`, `New-LMDeviceDatasourceSDT`, and `New-LMDeviceDatasourceInstanceSDT` so schedules are no longer interpreted based on the machine running the script.
18
+
-**Portal timezone default for SDTs**: If `-Timezone` is omitted, SDT commands now resolve and use the portal timezone by default.
19
+
-**Timezone validation improvements**: Replaced legacy commented timezone lists with active validation for timezone IDs and clearer error messages for invalid values.
20
+
-**Set-LMSDT update alignment**: Added timezone handling and validation improvements for one-time SDT updates in `Set-LMSDT`.
21
+
22
+
### Major Changes in v7:
23
+
-**API Headers**: Updated all API request headers to use a custom User-Agent (Logic.Monitor-PowerShell-Module/Version) for usage reporting on versions deployed.
24
+
25
+
### Documentation Overhaul
26
+
We're excited to announce our new comprehensive documentation site at [https://logicmonitor.github.io/lm-powershell-module-docs/](https://logicmonitor.github.io/lm-powershell-module-docs/). The site includes:
27
+
- Detailed command reference information
28
+
- Code examples and snippets
29
+
- Best practices guides
30
+
31
+
### New Filter Wizard
32
+
Introducing the Filter Wizard, a new interactive tool to help build complex filters:
33
+
- Visual filter construction
34
+
- Support for all filter operators
35
+
- Real-time filter preview
36
+
- Available through `Build-LMFilter` or `-FilterWizard` parameter
0 commit comments