Skip to content

Commit

Permalink
[PQ-253] fix script ingestion gec
Browse files Browse the repository at this point in the history
  • Loading branch information
aferracci committed Dec 12, 2024
1 parent 2294df7 commit 9bf9459
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"userProperties": [],
"typeProperties": {
"expression": {
"value": "@if(contains(item(), 'idPsp'), true, false)",
"value": "@if(contains(item(), 'idBundle'), true, false)",
"type": "Expression"
},
"ifTrueActivities": [
Expand Down Expand Up @@ -120,7 +120,7 @@
},
"authentication": {
"type": "MSI",
"resource": "{evh_base_url}"
"resource": "${evh_base_url}"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"userProperties": [],
"typeProperties": {
"expression": {
"value": "@if(contains(item(), 'idPsp'), true, false)",
"value": "@if(contains(item(), 'name'), true, false)",
"type": "Expression"
},
"ifTrueActivities": [
Expand Down Expand Up @@ -120,7 +120,7 @@
},
"authentication": {
"type": "MSI",
"resource": "{evh_base_url}"
"resource": "${evh_base_url}"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"userProperties": [],
"typeProperties": {
"expression": {
"value": "@if(contains(item(), 'idPsp'), true, false)",
"value": "@if(contains(item(), 'name'), true, false)",
"type": "Expression"
},
"ifTrueActivities": [
Expand Down Expand Up @@ -120,7 +120,7 @@
},
"authentication": {
"type": "MSI",
"resource": "{evh_base_url}"
"resource": "${evh_base_url}"
}
}
}
Expand Down

0 comments on commit 9bf9459

Please sign in to comment.