From 49b2363a255af14642b8a48806d32357ec22fd5e Mon Sep 17 00:00:00 2001 From: lijzha Date: Wed, 18 Mar 2020 14:53:43 -0700 Subject: [PATCH 1/3] Add rerun support to create pipeline run cmdlet --- .../ScenarioTests/RunTests.ps1 | 27 + .../TestRunV2.json | 1565 +++++++++++------ src/DataFactory/DataFactoryV2/Constants.cs | 8 + .../Models/DataFactoryClient.Pipelines.cs | 5 +- .../InvokeAzureDataFactoryPipelineCommand.cs | 56 +- 5 files changed, 1111 insertions(+), 550 deletions(-) diff --git a/src/DataFactory/DataFactoryV2.Test/ScenarioTests/RunTests.ps1 b/src/DataFactory/DataFactoryV2.Test/ScenarioTests/RunTests.ps1 index 552b22e42552..60b98a95d055 100644 --- a/src/DataFactory/DataFactoryV2.Test/ScenarioTests/RunTests.ps1 +++ b/src/DataFactory/DataFactoryV2.Test/ScenarioTests/RunTests.ps1 @@ -52,6 +52,33 @@ function Test-Run # Trying get pipeline run. Get-AzDataFactoryV2PipelineRun -ResourceGroupName $rgname -DataFactoryName $dfname -PipelineRunId $Run Get-AzDataFactoryV2PipelineRun -DataFactory $df -PipelineRunId $Run + + # Wait run to finish before rerun + if ([Microsoft.Azure.Test.HttpRecorder.HttpMockServer]::Mode -ne [Microsoft.Azure.Test.HttpRecorder.HttpRecorderMode]::Playback) { + Start-Sleep -s 120 + } + + # Trying rerun the pipeline run + $Rerun = Invoke-AzDataFactoryV2Pipeline -ResourceGroupName $rgname -PipelineName $pipelineName -DataFactoryName $dfname -ReferencePipelineRunId $Run -IsRecovery + Get-AzDataFactoryV2PipelineRun -DataFactory $df -PipelineRunId $Rerun + + # Wait run to finish before rerun + if ([Microsoft.Azure.Test.HttpRecorder.HttpMockServer]::Mode -ne [Microsoft.Azure.Test.HttpRecorder.HttpRecorderMode]::Playback) { + Start-Sleep -s 120 + } + + # Trying rerun from activity MyCopyActivity_1_0 + $RerunFromActivity = Invoke-AzDataFactoryV2Pipeline -ResourceGroupName $rgname -PipelineName $pipelineName -DataFactoryName $dfname -ReferencePipelineRunId $Run -IsRecovery -StartActivityName MyCopyActivity_1_0 + Get-AzDataFactoryV2PipelineRun -DataFactory $df -PipelineRunId $RerunFromActivity + + # Wait run to finish before rerun + if ([Microsoft.Azure.Test.HttpRecorder.HttpMockServer]::Mode -ne [Microsoft.Azure.Test.HttpRecorder.HttpRecorderMode]::Playback) { + Start-Sleep -s 120 + } + + # Trying rerun from failed activity + $RerunFromFailedActivity = Invoke-AzDataFactoryV2Pipeline -ResourceGroupName $rgname -PipelineName $pipelineName -DataFactoryName $dfname -ReferencePipelineRunId $Run -IsRecovery -StartFromFailure + Get-AzDataFactoryV2PipelineRun -DataFactory $df -PipelineRunId $RerunFromActivity } finally { diff --git a/src/DataFactory/DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataFactoryV2.Test.RunTests/TestRunV2.json b/src/DataFactory/DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataFactoryV2.Test.RunTests/TestRunV2.json index 8f6965baf4c2..f3686d7205e2 100644 --- a/src/DataFactory/DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataFactoryV2.Test.RunTests/TestRunV2.json +++ b/src/DataFactory/DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataFactoryV2.Test.RunTests/TestRunV2.json @@ -1,55 +1,48 @@ { "Entries": [ { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourcegroups/ps451?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlZ3JvdXBzL3BzNDUxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourcegroups/ps9237?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlZ3JvdXBzL3BzOTIzNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"location\": \"West Europe\"\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "29" - ], "x-ms-client-request-id": [ - "9de6e8b9-92d9-4e9d-b861-e8410e6706d7" + "a155a869-0b77-4d28-af3d-ffb2949cbf34" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451\",\r\n \"name\": \"ps451\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "163" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.9" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" + "Content-Length": [ + "33" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1199" ], "x-ms-request-id": [ - "dd187889-8bab-45fe-b35f-aace7856917c" + "fca12c68-0eb0-4092-97cf-a62a769a44b6" ], "x-ms-correlation-request-id": [ - "dd187889-8bab-45fe-b35f-aace7856917c" + "fca12c68-0eb0-4092-97cf-a62a769a44b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200451Z:dd187889-8bab-45fe-b35f-aace7856917c" + "WESTUS:20200318T204713Z:fca12c68-0eb0-4092-97cf-a62a769a44b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -57,50 +50,50 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" - ], "Date": [ - "Fri, 13 Jul 2018 20:04:51 GMT" + "Wed, 18 Mar 2020 20:47:13 GMT" + ], + "Content-Length": [ + "169" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237\",\r\n \"name\": \"ps9237\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NT9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQ/YXBpLXZlcnNpb249MjAxOC0wNi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West Europe\"\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "82" - ], "x-ms-client-request-id": [ - "c170018a-60d4-4e0d-8044-6dcb6d6bdf06" + "76083893-a47f-4bea-a70b-58bf61451089" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"name\": \"ps6975\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"28c5ace1-2999-4618-920d-e3d094359fbe\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n },\r\n \"id\": \"/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975\",\r\n \"type\": \"Microsoft.DataFactory/factories\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"createTime\": \"2018-07-13T20:04:57.7623587Z\",\r\n \"version\": \"2018-06-01\"\r\n },\r\n \"eTag\": \"\\\"00008705-0000-0000-0000-5b4905e90000\\\"\",\r\n \"location\": \"West US\",\r\n \"tags\": {}\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "522" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" + "Content-Length": [ + "86" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -111,68 +104,68 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1199" ], "x-ms-request-id": [ - "1f72af32-edb3-42c1-95f3-6f3231ac76d6" + "d0b24900-d5ff-414c-ac5c-12679097c624" ], "x-ms-correlation-request-id": [ - "1f72af32-edb3-42c1-95f3-6f3231ac76d6" + "d0b24900-d5ff-414c-ac5c-12679097c624" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200458Z:1f72af32-edb3-42c1-95f3-6f3231ac76d6" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T204724Z:d0b24900-d5ff-414c-ac5c-12679097c624" ], "Date": [ - "Fri, 13 Jul 2018 20:04:58 GMT" + "Wed, 18 Mar 2020 20:47:24 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Content-Length": [ + "527" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"ps6184\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"fb890769-498f-4e39-b3e6-ab411bb75c6d\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"id\": \"/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184\",\r\n \"type\": \"Microsoft.DataFactory/factories\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"createTime\": \"2020-03-18T20:47:22.8468006Z\",\r\n \"version\": \"2018-06-01\"\r\n },\r\n \"eTag\": \"\\\"3e002fd0-0000-0d00-0000-5e7288da0000\\\"\",\r\n \"location\": \"West Europe\",\r\n \"tags\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/linkedservices/foo1?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9saW5rZWRzZXJ2aWNlcy9mb28xP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDE=", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/linkedservices/foo1?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvbGlua2Vkc2VydmljZXMvZm9vMT9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"AzureStorage\",\r\n \"typeProperties\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=myaccount;AccountKey=myfakekey;\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"AzureStorage\",\r\n \"typeProperties\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=lijzhastorage;AccountKey=xgey/pbbifQbfAO65L8OmXC0Xgp5mCEcby/kqO8VMHwXkDwCkgie5W/ltuUao1j5fPwuHGQA3mTeP3KryUQo/w==;EndpointSuffix=core.windows.net;\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "193" - ], "x-ms-client-request-id": [ - "d2204b37-77ab-4729-b6ea-b7041354b289" + "0acf5190-7836-40b6-83bd-86b632c42007" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/linkedservices/foo1\",\r\n \"name\": \"foo1\",\r\n \"type\": \"Microsoft.DataFactory/factories/linkedservices\",\r\n \"properties\": {\r\n \"type\": \"AzureStorage\",\r\n \"typeProperties\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=myaccount;\",\r\n \"encryptedCredential\": \"ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIlBTNjk3NV85ZWQ0MmU1OC0xM2JjLTRjMzktOTcwMy0xNDQ4ZmYwNmVmZWYiDQp9\"\r\n }\r\n },\r\n \"etag\": \"0a001359-0000-0000-0000-5b4905eb0000\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "638" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" + "Content-Length": [ + "308" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -183,68 +176,68 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1198" ], "x-ms-request-id": [ - "60f964d9-4958-4752-afb4-7e0889d936f4" + "e356872c-4baa-4cb2-a4ae-27ca734bfc42" ], "x-ms-correlation-request-id": [ - "60f964d9-4958-4752-afb4-7e0889d936f4" + "e356872c-4baa-4cb2-a4ae-27ca734bfc42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200459Z:60f964d9-4958-4752-afb4-7e0889d936f4" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T204725Z:e356872c-4baa-4cb2-a4ae-27ca734bfc42" ], "Date": [ - "Fri, 13 Jul 2018 20:04:59 GMT" + "Wed, 18 Mar 2020 20:47:24 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Content-Length": [ + "675" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/linkedservices/foo1\",\r\n \"name\": \"foo1\",\r\n \"type\": \"Microsoft.DataFactory/factories/linkedservices\",\r\n \"properties\": {\r\n \"type\": \"AzureStorage\",\r\n \"typeProperties\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=lijzhastorage;EndpointSuffix=core.windows.net;\",\r\n \"encryptedCredential\": \"ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIlBTNjE4NF81MzYyNWM2OC1iYWE4LTQ2YmQtYjE3ZC1jODg4OWRmNDc2ZDkiDQp9\"\r\n }\r\n },\r\n \"etag\": \"1a00dcd0-0000-0d00-0000-5e7288dd0000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/datasets/dsIn?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9kYXRhc2V0cy9kc0luP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDE=", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/datasets/dsIn?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvZGF0YXNldHMvZHNJbj9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"AzureBlob\",\r\n \"typeProperties\": {\r\n \"folderPath\": \"entitylogs/entitylogs.csv\",\r\n \"format\": {\r\n \"type\": \"TextFormat\"\r\n }\r\n },\r\n \"linkedServiceName\": {\r\n \"referenceName\": \"foo1\",\r\n \"type\": \"LinkedServiceReference\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "302" - ], "x-ms-client-request-id": [ - "f5ba84cd-a406-4a53-99b9-560714aae014" + "ebd8d1c0-30d0-41e7-8b15-342a7e434e71" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/datasets/dsIn\",\r\n \"name\": \"dsIn\",\r\n \"type\": \"Microsoft.DataFactory/factories/datasets\",\r\n \"properties\": {\r\n \"type\": \"AzureBlob\",\r\n \"typeProperties\": {\r\n \"folderPath\": \"entitylogs/entitylogs.csv\",\r\n \"format\": {\r\n \"type\": \"TextFormat\"\r\n }\r\n },\r\n \"linkedServiceName\": {\r\n \"referenceName\": \"foo1\",\r\n \"type\": \"LinkedServiceReference\"\r\n }\r\n },\r\n \"etag\": \"0a001559-0000-0000-0000-5b4905ec0000\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "456" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" + "Content-Length": [ + "302" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -255,68 +248,68 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1197" ], "x-ms-request-id": [ - "f83ba03c-63d2-4395-91e5-7a4c2075c813" + "f52cdd6a-17f9-44a1-a7b1-1d517b417b8d" ], "x-ms-correlation-request-id": [ - "f83ba03c-63d2-4395-91e5-7a4c2075c813" + "f52cdd6a-17f9-44a1-a7b1-1d517b417b8d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200500Z:f83ba03c-63d2-4395-91e5-7a4c2075c813" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T204725Z:f52cdd6a-17f9-44a1-a7b1-1d517b417b8d" ], "Date": [ - "Fri, 13 Jul 2018 20:05:00 GMT" + "Wed, 18 Mar 2020 20:47:25 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Content-Length": [ + "457" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/datasets/dsIn\",\r\n \"name\": \"dsIn\",\r\n \"type\": \"Microsoft.DataFactory/factories/datasets\",\r\n \"properties\": {\r\n \"type\": \"AzureBlob\",\r\n \"typeProperties\": {\r\n \"folderPath\": \"entitylogs/entitylogs.csv\",\r\n \"format\": {\r\n \"type\": \"TextFormat\"\r\n }\r\n },\r\n \"linkedServiceName\": {\r\n \"referenceName\": \"foo1\",\r\n \"type\": \"LinkedServiceReference\"\r\n }\r\n },\r\n \"etag\": \"1a00ded0-0000-0d00-0000-5e7288dd0000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/datasets/ds0_0?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9kYXRhc2V0cy9kczBfMD9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/datasets/ds0_0?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvZGF0YXNldHMvZHMwXzA/YXBpLXZlcnNpb249MjAxOC0wNi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"AzureBlob\",\r\n \"typeProperties\": {\r\n \"folderPath\": \"entitylogs\",\r\n \"fileName\": {\r\n \"value\": \"@concat('variant0_0_', parameters('OutputBlobName'))\",\r\n \"type\": \"Expression\"\r\n },\r\n \"format\": {\r\n \"type\": \"TextFormat\"\r\n }\r\n },\r\n \"linkedServiceName\": {\r\n \"referenceName\": \"foo1\",\r\n \"type\": \"LinkedServiceReference\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "422" - ], "x-ms-client-request-id": [ - "8322c53b-5553-4d00-95a3-11353c04a420" + "e361d607-a7c9-4cf4-9c30-aea7f6899ea4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/datasets/ds0_0\",\r\n \"name\": \"ds0_0\",\r\n \"type\": \"Microsoft.DataFactory/factories/datasets\",\r\n \"properties\": {\r\n \"type\": \"AzureBlob\",\r\n \"typeProperties\": {\r\n \"folderPath\": \"entitylogs\",\r\n \"fileName\": {\r\n \"value\": \"@concat('variant0_0_', parameters('OutputBlobName'))\",\r\n \"type\": \"Expression\"\r\n },\r\n \"format\": {\r\n \"type\": \"TextFormat\"\r\n }\r\n },\r\n \"linkedServiceName\": {\r\n \"referenceName\": \"foo1\",\r\n \"type\": \"LinkedServiceReference\"\r\n }\r\n },\r\n \"etag\": \"0a001759-0000-0000-0000-5b4905ed0000\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "539" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" + "Content-Length": [ + "422" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -327,68 +320,68 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1196" ], "x-ms-request-id": [ - "93fba6fb-55b1-4c78-9a4c-d644ded8f8e8" + "a81653c1-ff75-4806-ab06-923180a9a4ca" ], "x-ms-correlation-request-id": [ - "93fba6fb-55b1-4c78-9a4c-d644ded8f8e8" + "a81653c1-ff75-4806-ab06-923180a9a4ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200501Z:93fba6fb-55b1-4c78-9a4c-d644ded8f8e8" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T204726Z:a81653c1-ff75-4806-ab06-923180a9a4ca" ], "Date": [ - "Fri, 13 Jul 2018 20:05:01 GMT" + "Wed, 18 Mar 2020 20:47:25 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Content-Length": [ + "540" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/datasets/ds0_0\",\r\n \"name\": \"ds0_0\",\r\n \"type\": \"Microsoft.DataFactory/factories/datasets\",\r\n \"properties\": {\r\n \"type\": \"AzureBlob\",\r\n \"typeProperties\": {\r\n \"folderPath\": \"entitylogs\",\r\n \"fileName\": {\r\n \"value\": \"@concat('variant0_0_', parameters('OutputBlobName'))\",\r\n \"type\": \"Expression\"\r\n },\r\n \"format\": {\r\n \"type\": \"TextFormat\"\r\n }\r\n },\r\n \"linkedServiceName\": {\r\n \"referenceName\": \"foo1\",\r\n \"type\": \"LinkedServiceReference\"\r\n }\r\n },\r\n \"etag\": \"1a00e0d0-0000-0d00-0000-5e7288de0000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/datasets/ds1_0?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9kYXRhc2V0cy9kczFfMD9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/datasets/ds1_0?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvZGF0YXNldHMvZHMxXzA/YXBpLXZlcnNpb249MjAxOC0wNi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"AzureBlob\",\r\n \"typeProperties\": {\r\n \"folderPath\": \"entitylogs\",\r\n \"fileName\": {\r\n \"value\": \"@concat('variant1_0_', parameters('OutputBlobName'))\",\r\n \"type\": \"Expression\"\r\n },\r\n \"format\": {\r\n \"type\": \"TextFormat\"\r\n }\r\n },\r\n \"linkedServiceName\": {\r\n \"referenceName\": \"foo1\",\r\n \"type\": \"LinkedServiceReference\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "422" - ], "x-ms-client-request-id": [ - "09048cf1-a1fa-48a9-a5f3-b0338c00deba" + "a9fea19e-94ad-44fe-a5eb-b9a92794606a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/datasets/ds1_0\",\r\n \"name\": \"ds1_0\",\r\n \"type\": \"Microsoft.DataFactory/factories/datasets\",\r\n \"properties\": {\r\n \"type\": \"AzureBlob\",\r\n \"typeProperties\": {\r\n \"folderPath\": \"entitylogs\",\r\n \"fileName\": {\r\n \"value\": \"@concat('variant1_0_', parameters('OutputBlobName'))\",\r\n \"type\": \"Expression\"\r\n },\r\n \"format\": {\r\n \"type\": \"TextFormat\"\r\n }\r\n },\r\n \"linkedServiceName\": {\r\n \"referenceName\": \"foo1\",\r\n \"type\": \"LinkedServiceReference\"\r\n }\r\n },\r\n \"etag\": \"0a001959-0000-0000-0000-5b4905ee0000\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "539" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" + "Content-Length": [ + "422" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -399,68 +392,68 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1195" ], "x-ms-request-id": [ - "1f51ae58-e63d-464e-b583-ffa621c7cbf9" + "c0612ba7-db2c-44dd-b442-7428371c037a" ], "x-ms-correlation-request-id": [ - "1f51ae58-e63d-464e-b583-ffa621c7cbf9" + "c0612ba7-db2c-44dd-b442-7428371c037a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200502Z:1f51ae58-e63d-464e-b583-ffa621c7cbf9" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T204726Z:c0612ba7-db2c-44dd-b442-7428371c037a" ], "Date": [ - "Fri, 13 Jul 2018 20:05:02 GMT" + "Wed, 18 Mar 2020 20:47:26 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Content-Length": [ + "540" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/datasets/ds1_0\",\r\n \"name\": \"ds1_0\",\r\n \"type\": \"Microsoft.DataFactory/factories/datasets\",\r\n \"properties\": {\r\n \"type\": \"AzureBlob\",\r\n \"typeProperties\": {\r\n \"folderPath\": \"entitylogs\",\r\n \"fileName\": {\r\n \"value\": \"@concat('variant1_0_', parameters('OutputBlobName'))\",\r\n \"type\": \"Expression\"\r\n },\r\n \"format\": {\r\n \"type\": \"TextFormat\"\r\n }\r\n },\r\n \"linkedServiceName\": {\r\n \"referenceName\": \"foo1\",\r\n \"type\": \"LinkedServiceReference\"\r\n }\r\n },\r\n \"etag\": \"1a00e3d0-0000-0d00-0000-5e7288de0000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/pipelines/samplePipeline?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9waXBlbGluZXMvc2FtcGxlUGlwZWxpbmU/YXBpLXZlcnNpb249MjAxOC0wNi0wMQ==", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelines/samplePipeline?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVzL3NhbXBsZVBpcGVsaW5lP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"activities\": [\r\n {\r\n \"type\": \"Copy\",\r\n \"typeProperties\": {\r\n \"source\": {\r\n \"type\": \"BlobSource\"\r\n },\r\n \"sink\": {\r\n \"type\": \"BlobSink\"\r\n }\r\n },\r\n \"inputs\": [\r\n {\r\n \"referenceName\": \"dsIn\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"referenceName\": \"ds0_0\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"name\": \"MyCopyActivity_0_0\"\r\n },\r\n {\r\n \"type\": \"Copy\",\r\n \"typeProperties\": {\r\n \"source\": {\r\n \"type\": \"BlobSource\"\r\n },\r\n \"sink\": {\r\n \"type\": \"BlobSink\"\r\n }\r\n },\r\n \"inputs\": [\r\n {\r\n \"referenceName\": \"ds0_0\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"referenceName\": \"ds1_0\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"name\": \"MyCopyActivity_1_0\",\r\n \"dependsOn\": [\r\n {\r\n \"activity\": \"MyCopyActivity_0_0\",\r\n \"dependencyConditions\": [\r\n \"Succeeded\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"parameters\": {\r\n \"OutputBlobName\": {\r\n \"type\": \"String\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1409" - ], "x-ms-client-request-id": [ - "6728de09-3795-4675-be03-fdc3bd11b0df" + "3c1699e3-3cc8-4ee9-8231-60d09004cf93" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/pipelines/samplePipeline\",\r\n \"name\": \"samplePipeline\",\r\n \"type\": \"Microsoft.DataFactory/factories/pipelines\",\r\n \"properties\": {\r\n \"activities\": [\r\n {\r\n \"type\": \"Copy\",\r\n \"typeProperties\": {\r\n \"source\": {\r\n \"type\": \"BlobSource\"\r\n },\r\n \"sink\": {\r\n \"type\": \"BlobSink\"\r\n }\r\n },\r\n \"inputs\": [\r\n {\r\n \"referenceName\": \"dsIn\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"referenceName\": \"ds0_0\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"name\": \"MyCopyActivity_0_0\"\r\n },\r\n {\r\n \"type\": \"Copy\",\r\n \"typeProperties\": {\r\n \"source\": {\r\n \"type\": \"BlobSource\"\r\n },\r\n \"sink\": {\r\n \"type\": \"BlobSink\"\r\n }\r\n },\r\n \"inputs\": [\r\n {\r\n \"referenceName\": \"ds0_0\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"referenceName\": \"ds1_0\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"name\": \"MyCopyActivity_1_0\",\r\n \"dependsOn\": [\r\n {\r\n \"activity\": \"MyCopyActivity_0_0\",\r\n \"dependencyConditions\": [\r\n \"Succeeded\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"parameters\": {\r\n \"OutputBlobName\": {\r\n \"type\": \"String\"\r\n }\r\n }\r\n },\r\n \"etag\": \"0a001b59-0000-0000-0000-5b4905f00000\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "936" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" + "Content-Length": [ + "1409" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -471,71 +464,71 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1194" ], "x-ms-request-id": [ - "fc02a6d3-d7ea-40e3-a2f5-606dbb706b09" + "6dcabd6a-4f21-41cf-bab8-9b70fd0c7d58" ], "x-ms-correlation-request-id": [ - "fc02a6d3-d7ea-40e3-a2f5-606dbb706b09" + "6dcabd6a-4f21-41cf-bab8-9b70fd0c7d58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200504Z:fc02a6d3-d7ea-40e3-a2f5-606dbb706b09" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T204727Z:6dcabd6a-4f21-41cf-bab8-9b70fd0c7d58" ], "Date": [ - "Fri, 13 Jul 2018 20:05:03 GMT" + "Wed, 18 Mar 2020 20:47:26 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Content-Length": [ + "937" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelines/samplePipeline\",\r\n \"name\": \"samplePipeline\",\r\n \"type\": \"Microsoft.DataFactory/factories/pipelines\",\r\n \"properties\": {\r\n \"activities\": [\r\n {\r\n \"type\": \"Copy\",\r\n \"typeProperties\": {\r\n \"source\": {\r\n \"type\": \"BlobSource\"\r\n },\r\n \"sink\": {\r\n \"type\": \"BlobSink\"\r\n }\r\n },\r\n \"inputs\": [\r\n {\r\n \"referenceName\": \"dsIn\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"referenceName\": \"ds0_0\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"name\": \"MyCopyActivity_0_0\"\r\n },\r\n {\r\n \"type\": \"Copy\",\r\n \"typeProperties\": {\r\n \"source\": {\r\n \"type\": \"BlobSource\"\r\n },\r\n \"sink\": {\r\n \"type\": \"BlobSink\"\r\n }\r\n },\r\n \"inputs\": [\r\n {\r\n \"referenceName\": \"ds0_0\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"referenceName\": \"ds1_0\",\r\n \"type\": \"DatasetReference\"\r\n }\r\n ],\r\n \"name\": \"MyCopyActivity_1_0\",\r\n \"dependsOn\": [\r\n {\r\n \"activity\": \"MyCopyActivity_0_0\",\r\n \"dependencyConditions\": [\r\n \"Succeeded\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"parameters\": {\r\n \"OutputBlobName\": {\r\n \"type\": \"String\"\r\n }\r\n }\r\n },\r\n \"etag\": \"1a00e5d0-0000-0d00-0000-5e7288df0000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/pipelines/samplePipeline/createRun?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9waXBlbGluZXMvc2FtcGxlUGlwZWxpbmUvY3JlYXRlUnVuP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDE=", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelines/samplePipeline/createRun?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVzL3NhbXBsZVBpcGVsaW5lL2NyZWF0ZVJ1bj9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"OutputBlobName\": \"test\"\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "32" - ], "x-ms-client-request-id": [ - "1c03a302-824b-4265-838d-12816ff47419" + "31f1bc88-c715-4cd9-b31f-73e51da2e079" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"runId\": \"1c03a302-824b-4265-838d-12816ff47419\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "48" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" + "Content-Length": [ + "32" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -543,59 +536,407 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1199" ], "x-ms-request-id": [ - "72b4d870-341a-457d-bf39-ed6c02a8c410" + "2132fd94-5f92-4013-aa16-a88552a49d49" ], "x-ms-correlation-request-id": [ - "72b4d870-341a-457d-bf39-ed6c02a8c410" + "2132fd94-5f92-4013-aa16-a88552a49d49" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200512Z:72b4d870-341a-457d-bf39-ed6c02a8c410" + "WESTUS:20200318T204729Z:2132fd94-5f92-4013-aa16-a88552a49d49" + ], + "Date": [ + "Wed, 18 Mar 2020 20:47:28 GMT" + ], + "Content-Length": [ + "48" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"runId\": \"31f1bc88-c715-4cd9-b31f-73e51da2e079\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelineruns/31f1bc88-c715-4cd9-b31f-73e51da2e079/cancel?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVydW5zLzMxZjFiYzg4LWM3MTUtNGNkOS1iMzFmLTczZTUxZGEyZTA3OS9jYW5jZWw/YXBpLXZlcnNpb249MjAxOC0wNi0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4ba4f614-e833-48f8-b633-e95d50efaf78" ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "a802c5e4-3f6f-4317-953e-5280c16fce86" + ], + "x-ms-correlation-request-id": [ + "a802c5e4-3f6f-4317-953e-5280c16fce86" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200318T204729Z:a802c5e4-3f6f-4317-953e-5280c16fce86" + ], "Date": [ - "Fri, 13 Jul 2018 20:05:12 GMT" + "Wed, 18 Mar 2020 20:47:29 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelineruns/31f1bc88-c715-4cd9-b31f-73e51da2e079/queryActivityruns?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVydW5zLzMxZjFiYzg4LWM3MTUtNGNkOS1iMzFmLTczZTUxZGEyZTA3OS9xdWVyeUFjdGl2aXR5cnVucz9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"lastUpdatedAfter\": \"2017-03-29T00:00:00Z\",\r\n \"lastUpdatedBefore\": \"2017-04-08T00:00:00Z\",\r\n \"filters\": [],\r\n \"orderBy\": []\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a6011944-490f-4160-8ff5-cf72d9a36487" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "134" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "ba82fe42-4435-4a5e-bf33-5642a4fddbf8" + ], + "x-ms-correlation-request-id": [ + "ba82fe42-4435-4a5e-bf33-5642a4fddbf8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200318T204730Z:ba82fe42-4435-4a5e-bf33-5642a4fddbf8" + ], + "Date": [ + "Wed, 18 Mar 2020 20:47:29 GMT" + ], + "Content-Length": [ + "12" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/pipelineruns/1c03a302-824b-4265-838d-12816ff47419/cancel?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9waXBlbGluZXJ1bnMvMWMwM2EzMDItODI0Yi00MjY1LTgzOGQtMTI4MTZmZjQ3NDE5L2NhbmNlbD9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelineruns/31f1bc88-c715-4cd9-b31f-73e51da2e079/queryActivityruns?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVydW5zLzMxZjFiYzg4LWM3MTUtNGNkOS1iMzFmLTczZTUxZGEyZTA3OS9xdWVyeUFjdGl2aXR5cnVucz9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", "RequestMethod": "POST", + "RequestBody": "{\r\n \"lastUpdatedAfter\": \"2017-03-29T00:00:00Z\",\r\n \"lastUpdatedBefore\": \"2017-04-08T00:00:00Z\",\r\n \"filters\": [],\r\n \"orderBy\": []\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d82f77b2-3a2a-4342-ab89-397dc49ae809" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "134" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "499a64d7-631d-4a20-9927-2622835c81db" + ], + "x-ms-correlation-request-id": [ + "499a64d7-631d-4a20-9927-2622835c81db" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200318T204730Z:499a64d7-631d-4a20-9927-2622835c81db" + ], + "Date": [ + "Wed, 18 Mar 2020 20:47:30 GMT" + ], + "Content-Length": [ + "12" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelineruns/31f1bc88-c715-4cd9-b31f-73e51da2e079?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVydW5zLzMxZjFiYzg4LWM3MTUtNGNkOS1iMzFmLTczZTUxZGEyZTA3OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f02c214-8f0b-4746-a50f-78b73f9f0e6a" + "3872e47a-aae6-451a-98f2-25525bcbbfcd" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "2aeccb1f-501d-4bb2-9ab2-ec0d5e50235f" + ], + "x-ms-correlation-request-id": [ + "2aeccb1f-501d-4bb2-9ab2-ec0d5e50235f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200318T204730Z:2aeccb1f-501d-4bb2-9ab2-ec0d5e50235f" + ], + "Date": [ + "Wed, 18 Mar 2020 20:47:30 GMT" + ], + "Content-Length": [ + "669" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/SUBSCRIPTIONS/1E42591F-1F0C-4C5A-B7F2-A268F6105EC5/RESOURCEGROUPS/PS9237/PROVIDERS/MICROSOFT.DATAFACTORY/FACTORIES/PS6184/pipelineruns/31f1bc88-c715-4cd9-b31f-73e51da2e079\",\r\n \"runId\": \"31f1bc88-c715-4cd9-b31f-73e51da2e079\",\r\n \"debugRunId\": null,\r\n \"runGroupId\": \"31f1bc88-c715-4cd9-b31f-73e51da2e079\",\r\n \"pipelineName\": \"samplePipeline\",\r\n \"parameters\": {\r\n \"OutputBlobName\": \"test\"\r\n },\r\n \"invokedBy\": {\r\n \"id\": \"79c06f1298a54e018e9b714ebc5e1d06\",\r\n \"name\": \"Manual\",\r\n \"invokedByType\": \"Manual\"\r\n },\r\n \"runStart\": \"2020-03-18T20:47:27.456449Z\",\r\n \"runEnd\": null,\r\n \"durationInMs\": null,\r\n \"status\": \"Canceling\",\r\n \"message\": \"\",\r\n \"lastUpdated\": \"2020-03-18T20:47:29.1983014Z\",\r\n \"annotations\": [],\r\n \"runDimension\": {},\r\n \"isLatest\": true\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelineruns/31f1bc88-c715-4cd9-b31f-73e51da2e079?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVydW5zLzMxZjFiYzg4LWM3MTUtNGNkOS1iMzFmLTczZTUxZGEyZTA3OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0032e6d1-13c6-495b-8ef6-144b0f5ff9d5" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ] }, - "ResponseBody": "", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "faa9ea77-213a-4858-8f36-80da54c7e5d2" + ], + "x-ms-correlation-request-id": [ + "faa9ea77-213a-4858-8f36-80da54c7e5d2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200318T204731Z:faa9ea77-213a-4858-8f36-80da54c7e5d2" + ], + "Date": [ + "Wed, 18 Mar 2020 20:47:30 GMT" + ], "Content-Length": [ - "0" + "669" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/SUBSCRIPTIONS/1E42591F-1F0C-4C5A-B7F2-A268F6105EC5/RESOURCEGROUPS/PS9237/PROVIDERS/MICROSOFT.DATAFACTORY/FACTORIES/PS6184/pipelineruns/31f1bc88-c715-4cd9-b31f-73e51da2e079\",\r\n \"runId\": \"31f1bc88-c715-4cd9-b31f-73e51da2e079\",\r\n \"debugRunId\": null,\r\n \"runGroupId\": \"31f1bc88-c715-4cd9-b31f-73e51da2e079\",\r\n \"pipelineName\": \"samplePipeline\",\r\n \"parameters\": {\r\n \"OutputBlobName\": \"test\"\r\n },\r\n \"invokedBy\": {\r\n \"id\": \"79c06f1298a54e018e9b714ebc5e1d06\",\r\n \"name\": \"Manual\",\r\n \"invokedByType\": \"Manual\"\r\n },\r\n \"runStart\": \"2020-03-18T20:47:27.456449Z\",\r\n \"runEnd\": null,\r\n \"durationInMs\": null,\r\n \"status\": \"Canceling\",\r\n \"message\": \"\",\r\n \"lastUpdated\": \"2020-03-18T20:47:29.1983014Z\",\r\n \"annotations\": [],\r\n \"runDimension\": {},\r\n \"isLatest\": true\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelines/samplePipeline/createRun?api-version=2018-06-01&referencePipelineRunId=31f1bc88-c715-4cd9-b31f-73e51da2e079&isRecovery=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVzL3NhbXBsZVBpcGVsaW5lL2NyZWF0ZVJ1bj9hcGktdmVyc2lvbj0yMDE4LTA2LTAxJnJlZmVyZW5jZVBpcGVsaW5lUnVuSWQ9MzFmMWJjODgtYzcxNS00Y2Q5LWIzMWYtNzNlNTFkYTJlMDc5JmlzUmVjb3Zlcnk9dHJ1ZQ==", + "RequestMethod": "POST", + "RequestBody": "{}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "52588188-5b08-4976-acc3-6f294595d5e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -606,68 +947,200 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1199" ], "x-ms-request-id": [ - "f769afc6-38c7-4494-be4a-1d4d6a703cf3" + "1e9b2c80-e159-4f68-a10d-db8c364b5957" ], "x-ms-correlation-request-id": [ - "f769afc6-38c7-4494-be4a-1d4d6a703cf3" + "1e9b2c80-e159-4f68-a10d-db8c364b5957" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200515Z:f769afc6-38c7-4494-be4a-1d4d6a703cf3" + "WESTUS:20200318T204932Z:1e9b2c80-e159-4f68-a10d-db8c364b5957" + ], + "Date": [ + "Wed, 18 Mar 2020 20:49:31 GMT" + ], + "Content-Length": [ + "48" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"runId\": \"52588188-5b08-4976-acc3-6f294595d5e2\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelineruns/52588188-5b08-4976-acc3-6f294595d5e2?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVydW5zLzUyNTg4MTg4LTViMDgtNDk3Ni1hY2MzLTZmMjk0NTk1ZDVlMj9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e279ab11-bf7d-4678-9d00-8656357615c8" ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 13 Jul 2018 20:05:15 GMT" + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "adeee50f-9f99-47be-b209-eb563ce3f874" + ], + "x-ms-correlation-request-id": [ + "adeee50f-9f99-47be-b209-eb563ce3f874" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200318T204932Z:adeee50f-9f99-47be-b209-eb563ce3f874" + ], + "Date": [ + "Wed, 18 Mar 2020 20:49:31 GMT" + ], + "Content-Length": [ + "669" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/SUBSCRIPTIONS/1E42591F-1F0C-4C5A-B7F2-A268F6105EC5/RESOURCEGROUPS/PS9237/PROVIDERS/MICROSOFT.DATAFACTORY/FACTORIES/PS6184/pipelineruns/52588188-5b08-4976-acc3-6f294595d5e2\",\r\n \"runId\": \"52588188-5b08-4976-acc3-6f294595d5e2\",\r\n \"debugRunId\": null,\r\n \"runGroupId\": \"31f1bc88-c715-4cd9-b31f-73e51da2e079\",\r\n \"pipelineName\": \"samplePipeline\",\r\n \"parameters\": {\r\n \"OutputBlobName\": \"test\"\r\n },\r\n \"invokedBy\": {\r\n \"id\": \"fb4757e8502446e589fab164cb51dfe5\",\r\n \"name\": \"Manual\",\r\n \"invokedByType\": \"Manual\"\r\n },\r\n \"runStart\": \"2020-03-18T20:49:31.4483643Z\",\r\n \"runEnd\": null,\r\n \"durationInMs\": null,\r\n \"status\": \"Queued\",\r\n \"message\": null,\r\n \"lastUpdated\": \"2020-03-18T20:49:31.5096933Z\",\r\n \"annotations\": [],\r\n \"runDimension\": {},\r\n \"isLatest\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/pipelineruns/1c03a302-824b-4265-838d-12816ff47419/queryActivityruns?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9waXBlbGluZXJ1bnMvMWMwM2EzMDItODI0Yi00MjY1LTgzOGQtMTI4MTZmZjQ3NDE5L3F1ZXJ5QWN0aXZpdHlydW5zP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDE=", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelines/samplePipeline/createRun?api-version=2018-06-01&referencePipelineRunId=31f1bc88-c715-4cd9-b31f-73e51da2e079&isRecovery=true&startActivityName=MyCopyActivity_1_0", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVzL3NhbXBsZVBpcGVsaW5lL2NyZWF0ZVJ1bj9hcGktdmVyc2lvbj0yMDE4LTA2LTAxJnJlZmVyZW5jZVBpcGVsaW5lUnVuSWQ9MzFmMWJjODgtYzcxNS00Y2Q5LWIzMWYtNzNlNTFkYTJlMDc5JmlzUmVjb3Zlcnk9dHJ1ZSZzdGFydEFjdGl2aXR5TmFtZT1NeUNvcHlBY3Rpdml0eV8xXzA=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"lastUpdatedAfter\": \"2017-03-29T00:00:00Z\",\r\n \"lastUpdatedBefore\": \"2017-04-08T00:00:00Z\",\r\n \"filters\": [],\r\n \"orderBy\": []\r\n}", + "RequestBody": "{}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "379958e9-d519-4956-9d5b-8fddb9c5d9da" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "fa6c2ff6-6fc3-43ea-a859-abaf00c0456b" + ], + "x-ms-correlation-request-id": [ + "fa6c2ff6-6fc3-43ea-a859-abaf00c0456b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200318T205133Z:fa6c2ff6-6fc3-43ea-a859-abaf00c0456b" + ], + "Date": [ + "Wed, 18 Mar 2020 20:51:32 GMT" + ], + "Content-Length": [ + "48" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"runId\": \"379958e9-d519-4956-9d5b-8fddb9c5d9da\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelineruns/379958e9-d519-4956-9d5b-8fddb9c5d9da?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVydW5zLzM3OTk1OGU5LWQ1MTktNDk1Ni05ZDViLThmZGRiOWM1ZDlkYT9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "134" - ], "x-ms-client-request-id": [ - "b0a64998-0f1e-487f-86bf-9bbdc11f5c41" + "a12039fe-7f03-4ebc-8421-8b4c74588da9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { - "Content-Length": [ - "12" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -678,68 +1151,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-request-id": [ - "7ca01e26-823a-4383-a21a-4e5d21600c27" + "b38ad95c-8135-4492-b121-588793aaafd4" ], "x-ms-correlation-request-id": [ - "7ca01e26-823a-4383-a21a-4e5d21600c27" + "b38ad95c-8135-4492-b121-588793aaafd4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200516Z:7ca01e26-823a-4383-a21a-4e5d21600c27" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T205133Z:b38ad95c-8135-4492-b121-588793aaafd4" ], "Date": [ - "Fri, 13 Jul 2018 20:05:16 GMT" + "Wed, 18 Mar 2020 20:51:32 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Content-Length": [ + "669" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/SUBSCRIPTIONS/1E42591F-1F0C-4C5A-B7F2-A268F6105EC5/RESOURCEGROUPS/PS9237/PROVIDERS/MICROSOFT.DATAFACTORY/FACTORIES/PS6184/pipelineruns/379958e9-d519-4956-9d5b-8fddb9c5d9da\",\r\n \"runId\": \"379958e9-d519-4956-9d5b-8fddb9c5d9da\",\r\n \"debugRunId\": null,\r\n \"runGroupId\": \"31f1bc88-c715-4cd9-b31f-73e51da2e079\",\r\n \"pipelineName\": \"samplePipeline\",\r\n \"parameters\": {\r\n \"OutputBlobName\": \"test\"\r\n },\r\n \"invokedBy\": {\r\n \"id\": \"68ce3833bf5540eabce56a1ace527113\",\r\n \"name\": \"Manual\",\r\n \"invokedByType\": \"Manual\"\r\n },\r\n \"runStart\": \"2020-03-18T20:51:33.1570164Z\",\r\n \"runEnd\": null,\r\n \"durationInMs\": null,\r\n \"status\": \"Queued\",\r\n \"message\": null,\r\n \"lastUpdated\": \"2020-03-18T20:51:33.2109155Z\",\r\n \"annotations\": [],\r\n \"runDimension\": {},\r\n \"isLatest\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/pipelineruns/1c03a302-824b-4265-838d-12816ff47419/queryActivityruns?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9waXBlbGluZXJ1bnMvMWMwM2EzMDItODI0Yi00MjY1LTgzOGQtMTI4MTZmZjQ3NDE5L3F1ZXJ5QWN0aXZpdHlydW5zP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"lastUpdatedAfter\": \"2017-03-29T00:00:00Z\",\r\n \"lastUpdatedBefore\": \"2017-04-08T00:00:00Z\",\r\n \"filters\": [],\r\n \"orderBy\": []\r\n}", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelineruns/379958e9-d519-4956-9d5b-8fddb9c5d9da?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVydW5zLzM3OTk1OGU5LWQ1MTktNDk1Ni05ZDViLThmZGRiOWM1ZDlkYT9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "134" - ], "x-ms-client-request-id": [ - "f7d70691-9dd0-42d9-802b-5ceff95c41de" + "e017aa1c-1040-41e4-acb1-60b49a2a0279" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { - "Content-Length": [ - "12" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -750,62 +1217,68 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-request-id": [ - "92cfa63d-bd92-4f5a-85e2-0ca83f3f4eda" + "65010879-1922-4151-afe6-1d5a269efe6d" ], "x-ms-correlation-request-id": [ - "92cfa63d-bd92-4f5a-85e2-0ca83f3f4eda" + "65010879-1922-4151-afe6-1d5a269efe6d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200517Z:92cfa63d-bd92-4f5a-85e2-0ca83f3f4eda" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T205335Z:65010879-1922-4151-afe6-1d5a269efe6d" ], "Date": [ - "Fri, 13 Jul 2018 20:05:16 GMT" + "Wed, 18 Mar 2020 20:53:35 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Content-Length": [ + "790" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/SUBSCRIPTIONS/1E42591F-1F0C-4C5A-B7F2-A268F6105EC5/RESOURCEGROUPS/PS9237/PROVIDERS/MICROSOFT.DATAFACTORY/FACTORIES/PS6184/pipelineruns/379958e9-d519-4956-9d5b-8fddb9c5d9da\",\r\n \"runId\": \"379958e9-d519-4956-9d5b-8fddb9c5d9da\",\r\n \"debugRunId\": null,\r\n \"runGroupId\": \"31f1bc88-c715-4cd9-b31f-73e51da2e079\",\r\n \"pipelineName\": \"samplePipeline\",\r\n \"parameters\": {\r\n \"OutputBlobName\": \"test\"\r\n },\r\n \"invokedBy\": {\r\n \"id\": \"68ce3833bf5540eabce56a1ace527113\",\r\n \"name\": \"Manual\",\r\n \"invokedByType\": \"Manual\"\r\n },\r\n \"runStart\": \"2020-03-18T20:51:33.1570164Z\",\r\n \"runEnd\": \"2020-03-18T20:51:50.98337Z\",\r\n \"durationInMs\": 17826,\r\n \"status\": \"Failed\",\r\n \"message\": \"Operation on target MyCopyActivity_0_0 failed: The workflow parameter 'OutputBlobName' is not found\",\r\n \"lastUpdated\": \"2020-03-18T20:51:50.98337Z\",\r\n \"annotations\": [],\r\n \"runDimension\": {},\r\n \"isLatest\": false\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/pipelineruns/1c03a302-824b-4265-838d-12816ff47419?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9waXBlbGluZXJ1bnMvMWMwM2EzMDItODI0Yi00MjY1LTgzOGQtMTI4MTZmZjQ3NDE5P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/pipelines/samplePipeline/createRun?api-version=2018-06-01&referencePipelineRunId=31f1bc88-c715-4cd9-b31f-73e51da2e079&isRecovery=true&startFromFailure=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvcGlwZWxpbmVzL3NhbXBsZVBpcGVsaW5lL2NyZWF0ZVJ1bj9hcGktdmVyc2lvbj0yMDE4LTA2LTAxJnJlZmVyZW5jZVBpcGVsaW5lUnVuSWQ9MzFmMWJjODgtYzcxNS00Y2Q5LWIzMWYtNzNlNTFkYTJlMDc5JmlzUmVjb3Zlcnk9dHJ1ZSZzdGFydEZyb21GYWlsdXJlPXRydWU=", + "RequestMethod": "POST", + "RequestBody": "{}", "RequestHeaders": { "x-ms-client-request-id": [ - "119b6d08-1ea5-4c3a-b233-02ceec9fb5ad" + "c221499a-d3dd-4ca7-9747-a120396fe175" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"runId\": \"1c03a302-824b-4265-838d-12816ff47419\",\r\n \"pipelineName\": \"samplePipeline\",\r\n \"parameters\": {\r\n \"OutputBlobName\": \"test\"\r\n },\r\n \"invokedBy\": {\r\n \"id\": \"4eb574bd1a0e42d4a109a953377c3286\",\r\n \"name\": \"Manual\",\r\n \"invokedByType\": \"Manual\"\r\n },\r\n \"runStart\": \"2018-07-13T20:05:04.5773323Z\",\r\n \"runEnd\": null,\r\n \"durationInMs\": null,\r\n \"status\": \"Cancelled\",\r\n \"message\": \"\",\r\n \"lastUpdated\": \"2018-07-13T20:05:13.0005664Z\",\r\n \"annotations\": []\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "386" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" + "Content-Length": [ + "2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -816,62 +1289,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-request-id": [ - "2c809d6e-95c5-43b4-81dd-94c696d6b581" + "1bae4b98-6213-4d41-bde4-693cef2522f0" ], "x-ms-correlation-request-id": [ - "2c809d6e-95c5-43b4-81dd-94c696d6b581" + "1bae4b98-6213-4d41-bde4-693cef2522f0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200517Z:2c809d6e-95c5-43b4-81dd-94c696d6b581" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T205335Z:1bae4b98-6213-4d41-bde4-693cef2522f0" ], "Date": [ - "Fri, 13 Jul 2018 20:05:17 GMT" + "Wed, 18 Mar 2020 20:53:34 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Content-Length": [ + "48" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"runId\": \"c221499a-d3dd-4ca7-9747-a120396fe175\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975/pipelineruns/1c03a302-824b-4265-838d-12816ff47419?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NS9waXBlbGluZXJ1bnMvMWMwM2EzMDItODI0Yi00MjY1LTgzOGQtMTI4MTZmZjQ3NDE5P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184?api-version=2018-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQ/YXBpLXZlcnNpb249MjAxOC0wNi0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d15d0ad6-0840-46da-be70-9750834adb23" + "bc645cb0-f3ca-44d4-b356-fa7c7167c09a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/4.8.0.0" ] }, - "ResponseBody": "{\r\n \"runId\": \"1c03a302-824b-4265-838d-12816ff47419\",\r\n \"pipelineName\": \"samplePipeline\",\r\n \"parameters\": {\r\n \"OutputBlobName\": \"test\"\r\n },\r\n \"invokedBy\": {\r\n \"id\": \"4eb574bd1a0e42d4a109a953377c3286\",\r\n \"name\": \"Manual\",\r\n \"invokedByType\": \"Manual\"\r\n },\r\n \"runStart\": \"2018-07-13T20:05:04.5773323Z\",\r\n \"runEnd\": null,\r\n \"durationInMs\": null,\r\n \"status\": \"Cancelled\",\r\n \"message\": \"\",\r\n \"lastUpdated\": \"2018-07-13T20:05:13.0005664Z\",\r\n \"annotations\": []\r\n}", "ResponseHeaders": { - "Content-Length": [ - "386" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" @@ -882,140 +1355,137 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "eea14680-5897-4ee5-8ed9-48f6314ec076" + "658def69-670a-406e-a50f-400038cd17c3" ], "x-ms-correlation-request-id": [ - "eea14680-5897-4ee5-8ed9-48f6314ec076" + "658def69-670a-406e-a50f-400038cd17c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200517Z:eea14680-5897-4ee5-8ed9-48f6314ec076" - ], - "Cache-Control": [ - "no-cache" + "WESTUS:20200318T205340Z:658def69-670a-406e-a50f-400038cd17c3" ], "Date": [ - "Fri, 13 Jul 2018 20:05:17 GMT" + "Wed, 18 Mar 2020 20:53:39 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Expires": [ + "-1" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourceGroups/ps451/providers/Microsoft.DataFactory/factories/ps6975?api-version=2018-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlR3JvdXBzL3BzNDUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUZhY3RvcnkvZmFjdG9yaWVzL3BzNjk3NT9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourcegroups/ps9237?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlZ3JvdXBzL3BzOTIzNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6943d8f3-f4bb-4045-bba6-09d5c399b7fb" + "886038ad-88e9-4432-a4f1-8f0639c2b76d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient/1.0.0.0" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.9" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMzctV0VTVEVVUk9QRSIsImpvYkxvY2F0aW9uIjoid2VzdGV1cm9wZSJ9?api-version=2016-09-01" ], - "X-Content-Type-Options": [ - "nosniff" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" + "14999" ], "x-ms-request-id": [ - "e38d8346-3fd0-4557-8ff3-857d24219edf" + "f10618bc-d323-48ce-b766-c2dba0d3c235" ], "x-ms-correlation-request-id": [ - "e38d8346-3fd0-4557-8ff3-857d24219edf" + "f10618bc-d323-48ce-b766-c2dba0d3c235" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200519Z:e38d8346-3fd0-4557-8ff3-857d24219edf" + "WESTUS:20200318T205345Z:f10618bc-d323-48ce-b766-c2dba0d3c235" ], - "Cache-Control": [ - "no-cache" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Fri, 13 Jul 2018 20:05:18 GMT" + "Wed, 18 Mar 2020 20:53:45 GMT" ], - "Server": [ - "Microsoft-IIS/8.5" + "Expires": [ + "-1" ], - "X-Powered-By": [ - "ASP.NET" + "Content-Length": [ + "0" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/resourcegroups/ps451?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L3Jlc291cmNlZ3JvdXBzL3BzNDUxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMzctV0VTVEVVUk9QRSIsImpvYkxvY2F0aW9uIjoid2VzdGV1cm9wZSJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU16Y3RWMFZUVkVWVlVrOVFSU0lzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEdWMWNtOXdaU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "4c241300-62da-463f-8f8e-a7d3e5b2216d" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.9" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMzctV0VTVEVVUk9QRSIsImpvYkxvY2F0aW9uIjoid2VzdGV1cm9wZSJ9?api-version=2016-09-01" + ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-request-id": [ - "a3019531-1624-4242-b829-5b38ca62b2f4" + "69ea15e2-f048-4ffd-9c4a-53bcbfb67001" ], "x-ms-correlation-request-id": [ - "a3019531-1624-4242-b829-5b38ca62b2f4" + "69ea15e2-f048-4ffd-9c4a-53bcbfb67001" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200521Z:a3019531-1624-4242-b829-5b38ca62b2f4" + "WESTUS:20200318T205400Z:69ea15e2-f048-4ffd-9c4a-53bcbfb67001" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1023,56 +1493,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" - ], "Date": [ - "Fri, 13 Jul 2018 20:05:20 GMT" + "Wed, 18 Mar 2020 20:54:00 GMT" ], - "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMzctV0VTVEVVUk9QRSIsImpvYkxvY2F0aW9uIjoid2VzdGV1cm9wZSJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU16Y3RWMFZUVkVWVlVrOVFSU0lzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEdWMWNtOXdaU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.9" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMzctV0VTVEVVUk9QRSIsImpvYkxvY2F0aW9uIjoid2VzdGV1cm9wZSJ9?api-version=2016-09-01" + ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "11995" ], "x-ms-request-id": [ - "eab15e67-c913-4687-a093-86cb28909ba3" + "f2bfeec3-0e3e-4687-a224-0d8eb1733c57" ], "x-ms-correlation-request-id": [ - "eab15e67-c913-4687-a093-86cb28909ba3" + "f2bfeec3-0e3e-4687-a224-0d8eb1733c57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200536Z:eab15e67-c913-4687-a093-86cb28909ba3" + "WESTUS:20200318T205416Z:f2bfeec3-0e3e-4687-a224-0d8eb1733c57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1080,53 +1550,50 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" - ], "Date": [ - "Fri, 13 Jul 2018 20:05:36 GMT" + "Wed, 18 Mar 2020 20:54:15 GMT" ], - "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMzctV0VTVEVVUk9QRSIsImpvYkxvY2F0aW9uIjoid2VzdGV1cm9wZSJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU16Y3RWMFZUVkVWVlVrOVFSU0lzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEdWMWNtOXdaU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.9" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "11994" ], "x-ms-request-id": [ - "26950ed4-1bcd-48e4-9df0-5c2b8eb5ea35" + "16171ae7-d982-4914-b703-59978d68e32a" ], "x-ms-correlation-request-id": [ - "26950ed4-1bcd-48e4-9df0-5c2b8eb5ea35" + "16171ae7-d982-4914-b703-59978d68e32a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200552Z:26950ed4-1bcd-48e4-9df0-5c2b8eb5ea35" + "WESTUS:20200318T205431Z:16171ae7-d982-4914-b703-59978d68e32a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1134,50 +1601,50 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" - ], "Date": [ - "Fri, 13 Jul 2018 20:05:51 GMT" + "Wed, 18 Mar 2020 20:54:30 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c39dce18-cead-4065-8fb1-3af7683a5038/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzM5ZGNlMTgtY2VhZC00MDY1LThmYjEtM2FmNzY4M2E1MDM4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyMzctV0VTVEVVUk9QRSIsImpvYkxvY2F0aW9uIjoid2VzdGV1cm9wZSJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU16Y3RWMFZUVkVWVlVrOVFSU0lzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEdWMWNtOXdaU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.7.2650.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" + "FxVersion/4.6.27521.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.9" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" + "Cache-Control": [ + "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "11993" ], "x-ms-request-id": [ - "d2ed6c56-1cca-4b75-b1a9-1eaa15d21b69" + "69b6a1d5-a801-4c4a-9a20-613b66c3da7a" ], "x-ms-correlation-request-id": [ - "d2ed6c56-1cca-4b75-b1a9-1eaa15d21b69" + "69b6a1d5-a801-4c4a-9a20-613b66c3da7a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20180713T200552Z:d2ed6c56-1cca-4b75-b1a9-1eaa15d21b69" + "WESTUS:20200318T205431Z:69b6a1d5-a801-4c4a-9a20-613b66c3da7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1185,23 +1652,27 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" - ], "Date": [ - "Fri, 13 Jul 2018 20:05:51 GMT" + "Wed, 18 Mar 2020 20:54:31 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 200 } ], "Names": { "Test-Run": [ - "ps6975", - "ps451" + "ps6184", + "ps9237" ] }, "Variables": { - "SubscriptionId": "c39dce18-cead-4065-8fb1-3af7683a5038" + "SubscriptionId": "1e42591f-1f0c-4c5a-b7f2-a268f6105ec5" } } \ No newline at end of file diff --git a/src/DataFactory/DataFactoryV2/Constants.cs b/src/DataFactory/DataFactoryV2/Constants.cs index 050146e37d47..16ddea8081ac 100644 --- a/src/DataFactory/DataFactoryV2/Constants.cs +++ b/src/DataFactory/DataFactoryV2/Constants.cs @@ -182,6 +182,14 @@ internal static class Constants public const string HelpParameterFileForRun = "The name of the file with parameters for pipeline run."; + public const string HelpReferencePipelineRunIdForRun = "The pipeline run ID for rerun. If run ID is specified, the parameters of the specified run will be used to create a new run."; + + public const string HelpIsRecoveryForRun = "Recovery mode flag. If recovery mode is set to true, the specified referenced pipeline run and the new run will be grouped under the same groupId."; + + public const string HelpStartActivityNameForRun = "In recovery mode, the rerun will start from this activity. If not specified, all activities will run."; + + public const string HelpStartFromFailureForRun = "Start rerun from failed activities flag. In recovery mode, if specified, the rerun will start from failed activities."; + public const string HelpQueryParametersForRun = "Query parameters for pipeline run."; public const string HelpRunStartedAfter = "The time at or after which the pipeline run started to execute in ISO8601 format."; diff --git a/src/DataFactory/DataFactoryV2/Models/DataFactoryClient.Pipelines.cs b/src/DataFactory/DataFactoryV2/Models/DataFactoryClient.Pipelines.cs index aa01d60623be..fff91d7d6e3d 100644 --- a/src/DataFactory/DataFactoryV2/Models/DataFactoryClient.Pipelines.cs +++ b/src/DataFactory/DataFactoryV2/Models/DataFactoryClient.Pipelines.cs @@ -100,9 +100,10 @@ public virtual List ListPipelines(AdfEntityFilterOptions filterOptio return pipelines; } - public virtual string CreatePipelineRun(string resourceGroupName, string dataFactoryName, string pipelineName, Dictionary paramDictionary) + public virtual string CreatePipelineRun(string resourceGroupName, string dataFactoryName, string pipelineName, Dictionary paramDictionary, string referencePipelineRunId, bool? isRecovery, string startActivityName, bool? startFromFailure) { - CreateRunResponse response = this.DataFactoryManagementClient.Pipelines.CreateRun(resourceGroupName, dataFactoryName, pipelineName, parameters: paramDictionary); + CreateRunResponse response = this.DataFactoryManagementClient.Pipelines.CreateRun(resourceGroupName, dataFactoryName, pipelineName, parameters: paramDictionary, + referencePipelineRunId: referencePipelineRunId, isRecovery: isRecovery, startActivityName: startActivityName, startFromFailure: startFromFailure); return response.RunId; } diff --git a/src/DataFactory/DataFactoryV2/Runs/InvokeAzureDataFactoryPipelineCommand.cs b/src/DataFactory/DataFactoryV2/Runs/InvokeAzureDataFactoryPipelineCommand.cs index 5490ad38b9d8..2cc80bdb053b 100644 --- a/src/DataFactory/DataFactoryV2/Runs/InvokeAzureDataFactoryPipelineCommand.cs +++ b/src/DataFactory/DataFactoryV2/Runs/InvokeAzureDataFactoryPipelineCommand.cs @@ -72,6 +72,48 @@ public class InvokeAzureDataFactoryPipelineCommand : DataFactoryBaseCmdlet [ValidateNotNullOrEmpty] public string ParameterFile { get; set; } + [Parameter(ParameterSetName = ParameterSetNames.ByFactoryNameByParameterFile, Position = 4, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpReferencePipelineRunIdForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByFactoryNameByParameterObject, Position = 4, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpReferencePipelineRunIdForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByPipelineObjectByParameterObject, Position = 2, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpReferencePipelineRunIdForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByPipelineObjectByParameterFile, Position = 2, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpReferencePipelineRunIdForRun)] + [ValidateNotNullOrEmpty] + public string ReferencePipelineRunId { get; set; } + + [Parameter(ParameterSetName = ParameterSetNames.ByFactoryNameByParameterFile, Position = 5, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpIsRecoveryForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByFactoryNameByParameterObject, Position = 5, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpIsRecoveryForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByPipelineObjectByParameterObject, Position = 3, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpIsRecoveryForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByPipelineObjectByParameterFile, Position = 3, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpIsRecoveryForRun)] + public SwitchParameter IsRecovery { get; set; } + + [Parameter(ParameterSetName = ParameterSetNames.ByFactoryNameByParameterFile, Position = 6, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpStartActivityNameForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByFactoryNameByParameterObject, Position = 6, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpStartActivityNameForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByPipelineObjectByParameterObject, Position = 4, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpStartActivityNameForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByPipelineObjectByParameterFile, Position = 4, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpStartActivityNameForRun)] + [ValidateNotNullOrEmpty] + public string StartActivityName { get; set; } + + [Parameter(ParameterSetName = ParameterSetNames.ByFactoryNameByParameterFile, Position = 7, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpStartFromFailureForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByFactoryNameByParameterObject, Position = 7, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpStartFromFailureForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByPipelineObjectByParameterObject, Position = 5, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpStartFromFailureForRun)] + [Parameter(ParameterSetName = ParameterSetNames.ByPipelineObjectByParameterFile, Position = 5, Mandatory = false, ValueFromPipelineByPropertyName = true, + HelpMessage = Constants.HelpStartFromFailureForRun)] + public SwitchParameter StartFromFailure { get; set; } + public override void ExecuteCmdlet() { if (ParameterSetName.Equals(ParameterSetNames.ByPipelineObjectByParameterFile, StringComparison.OrdinalIgnoreCase) @@ -103,7 +145,19 @@ public override void ExecuteCmdlet() paramDictionary = ReadParametersFromJson(); } - WriteObject(DataFactoryClient.CreatePipelineRun(ResourceGroupName, DataFactoryName, PipelineName, paramDictionary)); + bool? isRecovery = null; + bool? startFromFailure = null; + if (IsRecovery.IsPresent) + { + isRecovery = true; + + if (StartFromFailure.IsPresent) + { + startFromFailure = true; + } + } + + WriteObject(DataFactoryClient.CreatePipelineRun(ResourceGroupName, DataFactoryName, PipelineName, paramDictionary, ReferencePipelineRunId, isRecovery, StartActivityName, startFromFailure)); } private Dictionary ReadParametersFromJson() From c3fc4f17296eb6f13ad63bb526dbde5b5228dc3e Mon Sep 17 00:00:00 2001 From: lijzha Date: Wed, 18 Mar 2020 15:42:44 -0700 Subject: [PATCH 2/3] Update changeLog --- src/DataFactory/DataFactoryV2/Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DataFactory/DataFactoryV2/Changelog.md b/src/DataFactory/DataFactoryV2/Changelog.md index 4a0118040314..9ded65148cf6 100644 --- a/src/DataFactory/DataFactoryV2/Changelog.md +++ b/src/DataFactory/DataFactoryV2/Changelog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release * Update ADF .Net SDK version to 4.8.0 +* Add optional parameters to Invoke-AzDataFactoryV2Pipeline command to support rerun ## Version 1.6.1 * Update ADF .Net SDK version to 4.7.0 From 14b2975ed43c1f975b735e97fd469871e39eb28f Mon Sep 17 00:00:00 2001 From: lijzha Date: Wed, 18 Mar 2020 16:12:39 -0700 Subject: [PATCH 3/3] Fix --- .../TestRunV2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataFactory/DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataFactoryV2.Test.RunTests/TestRunV2.json b/src/DataFactory/DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataFactoryV2.Test.RunTests/TestRunV2.json index f3686d7205e2..28cff151182d 100644 --- a/src/DataFactory/DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataFactoryV2.Test.RunTests/TestRunV2.json +++ b/src/DataFactory/DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataFactoryV2.Test.RunTests/TestRunV2.json @@ -142,7 +142,7 @@ "RequestUri": "/subscriptions/1e42591f-1f0c-4c5a-b7f2-a268f6105ec5/resourceGroups/ps9237/providers/Microsoft.DataFactory/factories/ps6184/linkedservices/foo1?api-version=2018-06-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWU0MjU5MWYtMWYwYy00YzVhLWI3ZjItYTI2OGY2MTA1ZWM1L3Jlc291cmNlR3JvdXBzL3BzOTIzNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFGYWN0b3J5L2ZhY3Rvcmllcy9wczYxODQvbGlua2Vkc2VydmljZXMvZm9vMT9hcGktdmVyc2lvbj0yMDE4LTA2LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"AzureStorage\",\r\n \"typeProperties\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=lijzhastorage;AccountKey=xgey/pbbifQbfAO65L8OmXC0Xgp5mCEcby/kqO8VMHwXkDwCkgie5W/ltuUao1j5fPwuHGQA3mTeP3KryUQo/w==;EndpointSuffix=core.windows.net;\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"type\": \"AzureStorage\",\r\n \"typeProperties\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=myaccount;AccountKey=myfakekey;\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ "0acf5190-7836-40b6-83bd-86b632c42007"