Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenrach committed Mar 2, 2023
1 parent db44a8b commit 502a76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/logic-app/rota/hmi-la-rota-file-pub.json
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
"method": "post",
"path": "/v2/datasets/@{encodeURIComponent(encodeURIComponent('AccountNameFromSettings'))}/copyFile",
"queries": {
"destination": "/rota/primaryinput@{items('For_each_error_file')?['PartitionKey']}",
"destination": "/rota/primaryinput/@{items('For_each_error_file')?['PartitionKey']}",
"overwrite": true,
"queryParametersSingleEncoded": true,
"source": "/rota/primaryinput/@{items('For_each_error_file')?['PartitionKey']}"
Expand Down

0 comments on commit 502a76f

Please sign in to comment.