We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6751673 commit 5e0994cCopy full SHA for 5e0994c
Solutions/CohesitySecurity/Playbooks/Cohesity_Restore_From_Last_Snapshot/azuredeploy.json
@@ -235,7 +235,7 @@
235
"body": {
236
"name": "Sentinel_triggered_restore_task_@{body('Get_object_from_blob_content')}",
237
"objects": [{
238
- "job_id": "@int(string(body('Get_job_id_from_blob_content')))",
+ "jobId": "@int(string(body('Get_job_id_from_blob_content')))",
239
"jobRunId": "@int(string(body('Get_job_instance_id_from_blob_content')))",
240
"protectionSourceId": "@int(string(body('Get_entity_id_from_blob_content')))",
241
"sourceName": "@{body('Get_object_from_blob_content')}",
0 commit comments