File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 75
75
$account = [PSCustomObject ]$actionContext.Data.PsObject.Copy ()
76
76
77
77
# Define properties to query
78
- $accountPropertiesToQuery = @ (" id" ) + $account .PsObject.Properties.Name | Select-Object - Unique
78
+ $accountPropertiesToQuery = @ (" id" ) + $outputContext .Data .PsObject.Properties.Name | Select-Object - Unique
79
79
80
80
# Remove properties of account object with null-values
81
81
$account.PsObject.Properties | ForEach-Object {
Original file line number Diff line number Diff line change 99
99
$account = [PSCustomObject ]$actionContext.Data.PsObject.Copy ()
100
100
101
101
# Define properties to query
102
- $accountPropertiesToQuery = @ (" id" ) + $account .PsObject.Properties.Name | Select-Object - Unique
102
+ $accountPropertiesToQuery = @ (" id" ) + $outputContext .Data .PsObject.Properties.Name | Select-Object - Unique
103
103
104
104
# Remove properties of account object with null-values
105
105
$account.PsObject.Properties | ForEach-Object {
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ try {
119
119
$account = [PSCustomObject ]$actionContext.Data.PsObject.Copy ()
120
120
121
121
# Define properties to query
122
- $accountPropertiesToQuery = @ (" id" ) + $account .PsObject.Properties.Name | Select-Object - Unique
122
+ $accountPropertiesToQuery = @ (" id" ) + $outputContext .Data .PsObject.Properties.Name | Select-Object - Unique
123
123
124
124
# Remove properties of account object with null-values
125
125
$account.PsObject.Properties | ForEach-Object {
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ try {
119
119
$account = [PSCustomObject ]$actionContext.Data.PsObject.Copy ()
120
120
121
121
# Define properties to query
122
- $accountPropertiesToQuery = @ (" id" ) + $account .PsObject.Properties.Name | Select-Object - Unique
122
+ $accountPropertiesToQuery = @ (" id" ) + $outputContext .Data .PsObject.Properties.Name | Select-Object - Unique
123
123
124
124
# Remove properties of account object with null-values
125
125
$account.PsObject.Properties | ForEach-Object {
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ try {
119
119
$account = [PSCustomObject ]$actionContext.Data.PsObject.Copy ()
120
120
121
121
# Define properties to query
122
- $accountPropertiesToQuery = @ (" id" ) + $account .PsObject.Properties.Name | Select-Object - Unique
122
+ $accountPropertiesToQuery = @ (" id" ) + $outputContext .Data .PsObject.Properties.Name | Select-Object - Unique
123
123
124
124
# Remove properties of account object with null-values
125
125
$account.PsObject.Properties | ForEach-Object {
Original file line number Diff line number Diff line change 99
99
$account = [PSCustomObject ]$actionContext.Data.PsObject.Copy ()
100
100
101
101
# Define properties to query
102
- $accountPropertiesToQuery = @ (" id" ) + $account .PsObject.Properties.Name | Select-Object - Unique
102
+ $accountPropertiesToQuery = @ (" id" ) + $outputContext .Data .PsObject.Properties.Name | Select-Object - Unique
103
103
104
104
# Remove properties of account object with null-values
105
105
$account.PsObject.Properties | ForEach-Object {
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ try {
119
119
$account = [PSCustomObject ]$actionContext.Data.PsObject.Copy ()
120
120
121
121
# Define properties to query
122
- $accountPropertiesToQuery = @ (" id" ) + $account .PsObject.Properties.Name | Select-Object - Unique
122
+ $accountPropertiesToQuery = @ (" id" ) + $outputContext .Data .PsObject.Properties.Name | Select-Object - Unique
123
123
124
124
# Remove properties of account object with null-values
125
125
$account.PsObject.Properties | ForEach-Object {
You can’t perform that action at this time.
0 commit comments