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: CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
# Changelog
2
2
3
-
## 2023-10-31 - Version 2.0.0-beta1
3
+
Please note that backwards compatibility breaks are prefixed with `{"BC"}` (short for Breaking Change).
4
+
5
+
## 2023-11-15 - Version 2.0.0-beta1
6
+
7
+
* {"BC"} Refactoring of error handling to allow PowerShell 5.1 compatibility.
8
+
* {"BC"} Removal / change of the `id` alias on some parameters.
9
+
* {"BC"} Each commandlet now supports pipelining of the "primary" id value. Commandlets which require more than one `id` parameter do not support pipelining except by property name.
10
+
* {"BC"} Rename most `Update-*` commandlets to `Set-*`. Aliases are in place.
11
+
* {"BC"} Removal of all `*-NinjaRMM*` aliases to their `*-NinjaOne*` commandlets.
12
+
* {"BC"} All `Write-Debug` statements are now `Write-Verbose`.
13
+
* Add `-expandActivities` parameter to `Get-NinjaOneActivities`.
14
+
* Add `-expandOverrides` parameter to `Get-NinjaOneDevicePolicyOverrides`.
15
+
* Implement the framework for adding classes to build objects for `POST` endpoints.
16
+
* All commandlets which require an entity to exist will throw an error if the entity with the given id doesn't exist.
17
+
* The base `Get-*` commands for the core entities now throw if no results are returned.
18
+
* Refactor exception catches in Private utility commandlets.
19
+
* Reword error and verbose messaging throughout.
20
+
* Switch all string/variable interpolation to use the `-f` format string operator with single-quoted strings.
Copy file name to clipboardExpand all lines: NinjaOne.psd1
+12-48Lines changed: 12 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -169,59 +169,12 @@
169
169
170
170
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
0 commit comments