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
- Add grouping operators -and and -group as well as comparison operators -startwith and -endswith to keep with the -operator standard
4
-
- Add tab ahead/completion for the Table field in `Get-ServiceNowRecord`. This will allow you to either cycle through the different tables the module is aware of as well as provide your own value.
3
+
- Add grouping operators -and and -group as well as comparison operators -startwith and -endswith to `Get-ServiceNowRecord -Filter` to keep with the -operator standard
4
+
- Add tab ahead/completion for the `-Table` property in `Get-ServiceNowRecord`. This will allow you to cycle through the different tables the module is aware of. The values are the 'common' names, not table names so it's easier to understand for beginners. You can also provide any other table name ad hoc.
5
5
- Add Change Task to formatter and tab ahead
6
6
- Fix null index error when executing `New-ServiceNowQuery` without providing a value for `-Sort`
7
7
- Fix [#136](https://github.com/Snow-Shell/servicenow-powershell/issues/136) to account for PS v7.x Invoke-WebRequest headers all being arrays
0 commit comments