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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).
_HelloID-Conn-Prov-Target-Topdesk_ is a _target_ connector. Topdesk provides a set of REST APIs that allow you to programmatically interact with its data. The [Topdesk API documentation](https://developers.topdesk.com/explorer/?page=supporting-files#/) provides details of API commands that are used.
Write-Warning"DryRun would update Person. Old values: $($accountChangedPropertiesObject.oldValues|ConvertTo-Json). New values: $($accountChangedPropertiesObject.newValues|ConvertTo-Json)"
368
+
Write-Warning"DryRun would update Person."
382
369
}
383
370
384
371
# Archive person
@@ -401,10 +388,10 @@ try {
401
388
$outputContext.PreviousData=$TopdeskPerson
402
389
403
390
if (-Not($actionContext.DryRun-eq$true)) {
404
-
Write-Information"Account with id [$($TopdeskPerson.id)] and dynamicName [($($TopdeskPerson.dynamicName))] successfully updated and archived. Old values: $($accountChangedPropertiesObject.oldValues|ConvertTo-Json). New values: $($accountChangedPropertiesObject.newValues|ConvertTo-Json)"
391
+
Write-Information"Account with id [$($TopdeskPerson.id)] and dynamicName [($($TopdeskPerson.dynamicName))] successfully updated and archived."
405
392
406
393
$outputContext.AuditLogs.Add([PSCustomObject]@{
407
-
Message="Account with id [$($TopdeskPerson.id)] and dynamicName [($($TopdeskPerson.dynamicName))] successfully updated and archived. Old values: $($accountChangedPropertiesObject.oldValues|ConvertTo-Json). New values: $($accountChangedPropertiesObject.newValues|ConvertTo-Json)"
394
+
Message="Account with id [$($TopdeskPerson.id)] and dynamicName [($($TopdeskPerson.dynamicName))] successfully updated and archived."
0 commit comments