Skip to content

Commit 2a10ac2

Browse files
authored
Release prep
1 parent dd206a7 commit 2a10ac2

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

RELEASE.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
- Add `Update-ServiceNowRecord -CustomVariableData` to update custom variable values, [#237](https://github.com/Snow-Shell/servicenow-powershell/issues/237)
2-
- Add `New-ServiceNowChangeRequest` support for change models and standard change templates
3-
- Fix 0 byte file error with `Add-ServiceNowAttachment`, [#241](https://github.com/Snow-Shell/servicenow-powershell/issues/241)
4-
- `Get-ServiceNowRecord -New` has been deprecated and the new format is the only option
5-
- `Update-ServiceNowChangeRequest`, `Update-ServiceNowincident`, and `Update-ServiceNowRequestedItem` deprecated. Use `Update-ServiceNowRecord`. The only difference was the table name and didn't make sense to maintain so many functions when documenting will do. `Update-ServiceNowRecord` has been enhanced as well so all updates can take advantage.
6-
- `Get-ServiceNowRecordInterim` has been deprecated.
7-
- Add generic `-Table` and `-ID` lookup function has been created and used across all functions where these parameters are used
8-
- Add `-Table` tab ahead for `Remove-ServiceNowRecord` and `Export-ServiceNowRecord`
9-
- Add `-ID` only lookup, no table name needed, for all
10-
- Add/Update parameter sets to make it clearer when to use `-Table`, `-ID`, `-Filter`, etc
11-
- Add pipeline support to `Export-ServiceNowRecord`, `New-ServiceNowRecord`, and `Update-ServiceNowRecord`
12-
- Add `Get-ServiceNowRecord -ParentID` without providing `-Table` returns all tasks associated with that parent record
13-
- Standardize parameter names across functions
1+
- Add workaround for powershell basic header bug, [#249](https://github.com/Snow-Shell/servicenow-powershell/issues/249)

0 commit comments

Comments
 (0)