Skip to content

v3.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 14:01
· 35 commits to master since this release
  • Add New-ServiceNowChangeTask, #103
  • Add GraphQL support including New-ServiceNowSession -GraphQL and Invoke-ServiceNowGraphQL, the latter is a WIP
  • Update custom variable format with Get-ServiceNowRecord -IncludeCustomVariable. The new format adds each custom variable as an object property as opposed to an array of hashtables. Old: $response.CustomVariable.where{$_.name -eq 'mycustvar'}.value, New: $response.CustomVariable.mycustvar.value. Access the new format with -IncludeCustomVariable -New