From 502a76f141cc508f6e59dba85ee12ef40eef4ec3 Mon Sep 17 00:00:00 2001 From: praveenrach Date: Thu, 2 Mar 2023 09:12:16 +0000 Subject: [PATCH] fix path issue --- infrastructure/logic-app/rota/hmi-la-rota-file-pub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/logic-app/rota/hmi-la-rota-file-pub.json b/infrastructure/logic-app/rota/hmi-la-rota-file-pub.json index 217b6b462..87d567e00 100644 --- a/infrastructure/logic-app/rota/hmi-la-rota-file-pub.json +++ b/infrastructure/logic-app/rota/hmi-la-rota-file-pub.json @@ -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']}"