From 262ce71f53dd2254514a0d9ced106de9ab5dcfc7 Mon Sep 17 00:00:00 2001 From: Brandon Klein Date: Tue, 9 Jul 2019 13:55:51 -0700 Subject: [PATCH] fix for tests --- batch-cli-extensions/azext_batch/_params.py | 4 +- .../azext_batch/azext_metadata.json | 2 +- tests/README | 1 + .../test_batch_extensions_live.yaml | 7661 +++++++---------- tests/test_extensions.py.orig | 1633 ++++ tests/test_live.py | 73 +- 6 files changed, 4787 insertions(+), 4587 deletions(-) create mode 100644 tests/test_extensions.py.orig diff --git a/batch-cli-extensions/azext_batch/_params.py b/batch-cli-extensions/azext_batch/_params.py index bb56078..5a43540 100644 --- a/batch-cli-extensions/azext_batch/_params.py +++ b/batch-cli-extensions/azext_batch/_params.py @@ -6,7 +6,7 @@ from argcomplete.completers import FilesCompleter from azure.cli.core.commands.parameters import file_type -from azure.cli.command_modules.batch._completers import load_node_agent_skus +from azure.cli.command_modules.batch._completers import load_supported_images from azure.cli.command_modules.batch._validators import ( metadata_item_format, certificate_reference_format, validate_json_file, environment_setting_format, resource_file_format) @@ -30,7 +30,7 @@ def load_arguments(self, _): c.argument('os_family', arg_group="Pool: Cloud Service Configuration", help='The Azure Guest OS family to be installed on the virtual machines in the pool. Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases). Allowed values: 2, 3, 4, 5.') c.argument('node_agent_sku_id', arg_group="Pool: Virtual Machine Configuration", help='The SKU of the Batch node agent to be provisioned on compute nodes in the pool. The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the \'List supported node agent SKUs\' operation.') - c.argument('image', completer=load_node_agent_skus, arg_group="Pool: Virtual Machine Configuration", + c.argument('image', completer=load_supported_images, arg_group="Pool: Virtual Machine Configuration", help="OS image reference. This can be either 'publisher:offer:sku[:version]' format, or a fully qualified ARM image id of the form '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName}'. If 'publisher:offer:sku[:version]' format, version is optional and if omitted latest will be used. Valid values can be retrieved via 'az batch pool node-agent-skus list'. For example: 'MicrosoftWindowsServer:WindowsServer:2012-R2-Datacenter:latest'") with self.argument_context('batch job create') as c: diff --git a/batch-cli-extensions/azext_batch/azext_metadata.json b/batch-cli-extensions/azext_batch/azext_metadata.json index 6327532..ce52cb6 100644 --- a/batch-cli-extensions/azext_batch/azext_metadata.json +++ b/batch-cli-extensions/azext_batch/azext_metadata.json @@ -1,4 +1,4 @@ { - "azext.minCliCoreVersion": "2.0.69", + "azext.minCliCoreVersion": "2.0.68", "azext.maxCliCoreVersion": "2.1.0" } \ No newline at end of file diff --git a/tests/README b/tests/README index 70760e3..55a411d 100644 --- a/tests/README +++ b/tests/README @@ -1,5 +1,6 @@ ##To Record Tests: +* Set environment variable AZURE_EXTENSION_DIR=./.azure/devcliextensions and * Delete all previous recordings located at tests/recordings (but not the folder) * Create the accounts below and set the respective values: * AZURE_BATCH_ACCOUNT diff --git a/tests/recordings/test_batch_extensions_live.yaml b/tests/recordings/test_batch_extensions_live.yaml index 985e748..dfb5b46 100644 --- a/tests/recordings/test_batch_extensions_live.yaml +++ b/tests/recordings/test_batch_extensions_live.yaml @@ -8,7 +8,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -17,13 +17,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "9c13d12c-4a9e-11e9-9ed4-44032c851686" + "4d3d85e6-a28a-11e9-ae25-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:27:49 GMT" + "Tue, 09 Jul 2019 20:44:09 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:rwUezQaAZBypX3tsUJeR6BClRivHsujKlqKNXTOPE5g=" + "SharedKey sdkteststore2:NQnI8+atQfCIsWRf2SD4vDLrbEJ9LH49q9CWavpk7vw=" ] } }, @@ -33,20 +33,20 @@ "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:09 GMT" + ], + "Content-Type": [ + "application/xml" + ], "x-ms-version": [ "2017-07-29" ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:49 GMT" - ], - "Content-Type": [ - "application/xml" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { @@ -57,11 +57,11 @@ { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/nodeagentskus?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/supportedimages?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -73,16 +73,16 @@ "keep-alive" ], "client-request-id": [ - "9c3668f6-4a9e-11e9-9e9f-44032c851686" + "4d611f3a-a28a-11e9-b3d1-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:49 GMT" + "Tue, 09 Jul 2019 20:44:09 GMT" ], "Authorization": [ - "SharedKey sdktest2:9stWdpvQSHLD+eL1RwdrkpU4t4A5eG661BrwKItwCsk=" + "SharedKey sdktest2:uNCnxpgvJu8nwmfp0lhvvddnQSXHiW+1jY583iNJhzg=" ] } }, @@ -92,44 +92,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:10 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "0fd064a5-773a-4d05-a4ef-597f45c6eb34" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:49 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "7b40afa2-a7f1-4111-a27c-f29e735afde5" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodeagentskus\",\"value\":[\r\n {\r\n \"id\":\"batch.node.centos 7\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"Oracle\",\"offer\":\"Oracle-Linux\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"linux-data-science-vm\",\"sku\":\"linuxdsvm\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-centos73\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-5\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container-rdma\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.debian 8\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Credativ\",\"offer\":\"Debian\",\"sku\":\"8\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.debian 9\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Credativ\",\"offer\":\"Debian\",\"sku\":\"9\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 14.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"14.04.5-LTS\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 16.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04-LTS\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"linux-data-science-vm-ubuntu\",\"sku\":\"linuxdsvmubuntu\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container-rdma\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 18.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"18.04-LTS\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.windows amd64\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2008-R2-SP1\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2008-R2-SP1-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-with-Containers-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-with-Containers-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"dsvm-windows\",\"sku\":\"server-2016\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-windows2016\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"windows\"\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#supportedimages\",\"value\":[\r\n {\r\n \"imageReference\":{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-centos73\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-windows2016\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"14.04.5-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 14.04\",\"batchSupportEndOfLife\":\"2019-06-15T00:00:00Z\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04.0-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"18.04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 18.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"8\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.debian 8\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"8-backports\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.debian 8\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"9\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.debian 9\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"9-backports\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.debian 9\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"linux-data-science-vm\",\"sku\":\"linuxdsvm\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"standard-data-science-vm\",\"sku\":\"standard-data-science-vm\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container-rdma\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container-rdma\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"SupportsRDMAOnly\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"azureml\",\"sku\":\"runtime\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"dsvm-windows\",\"sku\":\"server-2016\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"linux-data-science-vm-ubuntu\",\"sku\":\"linuxdsvmubuntu\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2008-r2-sp1\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2008-r2-sp1-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-r2-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-r2-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1709-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1709-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1803-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1809-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.0\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.2\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0", - "body": "{\"id\": \"ncj-ubuntu1404\", \"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"Canonical\", \"offer\": \"UbuntuServer\", \"sku\": \"14.04.5-LTS\"}, \"nodeAgentSKUId\": \"batch.node.ubuntu 14.04\"}, \"targetDedicatedNodes\": 1}", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2019-06-01.9.0", + "body": "{\"id\": \"ncj-ubuntu1604\", \"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"canonical\", \"offer\": \"ubuntuserver\", \"sku\": \"16.04-lts\"}, \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"}, \"targetDedicatedNodes\": 1}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -144,19 +144,19 @@ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "9c5076cc-4a9e-11e9-b43b-44032c851686" + "4d8b3c0c-a28a-11e9-bd9c-44032c851686" ], "accept-language": [ "en-US" ], "Content-Length": [ - "250" + "248" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:49 GMT" + "Tue, 09 Jul 2019 20:44:10 GMT" ], "Authorization": [ - "SharedKey sdktest2:D+WhwIMnk2bf7SRpqIYeshQC0Q0ChfdAsieyPcVeEOc=" + "SharedKey sdktest2:/Cxj2V6XJYs8s2qk5G0Djm2TaDRYxjS0HjTzbFdcC1Y=" ] } }, @@ -166,44 +166,44 @@ "message": "The specified pool already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:10 GMT" + ], "Content-Length": [ "334" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:50 GMT" + "request-id": [ + "65f52b24-11e2-4b2a-a0df-3fb6ac8db514" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "e670b252-4ea7-454d-9c31-9477f390dc3e" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"PoolExists\",\"message\":{\r\n \"lang\":\"en-US\",\"value\":\"The specified pool already exists.\\nRequestId:e670b252-4ea7-454d-9c31-9477f390dc3e\\nTime:2019-03-19T23:27:50.1181566Z\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"PoolExists\",\"message\":{\r\n \"lang\":\"en-US\",\"value\":\"The specified pool already exists.\\nRequestId:65f52b24-11e2-4b2a-a0df-3fb6ac8db514\\nTime:2019-07-09T20:44:10.1637966Z\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -215,16 +215,16 @@ "keep-alive" ], "client-request-id": [ - "9c738dae-4a9e-11e9-b49b-44032c851686" + "4d98a99e-a28a-11e9-871b-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:50 GMT" + "Tue, 09 Jul 2019 20:44:10 GMT" ], "Authorization": [ - "SharedKey sdktest2:Jen0gD+K/kI6dm8rOedg8X7JAaehoV8g+fuCwbrmSYM=" + "SharedKey sdktest2:ZmuAzcwvTmKbTTWhKX9NvPlOfHnkpSrTi6FIvPfMV+s=" ] } }, @@ -234,50 +234,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 17:17:33 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:10 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6AC8EC6A26F9B" + "0x8D704909FB8CBE5" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "a256601a-4256-470a-ac7d-9a288e80a215" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 17:12:29 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:49 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "6c9d7fb0-1703-4fa9-9034-ddd79172f432" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"ncj-ubuntu1404\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404\",\"eTag\":\"0x8D6AC8EC6A26F9B\",\"lastModified\":\"2019-03-19T17:17:33.7371547Z\",\"creationTime\":\"2019-03-19T17:17:33.7371547Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T17:17:33.7371547Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-03-19T17:18:44.5755885Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"14.04.5-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 14.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"ncj-ubuntu1604\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604\",\"eTag\":\"0x8D704909FB8CBE5\",\"lastModified\":\"2019-07-09T17:12:29.7704421Z\",\"creationTime\":\"2019-07-09T17:12:29.7704421Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T17:12:29.7704421Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-07-09T17:13:46.5407334Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04-lts\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -289,16 +289,16 @@ "keep-alive" ], "client-request-id": [ - "9c8eb60c-4a9e-11e9-bbc7-44032c851686" + "4da35b80-a28a-11e9-b6d0-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:50 GMT" + "Tue, 09 Jul 2019 20:44:10 GMT" ], "Authorization": [ - "SharedKey sdktest2:y6HrfP3+sgTd1/UCnjF+sklcAf6b5XbDuqv+rWOxz3o=" + "SharedKey sdktest2:QukWv8xyW/Qr1ghqnxyls+V23/vlnEDNH4L4RY0VW3s=" ] } }, @@ -308,44 +308,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:10 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "ea27dbfd-80bd-4ceb-9772-b33b8b7df406" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:50 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "00226556-e39b-406e-94fb-48cec3ddc70f" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n {\r\n \"id\":\"tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2019-03-19T23:03:28.264174Z\",\"lastBootTime\":\"2019-03-19T17:19:43.790082Z\",\"allocationTime\":\"2019-03-19T17:18:44.3102281Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"vmSize\":\"standard_d1_v2\",\"totalTasksRun\":33,\"totalTasksSucceeded\":33,\"runningTasksCount\":0,\"recentTasks\":[\r\n {\r\n \"taskUrl\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/tasks/myTask\",\"jobId\":\"ncj-ubuntu1404\",\"taskId\":\"myTask\",\"taskState\":\"completed\",\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:03:27.6669Z\",\"endTime\":\"2019-03-19T23:03:28.239317Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ],\"isDedicated\":true,\"endpointConfiguration\":{\r\n \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"52.253.128.132\",\"publicFQDN\":\"dns8acf7c8a-b472-4109-b00d-eb2ad33fafa3-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2019-03-19T17:19:43.790082Z\",\"version\":\"1.5.3\"\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n {\r\n \"id\":\"tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2019-07-09T20:41:01.880067Z\",\"lastBootTime\":\"2019-07-09T17:14:15.627601Z\",\"allocationTime\":\"2019-07-09T17:13:45.4473319Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"vmSize\":\"standard_d1_v2\",\"totalTasksRun\":7,\"totalTasksSucceeded\":7,\"runningTasksCount\":0,\"recentTasks\":[\r\n {\r\n \"taskUrl\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/tasks/myTask\",\"jobId\":\"ncj-ubuntu1604\",\"taskId\":\"myTask\",\"taskState\":\"completed\",\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:40:26.608632Z\",\"endTime\":\"2019-07-09T20:41:01.845032Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ],\"isDedicated\":true,\"endpointConfiguration\":{\r\n \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"52.159.18.113\",\"publicFQDN\":\"dns8efb9217-c7b2-4dcf-83e4-41d2c8a641e5-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2019-07-09T17:14:15.627601Z\",\"version\":\"1.5.11\"\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2018-12-01.8.0&timeout=30", - "body": "{\"id\": \"ncj-ubuntu1404\", \"poolInfo\": {\"poolId\": \"ncj-ubuntu1404\"}}", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2019-06-01.9.0&timeout=30", + "body": "{\"id\": \"ncj-ubuntu1604\", \"poolInfo\": {\"poolId\": \"ncj-ubuntu1604\"}}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -357,13 +357,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "9ce739a6-4a9e-11e9-b283-44032c851686" + "4e0401e6-a28a-11e9-85ee-44032c851686" ], "accept-language": [ "en-US" @@ -382,38 +382,38 @@ "message": "Created" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:27:52 GMT" - ], - "Location": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:11 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceId": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC28213754B" + "0x8D704AE32962EA8" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "df96b7a9-5608-4246-93e6-3a108c8f7a4f" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:11 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:52 GMT" + "DataServiceVersion": [ + "3.0" ], - "request-id": [ - "b29bf84a-0e4a-452f-ae96-815af16ec987" + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Location": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" + ], + "DataServiceId": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" ] }, "body": { @@ -424,11 +424,11 @@ { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/addtaskcollection?api-version=2018-12-01.8.0", - "body": "{\"value\": [{\"id\": \"myTask\", \"commandLine\": \"/bin/bash -c \\\"echo test\\\"\", \"outputFiles\": [{\"filePattern\": \"$AZ_BATCH_TASK_DIR/*.txt\", \"destination\": {\"container\": {\"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-03-19T23%3A27%3A49Z&se=2019-03-20T23%3A27%3A49Z&sp=rw&sv=2017-07-29&sr=c&sig=Z%2BAdKtgOu3w4L4WM7NKznBZquwVLKQkynpr5zhWMLdA%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}], \"constraints\": {\"retentionTime\": \"PT1H\"}}]}", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/addtaskcollection?api-version=2019-06-01.9.0", + "body": "{\"value\": [{\"id\": \"myTask\", \"commandLine\": \"/bin/bash -c \\\"echo test\\\"\", \"outputFiles\": [{\"filePattern\": \"$AZ_BATCH_TASK_DIR/*.txt\", \"destination\": {\"container\": {\"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-07-09T20%3A44%3A09Z&se=2019-07-10T20%3A44%3A09Z&sp=rw&sv=2017-07-29&sr=c&sig=QzYCrWE07tnYzxEWJCKfqvtsyYKk3dOgJyc5nOAh05w%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}], \"constraints\": {\"retentionTime\": \"PT1H\"}}]}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -440,19 +440,19 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "9de52998-4a9e-11e9-aaee-44032c851686" + "4e709d86-a28a-11e9-95f9-44032c851686" ], "accept-language": [ "en-US" ], "Content-Length": [ - "477" + "475" ] } }, @@ -462,44 +462,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:10 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "0c32857e-9f0d-42a5-9304-5bcd0e39fdf6" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:53 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "7ebc5f5d-1f6b-461b-8e0a-b05d951205c2" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"myTask\",\"eTag\":\"0x8D6ACC2825FB624\",\"lastModified\":\"2019-03-19T23:27:53.0447396Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/tasks/myTask\"\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"myTask\",\"eTag\":\"0x8D704AE32B5B5FF\",\"lastModified\":\"2019-07-09T20:44:11.7804543Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/tasks/myTask\"\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -511,16 +511,16 @@ "keep-alive" ], "client-request-id": [ - "9e347334-4a9e-11e9-8455-44032c851686" + "4e91c106-a28a-11e9-89a3-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:53 GMT" + "Tue, 09 Jul 2019 20:44:11 GMT" ], "Authorization": [ - "SharedKey sdktest2:L2xhh6Q0LcRhGwlvB5v9dKHVDUlJC94KwiUFZUGT6xY=" + "SharedKey sdktest2:7zSc/hTZx0XC1csFtF+WUH8hl7XDS0e7hz/X6g8qYC0=" ] } }, @@ -530,50 +530,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:27:52 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:11 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC28213754B" + "0x8D704AE32962EA8" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "3f70e138-4c87-4d3b-bcc0-0f743f78525a" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:11 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:52 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "381e4ccc-c5df-4d42-bf8c-b106dedea7be" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"ncj-ubuntu1404\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404\",\"eTag\":\"0x8D6ACC28213754B\",\"lastModified\":\"2019-03-19T23:27:52.5450059Z\",\"creationTime\":\"2019-03-19T23:27:52.5329967Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:27:52.5450059Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n },\"poolInfo\":{\r\n \"poolId\":\"ncj-ubuntu1404\"\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:27:52.5450059Z\",\"poolId\":\"ncj-ubuntu1404\"\r\n },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"ncj-ubuntu1604\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604\",\"eTag\":\"0x8D704AE32962EA8\",\"lastModified\":\"2019-07-09T20:44:11.573828Z\",\"creationTime\":\"2019-07-09T20:44:11.5598278Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:11.573828Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n },\"poolInfo\":{\r\n \"poolId\":\"ncj-ubuntu1604\"\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:11.573828Z\",\"poolId\":\"ncj-ubuntu1604\"\r\n },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/tasks?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/tasks?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -585,16 +585,16 @@ "keep-alive" ], "client-request-id": [ - "9e4e8cba-4a9e-11e9-897c-44032c851686" + "4e99b046-a28a-11e9-bd87-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:53 GMT" + "Tue, 09 Jul 2019 20:44:11 GMT" ], "Authorization": [ - "SharedKey sdktest2:dX8vlq7tJ9DvG48MQ9wvRHv9Nxf/dw3etpMEcUxKGsc=" + "SharedKey sdktest2:OIuwIOY4h7KGp0Fwqa5Wzj/yiMlJCJjlWgURCrvMxPU=" ] } }, @@ -604,44 +604,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:11 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "d26b5ca9-9141-44df-ac4d-97ae1cd583c7" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:52 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "687774a2-473b-4371-a9bd-fce6b99fee53" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/tasks/myTask\",\"eTag\":\"0x8D6ACC2825FB624\",\"creationTime\":\"2019-03-19T23:27:53.0447396Z\",\"lastModified\":\"2019-03-19T23:27:53.0447396Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:27:53.0447396Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-03-19T23%3A27%3A49Z&se=2019-03-20T23%3A27%3A49Z&sp=rw&sv=2017-07-29&sr=c&sig=Z%2BAdKtgOu3w4L4WM7NKznBZquwVLKQkynpr5zhWMLdA%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/tasks/myTask\",\"eTag\":\"0x8D704AE32B5B5FF\",\"creationTime\":\"2019-07-09T20:44:11.7804543Z\",\"lastModified\":\"2019-07-09T20:44:11.7804543Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:11.7804543Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-07-09T20%3A44%3A09Z&se=2019-07-10T20%3A44%3A09Z&sp=rw&sv=2017-07-29&sr=c&sig=QzYCrWE07tnYzxEWJCKfqvtsyYKk3dOgJyc5nOAh05w%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/tasks?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/tasks?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -653,16 +653,16 @@ "keep-alive" ], "client-request-id": [ - "a03367e2-4a9e-11e9-8ac4-44032c851686" + "506cd9a4-a28a-11e9-b38c-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:56 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdktest2:sT/utXjTga9MJ1MlvTX4REuItXWDNODwyLhFMcHd4Ek=" + "SharedKey sdktest2:WbcRvwnjDVko14kVoUdhj93jHPGJbQKsANutjHZ1XYU=" ] } }, @@ -672,44 +672,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "a4e96855-f5b4-4fac-bf57-3f56ff049934" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:56 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "c3d7a8aa-42e4-453b-95dc-1b24e503803a" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/tasks/myTask\",\"eTag\":\"0x8D6ACC2825FB624\",\"creationTime\":\"2019-03-19T23:27:53.0447396Z\",\"lastModified\":\"2019-03-19T23:27:53.0447396Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-03-19T23:27:55.478106Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-03-19T23:27:54.874317Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-03-19T23%3A27%3A49Z&se=2019-03-20T23%3A27%3A49Z&sp=rw&sv=2017-07-29&sr=c&sig=Z%2BAdKtgOu3w4L4WM7NKznBZquwVLKQkynpr5zhWMLdA%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:27:54.874317Z\",\"endTime\":\"2019-03-19T23:27:55.478106Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"poolId\":\"ncj-ubuntu1404\",\"nodeId\":\"tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"taskRootDirectory\":\"workitems/ncj-ubuntu1404/job-1/myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d/files/workitems/ncj-ubuntu1404/job-1/myTask\"\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/tasks/myTask\",\"eTag\":\"0x8D704AE32B5B5FF\",\"creationTime\":\"2019-07-09T20:44:11.7804543Z\",\"lastModified\":\"2019-07-09T20:44:11.7804543Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-07-09T20:44:13.358863Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-07-09T20:44:12.764759Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-07-09T20%3A44%3A09Z&se=2019-07-10T20%3A44%3A09Z&sp=rw&sv=2017-07-29&sr=c&sig=QzYCrWE07tnYzxEWJCKfqvtsyYKk3dOgJyc5nOAh05w%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:12.764759Z\",\"endTime\":\"2019-07-09T20:44:13.358863Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"poolId\":\"ncj-ubuntu1604\",\"nodeId\":\"tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"taskRootDirectory\":\"workitems/ncj-ubuntu1604/job-1/myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d/files/workitems/ncj-ubuntu1604/job-1/myTask\"\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/tasks/myTask?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/tasks/myTask?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -721,16 +721,16 @@ "keep-alive" ], "client-request-id": [ - "a04f2f4c-4a9e-11e9-b1f4-44032c851686" + "50760268-a28a-11e9-a6f8-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:56 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdktest2:R4fPe92IoCFZpbwUMM8HBraviqxqIILaqFfZKpncP0A=" + "SharedKey sdktest2:Uirg6BffWyrdW6fMcayM6+pJFYgTu3+PNN4T/x8WZxY=" ] } }, @@ -740,39 +740,39 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:27:53 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC2825FB624" + "0x8D704AE32B5B5FF" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "56125920-59d0-495e-90e6-37b80c22298e" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:11 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:56 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "fe1b0b87-dc70-4c79-b1bb-54fbbe722d24" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/tasks/myTask\",\"eTag\":\"0x8D6ACC2825FB624\",\"creationTime\":\"2019-03-19T23:27:53.0447396Z\",\"lastModified\":\"2019-03-19T23:27:53.0447396Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-03-19T23:27:55.478106Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-03-19T23:27:54.874317Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-03-19T23%3A27%3A49Z&se=2019-03-20T23%3A27%3A49Z&sp=rw&sv=2017-07-29&sr=c&sig=Z%2BAdKtgOu3w4L4WM7NKznBZquwVLKQkynpr5zhWMLdA%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:27:54.874317Z\",\"endTime\":\"2019-03-19T23:27:55.478106Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"poolId\":\"ncj-ubuntu1404\",\"nodeId\":\"tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"taskRootDirectory\":\"workitems/ncj-ubuntu1404/job-1/myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d/files/workitems/ncj-ubuntu1404/job-1/myTask\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/tasks/myTask\",\"eTag\":\"0x8D704AE32B5B5FF\",\"creationTime\":\"2019-07-09T20:44:11.7804543Z\",\"lastModified\":\"2019-07-09T20:44:11.7804543Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-07-09T20:44:13.358863Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-07-09T20:44:12.764759Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-07-09T20%3A44%3A09Z&se=2019-07-10T20%3A44%3A09Z&sp=rw&sv=2017-07-29&sr=c&sig=QzYCrWE07tnYzxEWJCKfqvtsyYKk3dOgJyc5nOAh05w%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:12.764759Z\",\"endTime\":\"2019-07-09T20:44:13.358863Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"poolId\":\"ncj-ubuntu1604\",\"nodeId\":\"tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"taskRootDirectory\":\"workitems/ncj-ubuntu1604/job-1/myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d/files/workitems/ncj-ubuntu1604/job-1/myTask\"\r\n }\r\n}" } } }, @@ -783,7 +783,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -792,13 +792,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a06ea36e-4a9e-11e9-96fb-44032c851686" + "507f020a-a28a-11e9-b240-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:27:56 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:QDx4Xh7fG58O+IP5rKrfuf6ZEtqzkvrWfMH3HjFC/iY=" + "SharedKey sdkteststore2:ulEX1HorMTfVwtX1wxRTXPivDmRHL9NHHG0bScycOXw=" ] } }, @@ -808,35 +808,35 @@ "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], + "Content-Type": [ + "application/xml" + ], "x-ms-version": [ "2017-07-29" ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:56 GMT" - ], - "Content-Type": [ - "application/xml" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "\ufefffileuploaderr.txtTue, 19 Mar 2019 23:27:55 GMT0x8D6ACC283C122E20application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 19 Mar 2019 23:27:55 GMT0x8D6ACC283C8C570394application/octet-stream0i762QQs2ntgWz2JqpIKJw==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 19 Mar 2019 23:27:55 GMT0x8D6ACC283CC6F9D0application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 19 Mar 2019 23:27:55 GMT0x8D6ACC283C4F42B5application/octet-stream2Oj8otwPiW/Xy0ywAxuiSQ==BlockBlobHottrueunlockedavailabletrue" + "string": "\ufefffileuploaderr.txtTue, 09 Jul 2019 20:44:13 GMT0x8D704AE339AA2480application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 09 Jul 2019 20:44:13 GMT0x8D704AE33A02187506application/octet-streamifFQUQkKiKztHplzwGjT6Q==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 09 Jul 2019 20:44:13 GMT0x8D704AE339DD72B0application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 09 Jul 2019 20:44:13 GMT0x8D704AE339C775A5application/octet-stream2Oj8otwPiW/Xy0ywAxuiSQ==BlockBlobHottrueunlockedavailabletrue" } } }, { "request": { "method": "DELETE", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -848,7 +848,7 @@ "keep-alive" ], "client-request-id": [ - "a0798166-4a9e-11e9-b3f2-44032c851686" + "5089b076-a28a-11e9-8fe4-44032c851686" ], "accept-language": [ "en-US" @@ -857,10 +857,10 @@ "0" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:56 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdktest2:4jtD9bqIM7h0OVm7iQZdGtVCf3eTHChe63MwLN+pm+g=" + "SharedKey sdktest2:K0WcXaNgLreYTmS0PDBt34A1dvZr/KbAIf3tKdqQm3k=" ] } }, @@ -870,26 +870,26 @@ "message": "Accepted" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "e0195966-3320-4305-b608-7e753677708e" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "61cc7e7f-f61a-4794-b781-991c551ab5f5" + "DataServiceVersion": [ + "3.0" ] }, "body": { @@ -904,7 +904,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -913,13 +913,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a092ae6e-4a9e-11e9-a0b9-44032c851686" + "50937534-a28a-11e9-94bb-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:pPW/EN2lF8XNR09jgGl5wgzcbekSrMm8aHMrK+uAJxE=" + "SharedKey sdkteststore2:6Av8IQTtUn+WM6S22OQ82SJC+kw7u6+BJidMZRm2gGY=" ] } }, @@ -929,24 +929,24 @@ "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], + "Content-Type": [ + "application/xml" + ], "x-ms-version": [ "2017-07-29" ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" - ], - "Content-Type": [ - "application/xml" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "\ufefffileuploaderr.txtTue, 19 Mar 2019 23:27:55 GMT0x8D6ACC283C122E20application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 19 Mar 2019 23:27:55 GMT0x8D6ACC283C8C570394application/octet-stream0i762QQs2ntgWz2JqpIKJw==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 19 Mar 2019 23:27:55 GMT0x8D6ACC283CC6F9D0application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 19 Mar 2019 23:27:55 GMT0x8D6ACC283C4F42B5application/octet-stream2Oj8otwPiW/Xy0ywAxuiSQ==BlockBlobHottrueunlockedavailabletrue" + "string": "\ufefffileuploaderr.txtTue, 09 Jul 2019 20:44:13 GMT0x8D704AE339AA2480application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 09 Jul 2019 20:44:13 GMT0x8D704AE33A02187506application/octet-streamifFQUQkKiKztHplzwGjT6Q==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 09 Jul 2019 20:44:13 GMT0x8D704AE339DD72B0application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 09 Jul 2019 20:44:13 GMT0x8D704AE339C775A5application/octet-stream2Oj8otwPiW/Xy0ywAxuiSQ==BlockBlobHottrueunlockedavailabletrue" } } }, @@ -957,7 +957,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -966,13 +966,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a09d35ba-4a9e-11e9-a9d3-44032c851686" + "509e0576-a28a-11e9-a08e-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:GRM/5Zzslw7Pqdkr3ktyJNZa05LNmUN81PvtilOBmIA=" + "SharedKey sdkteststore2:UWUUhpoApBpJig6O9/uwzo2pkM0Hd5q4nyDzU5/VUzM=" ], "Content-Length": [ "0" @@ -985,20 +985,20 @@ "message": "Accepted" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], "Content-Length": [ "0" ], + "x-ms-delete-type-permanent": [ + "true" + ], "x-ms-version": [ "2017-07-29" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-delete-type-permanent": [ - "true" - ], - "Date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" ] }, "body": { @@ -1013,7 +1013,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -1022,13 +1022,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a0a37752-4a9e-11e9-a0a3-44032c851686" + "50a4bc14-a28a-11e9-89b3-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:sQpPdi2/82V2Vel7Cw1bV6jtaL9qw0ts5cj0oVJS2iU=" + "SharedKey sdkteststore2:uMj8Lj2jD/8fuSxdRgmDXK4l0MCpZhINUjikZ7FDQ+s=" ], "Content-Length": [ "0" @@ -1041,20 +1041,20 @@ "message": "Accepted" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], "Content-Length": [ "0" ], + "x-ms-delete-type-permanent": [ + "true" + ], "x-ms-version": [ "2017-07-29" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-delete-type-permanent": [ - "true" - ], - "Date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" ] }, "body": { @@ -1069,7 +1069,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -1078,13 +1078,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a0a991d2-4a9e-11e9-a507-44032c851686" + "50ad1f64-a28a-11e9-bb26-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:Q5aY93JFwtm4P1MDYijYbbGHTiS0gngdIPqrmK1sHug=" + "SharedKey sdkteststore2:yjDmppzZLP2egbbfd7GOfBdPV/XLAYEVWDHJIZ1CHRU=" ], "Content-Length": [ "0" @@ -1097,20 +1097,20 @@ "message": "Accepted" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], "Content-Length": [ "0" ], + "x-ms-delete-type-permanent": [ + "true" + ], "x-ms-version": [ "2017-07-29" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-delete-type-permanent": [ - "true" - ], - "Date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" ] }, "body": { @@ -1125,7 +1125,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -1134,13 +1134,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a0b0489e-4a9e-11e9-91af-44032c851686" + "50b3d646-a28a-11e9-8a0c-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:Utf5tWVgogMsqopJL/gFHJL/y7WkNkidQOaz7HAh3Rw=" + "SharedKey sdkteststore2:1pamX62hUsW6U+XKBErggN1Q+FIN3I4JA6DKIPIEQTM=" ], "Content-Length": [ "0" @@ -1153,20 +1153,20 @@ "message": "Accepted" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], "Content-Length": [ "0" ], + "x-ms-delete-type-permanent": [ + "true" + ], "x-ms-version": [ "2017-07-29" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-delete-type-permanent": [ - "true" - ], - "Date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" ] }, "body": { @@ -1177,11 +1177,11 @@ { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/nodeagentskus?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/supportedimages?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1193,16 +1193,16 @@ "keep-alive" ], "client-request-id": [ - "a0b6b11c-4a9e-11e9-b69b-44032c851686" + "50bade02-a28a-11e9-b355-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdktest2:/F9M1yYOI0BgutZx+bly+9fK94ysk6G++/bBz8LjrOE=" + "SharedKey sdktest2:vGWANy/wNwu2Z0y2o25nO/TtaG1M+4B85Hpa9wndO3g=" ] } }, @@ -1212,44 +1212,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "7427c49d-9556-4fa2-be0d-0021a65ea140" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "26a94106-92f1-4a60-9834-05c30fa4ca9a" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodeagentskus\",\"value\":[\r\n {\r\n \"id\":\"batch.node.centos 7\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"Oracle\",\"offer\":\"Oracle-Linux\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"linux-data-science-vm\",\"sku\":\"linuxdsvm\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-centos73\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-5\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container-rdma\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.debian 8\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Credativ\",\"offer\":\"Debian\",\"sku\":\"8\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.debian 9\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Credativ\",\"offer\":\"Debian\",\"sku\":\"9\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 14.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"14.04.5-LTS\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 16.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04-LTS\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"linux-data-science-vm-ubuntu\",\"sku\":\"linuxdsvmubuntu\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container-rdma\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 18.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"18.04-LTS\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.windows amd64\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2008-R2-SP1\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2008-R2-SP1-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-with-Containers-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-with-Containers-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"dsvm-windows\",\"sku\":\"server-2016\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-windows2016\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"windows\"\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#supportedimages\",\"value\":[\r\n {\r\n \"imageReference\":{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-centos73\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-windows2016\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"14.04.5-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 14.04\",\"batchSupportEndOfLife\":\"2019-06-15T00:00:00Z\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04.0-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"18.04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 18.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"8\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.debian 8\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"8-backports\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.debian 8\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"9\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.debian 9\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"9-backports\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.debian 9\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"linux-data-science-vm\",\"sku\":\"linuxdsvm\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"standard-data-science-vm\",\"sku\":\"standard-data-science-vm\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container-rdma\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container-rdma\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"SupportsRDMAOnly\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"azureml\",\"sku\":\"runtime\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"dsvm-windows\",\"sku\":\"server-2016\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"linux-data-science-vm-ubuntu\",\"sku\":\"linuxdsvmubuntu\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2008-r2-sp1\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2008-r2-sp1-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-r2-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-r2-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1709-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1709-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1803-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1809-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.0\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.2\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0", - "body": "{\"id\": \"ncj-windows-2012-r2\", \"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"MicrosoftWindowsServer\", \"offer\": \"WindowsServer\", \"sku\": \"2012-R2-Datacenter\"}, \"nodeAgentSKUId\": \"batch.node.windows amd64\"}, \"targetDedicatedNodes\": 1}", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2019-06-01.9.0", + "body": "{\"id\": \"ncj-windows-2012-r2\", \"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"microsoftwindowsserver\", \"offer\": \"windowsserver\", \"sku\": \"2012-r2-datacenter\"}, \"nodeAgentSKUId\": \"batch.node.windows amd64\"}, \"targetDedicatedNodes\": 1}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1264,7 +1264,7 @@ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "a0cef7dc-4a9e-11e9-8f46-44032c851686" + "50c480f6-a28a-11e9-826d-44032c851686" ], "accept-language": [ "en-US" @@ -1273,10 +1273,10 @@ "277" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdktest2:qfiDrqZz5acJJ/cLSKHWI5GLznr8WTcOsL9hv3TFx6E=" + "SharedKey sdktest2:fEFZpjEF1y6Vf8zBZrZXYis6AQEAlxPwphmGyPiMAvM=" ] } }, @@ -1286,44 +1286,44 @@ "message": "The specified pool already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], "Content-Length": [ "334" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "request-id": [ + "10c055e3-25b5-4854-9629-208a7a83ca73" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "5d05840e-90b3-4e8b-857a-37435406cea5" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"PoolExists\",\"message\":{\r\n \"lang\":\"en-US\",\"value\":\"The specified pool already exists.\\nRequestId:5d05840e-90b3-4e8b-857a-37435406cea5\\nTime:2019-03-19T23:27:57.6145780Z\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"PoolExists\",\"message\":{\r\n \"lang\":\"en-US\",\"value\":\"The specified pool already exists.\\nRequestId:10c055e3-25b5-4854-9629-208a7a83ca73\\nTime:2019-07-09T20:44:15.5484202Z\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1335,16 +1335,16 @@ "keep-alive" ], "client-request-id": [ - "a0eb7c10-4a9e-11e9-8ce7-44032c851686" + "50ce1de4-a28a-11e9-9f0d-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdktest2:YyEHs4JN6PhWv7EPG9HJLXwgLgO2BLRkEq7vyyPm+3Y=" + "SharedKey sdktest2:MoPLhkFcIgx3d0MxMqLrt1zbwdOJlN2jSJQXyyRfn0Y=" ] } }, @@ -1354,50 +1354,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 17:19:57 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6AC8F1C2612DB" + "0x8D704A6B8D27558" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "baa5502c-fbb6-4e57-8efb-26e41c3e63c7" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 19:50:40 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "9f241d13-44c8-4a49-8e5e-54f442e17500" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"ncj-windows-2012-r2\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2\",\"eTag\":\"0x8D6AC8F1C2612DB\",\"lastModified\":\"2019-03-19T17:19:57.2061915Z\",\"creationTime\":\"2019-03-19T17:19:57.2061915Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T17:19:57.2061915Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-03-19T17:21:28.4654013Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.windows amd64\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"ncj-windows-2012-r2\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2\",\"eTag\":\"0x8D704A6B8D27558\",\"lastModified\":\"2019-07-09T19:50:40.8097112Z\",\"creationTime\":\"2019-04-11T21:42:15.7300529Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-04-11T21:42:15.7300529Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-07-09T19:52:11.503088Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.windows amd64\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1409,16 +1409,16 @@ "keep-alive" ], "client-request-id": [ - "a1084a0c-4a9e-11e9-8378-44032c851686" + "50d60d06-a28a-11e9-b658-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:57 GMT" + "Tue, 09 Jul 2019 20:44:15 GMT" ], "Authorization": [ - "SharedKey sdktest2:F2vyE0IVQvMNztmzSPmTGfLWxgjqKcY2DwIcz8AuI5k=" + "SharedKey sdktest2:grcFtiiI2aTipP9IKzX00jjcXRfe/q6SEvl8XuCa87g=" ] } }, @@ -1428,44 +1428,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:14 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "729f73ee-7665-451e-817a-d223814b10a0" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:58 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "8ea0056d-464f-495c-9329-3d446f11007a" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n {\r\n \"id\":\"tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2019-03-19T22:47:15.278652Z\",\"lastBootTime\":\"2019-03-19T17:24:42.5008Z\",\"allocationTime\":\"2019-03-19T17:21:27.8590121Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"vmSize\":\"standard_d1_v2\",\"totalTasksRun\":31,\"totalTasksSucceeded\":31,\"runningTasksCount\":0,\"recentTasks\":[\r\n {\r\n \"taskUrl\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask\",\"jobId\":\"ncj-windows-2012-r2-1\",\"taskId\":\"myTask\",\"taskState\":\"completed\",\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T22:47:14.708267Z\",\"endTime\":\"2019-03-19T22:47:15.247404Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ],\"isDedicated\":true,\"endpointConfiguration\":{\r\n \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"52.253.131.90\",\"publicFQDN\":\"dns85011c16-2ba5-459b-ae8c-5323faef5062-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":3389\r\n }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2019-03-19T17:24:42.5008Z\",\"version\":\"1.5.3\"\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n {\r\n \"id\":\"tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2019-07-09T20:41:38.578441Z\",\"lastBootTime\":\"2019-07-09T19:54:46.594409Z\",\"allocationTime\":\"2019-07-09T19:52:11.1140032Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"vmSize\":\"standard_d1_v2\",\"totalTasksRun\":5,\"totalTasksSucceeded\":0,\"runningTasksCount\":0,\"recentTasks\":[\r\n {\r\n \"taskUrl\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\",\"jobId\":\"ncj-windows-2012-r2\",\"taskId\":\"myTask\",\"taskState\":\"completed\",\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:41:38.078419Z\",\"endTime\":\"2019-07-09T20:41:38.547181Z\",\"failureInfo\":{\r\n \"category\":\"UserError\",\"code\":\"CommandProgramNotFound\",\"message\":\"The specified command program is not found\",\"details\":[\r\n {\r\n \"name\":\"CommandLine\",\"value\":\"/bin/bash -c \\\"echo test\\\"\"\r\n },{\r\n \"name\":\"Message\",\"value\":\"The system cannot find the file specified.\"\r\n }\r\n ]\r\n },\"result\":\"failure\",\"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ],\"isDedicated\":true,\"endpointConfiguration\":{\r\n \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"52.159.18.190\",\"publicFQDN\":\"dns6b811336-e77d-4b01-ade5-45973f9aec57-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":3389\r\n }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2019-07-09T19:54:46.594409Z\",\"version\":\"1.5.11\"\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2018-12-01.8.0&timeout=30", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2019-06-01.9.0&timeout=30", "body": "{\"id\": \"ncj-windows-2012-r2\", \"poolInfo\": {\"poolId\": \"ncj-windows-2012-r2\"}}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1477,13 +1477,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "a142b718-4a9e-11e9-b30d-44032c851686" + "5102755e-a28a-11e9-a50d-44032c851686" ], "accept-language": [ "en-US" @@ -1502,38 +1502,38 @@ "message": "Created" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:27:58 GMT" - ], - "Location": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:16 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceId": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC285C7B6D0" + "0x8D704AE354DF85C" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "a08c31f6-7406-4137-b3a6-e3affbbe3275" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:16 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:58 GMT" + "DataServiceVersion": [ + "3.0" ], - "request-id": [ - "15a95264-7497-4c3b-803a-0a658743b07a" + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Location": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" + ], + "DataServiceId": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" ] }, "body": { @@ -1544,11 +1544,11 @@ { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/addtaskcollection?api-version=2018-12-01.8.0", - "body": "{\"value\": [{\"id\": \"myTask\", \"commandLine\": \"cmd /c echo | set /p dummy=test\", \"outputFiles\": [{\"filePattern\": \"$AZ_BATCH_TASK_DIR/*.txt\", \"destination\": {\"container\": {\"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-03-19T23%3A27%3A49Z&se=2019-03-20T23%3A27%3A49Z&sp=rw&sv=2017-07-29&sr=c&sig=Z%2BAdKtgOu3w4L4WM7NKznBZquwVLKQkynpr5zhWMLdA%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}], \"constraints\": {\"retentionTime\": \"PT1H\"}}]}", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/addtaskcollection?api-version=2019-06-01.9.0", + "body": "{\"value\": [{\"id\": \"myTask\", \"commandLine\": \"cmd /c echo | set /p dummy=test\", \"outputFiles\": [{\"filePattern\": \"$AZ_BATCH_TASK_DIR/*.txt\", \"destination\": {\"container\": {\"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-07-09T20%3A44%3A09Z&se=2019-07-10T20%3A44%3A09Z&sp=rw&sv=2017-07-29&sr=c&sig=QzYCrWE07tnYzxEWJCKfqvtsyYKk3dOgJyc5nOAh05w%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}], \"constraints\": {\"retentionTime\": \"PT1H\"}}]}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1560,19 +1560,19 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "a19975b8-4a9e-11e9-b196-44032c851686" + "51285202-a28a-11e9-8c19-44032c851686" ], "accept-language": [ "en-US" ], "Content-Length": [ - "482" + "480" ] } }, @@ -1582,44 +1582,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:16 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "123dce10-33d7-40bb-b91f-fee466e60a90" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:58 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "bac132ea-72c3-4f07-951c-afbe19d9bbf7" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"myTask\",\"eTag\":\"0x8D6ACC285E7124C\",\"lastModified\":\"2019-03-19T23:27:58.9649996Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\"\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"myTask\",\"eTag\":\"0x8D704AE35A72E8E\",\"lastModified\":\"2019-07-09T20:44:16.7184014Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\"\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1631,16 +1631,16 @@ "keep-alive" ], "client-request-id": [ - "a1b95390-4a9e-11e9-bbf8-44032c851686" + "5180d15c-a28a-11e9-a2c8-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:59 GMT" + "Tue, 09 Jul 2019 20:44:16 GMT" ], "Authorization": [ - "SharedKey sdktest2:ecVRb4FK9CWdWOXbkUZPSLZ5n+C7eiNgojlX9Qgcyqs=" + "SharedKey sdktest2:iltzMO7soLW5BnchgasEjgpEkQvWVOCOc8215cUmsLc=" ] } }, @@ -1650,50 +1650,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:27:58 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:16 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC285C7B6D0" + "0x8D704AE354DF85C" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "68c3b50a-55f7-4007-aa9c-f156a27bd522" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:16 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:59 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "49777db0-8059-4167-9956-19f266444d32" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"ncj-windows-2012-r2\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2\",\"eTag\":\"0x8D6ACC285C7B6D0\",\"lastModified\":\"2019-03-19T23:27:58.759496Z\",\"creationTime\":\"2019-03-19T23:27:58.7475004Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:27:58.759496Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n },\"poolInfo\":{\r\n \"poolId\":\"ncj-windows-2012-r2\"\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:27:58.759496Z\",\"poolId\":\"ncj-windows-2012-r2\"\r\n },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"ncj-windows-2012-r2\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2\",\"eTag\":\"0x8D704AE354DF85C\",\"lastModified\":\"2019-07-09T20:44:16.1337436Z\",\"creationTime\":\"2019-07-09T20:44:16.1127154Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:16.1337436Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n },\"poolInfo\":{\r\n \"poolId\":\"ncj-windows-2012-r2\"\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:16.1337436Z\",\"poolId\":\"ncj-windows-2012-r2\"\r\n },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1705,16 +1705,16 @@ "keep-alive" ], "client-request-id": [ - "a1d7b210-4a9e-11e9-8af7-44032c851686" + "51895e26-a28a-11e9-8cef-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:27:59 GMT" + "Tue, 09 Jul 2019 20:44:16 GMT" ], "Authorization": [ - "SharedKey sdktest2:7oZENcLzc1ARuZ1SgVOmZ12WqfxAqt2HiY6mzhk68MI=" + "SharedKey sdktest2:43UNQPdq351+Kv9DHswowi80eTAajTCCaeqCZAzH2YU=" ] } }, @@ -1724,44 +1724,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:16 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "61e78b84-030a-4675-97f1-c33bd6cd6955" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:27:58 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "4bbf5e66-3095-4e03-a7a2-663131b00c05" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\",\"eTag\":\"0x8D6ACC285E7124C\",\"creationTime\":\"2019-03-19T23:27:58.9649996Z\",\"lastModified\":\"2019-03-19T23:27:58.9649996Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:27:58.9649996Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-03-19T23%3A27%3A49Z&se=2019-03-20T23%3A27%3A49Z&sp=rw&sv=2017-07-29&sr=c&sig=Z%2BAdKtgOu3w4L4WM7NKznBZquwVLKQkynpr5zhWMLdA%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\",\"eTag\":\"0x8D704AE35A72E8E\",\"creationTime\":\"2019-07-09T20:44:16.7184014Z\",\"lastModified\":\"2019-07-09T20:44:16.7184014Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:16.7184014Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-07-09T20%3A44%3A09Z&se=2019-07-10T20%3A44%3A09Z&sp=rw&sv=2017-07-29&sr=c&sig=QzYCrWE07tnYzxEWJCKfqvtsyYKk3dOgJyc5nOAh05w%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1773,16 +1773,16 @@ "keep-alive" ], "client-request-id": [ - "a3bd3b74-4a9e-11e9-951d-44032c851686" + "535ca0c8-a28a-11e9-9991-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:02 GMT" + "Tue, 09 Jul 2019 20:44:19 GMT" ], "Authorization": [ - "SharedKey sdktest2:w6rBDVaCYFAqFv7MsnWxqKUJZPIJ8rWdfbo0iS22Qpg=" + "SharedKey sdktest2:DI2mX2ieg0h10P1SGiAjqpQiunzoTz3veoBvIWcALi0=" ] } }, @@ -1792,44 +1792,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:19 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "eb17f4e9-d262-47f7-918b-ae04ffb16221" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:01 GMT" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" - ], - "request-id": [ - "e39a5308-cef3-4abb-b947-6a0206341ae3" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\",\"eTag\":\"0x8D6ACC285E7124C\",\"creationTime\":\"2019-03-19T23:27:58.9649996Z\",\"lastModified\":\"2019-03-19T23:27:58.9649996Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-03-19T23:28:00.646199Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-03-19T23:28:00.0837Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-03-19T23%3A27%3A49Z&se=2019-03-20T23%3A27%3A49Z&sp=rw&sv=2017-07-29&sr=c&sig=Z%2BAdKtgOu3w4L4WM7NKznBZquwVLKQkynpr5zhWMLdA%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:28:00.0837Z\",\"endTime\":\"2019-03-19T23:28:00.646199Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"poolId\":\"ncj-windows-2012-r2\",\"nodeId\":\"tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"taskRootDirectory\":\"workitems\\\\ncj-windows-2012-r2\\\\job-1\\\\myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d/files/workitems/ncj-windows-2012-r2/job-1/myTask\"\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\",\"eTag\":\"0x8D704AE35A72E8E\",\"creationTime\":\"2019-07-09T20:44:16.7184014Z\",\"lastModified\":\"2019-07-09T20:44:16.7184014Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-07-09T20:44:17.913403Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-07-09T20:44:17.25359Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-07-09T20%3A44%3A09Z&se=2019-07-10T20%3A44%3A09Z&sp=rw&sv=2017-07-29&sr=c&sig=QzYCrWE07tnYzxEWJCKfqvtsyYKk3dOgJyc5nOAh05w%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:17.25359Z\",\"endTime\":\"2019-07-09T20:44:17.913403Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"poolId\":\"ncj-windows-2012-r2\",\"nodeId\":\"tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"taskRootDirectory\":\"workitems\\\\ncj-windows-2012-r2\\\\job-1\\\\myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d/files/workitems/ncj-windows-2012-r2/job-1/myTask\"\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1841,16 +1841,16 @@ "keep-alive" ], "client-request-id": [ - "a3d64198-4a9e-11e9-aeb4-44032c851686" + "53666b02-a28a-11e9-9f82-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:02 GMT" + "Tue, 09 Jul 2019 20:44:19 GMT" ], "Authorization": [ - "SharedKey sdktest2:VnXshJrBdHOQkaIvJwvi/d0cgsWhIbmYMSCwTzFXiK8=" + "SharedKey sdktest2:hvDsZNhrl9SjCL1/xJIx6QOcbQXVnjnS8k9NzoZDprM=" ] } }, @@ -1860,39 +1860,39 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:27:58 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:19 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC285E7124C" + "0x8D704AE35A72E8E" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "586a08f3-5880-43ed-ba83-3061162adf31" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:16 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:02 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "a4e50519-7a28-4938-b239-ab133b1782fc" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\",\"eTag\":\"0x8D6ACC285E7124C\",\"creationTime\":\"2019-03-19T23:27:58.9649996Z\",\"lastModified\":\"2019-03-19T23:27:58.9649996Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-03-19T23:28:00.646199Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-03-19T23:28:00.0837Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-03-19T23%3A27%3A49Z&se=2019-03-20T23%3A27%3A49Z&sp=rw&sv=2017-07-29&sr=c&sig=Z%2BAdKtgOu3w4L4WM7NKznBZquwVLKQkynpr5zhWMLdA%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:28:00.0837Z\",\"endTime\":\"2019-03-19T23:28:00.646199Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"poolId\":\"ncj-windows-2012-r2\",\"nodeId\":\"tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"taskRootDirectory\":\"workitems\\\\ncj-windows-2012-r2\\\\job-1\\\\myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d/files/workitems/ncj-windows-2012-r2/job-1/myTask\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\",\"eTag\":\"0x8D704AE35A72E8E\",\"creationTime\":\"2019-07-09T20:44:16.7184014Z\",\"lastModified\":\"2019-07-09T20:44:16.7184014Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-07-09T20:44:17.913403Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-07-09T20:44:17.25359Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/aaatestcontainer?st=2019-07-09T20%3A44%3A09Z&se=2019-07-10T20%3A44%3A09Z&sp=rw&sv=2017-07-29&sr=c&sig=QzYCrWE07tnYzxEWJCKfqvtsyYKk3dOgJyc5nOAh05w%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:17.25359Z\",\"endTime\":\"2019-07-09T20:44:17.913403Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"poolId\":\"ncj-windows-2012-r2\",\"nodeId\":\"tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"taskRootDirectory\":\"workitems\\\\ncj-windows-2012-r2\\\\job-1\\\\myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d/files/workitems/ncj-windows-2012-r2/job-1/myTask\"\r\n }\r\n}" } } }, @@ -1903,7 +1903,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -1912,13 +1912,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a3f0f576-4a9e-11e9-bc24-44032c851686" + "5372a7be-a28a-11e9-a8b6-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:02 GMT" + "Tue, 09 Jul 2019 20:44:20 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:IewSUI69CKxean9A24g9+fcDIzrDZQhw4PUZ6sNqkhE=" + "SharedKey sdkteststore2:r7kgIa5Qfd5kYdhr8wdwvKR84oxW3xAKDDD5lGT/2dE=" ] } }, @@ -1928,35 +1928,35 @@ "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:19 GMT" + ], + "Content-Type": [ + "application/xml" + ], "x-ms-version": [ "2017-07-29" ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:02 GMT" - ], - "Content-Type": [ - "application/xml" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "\ufefffileuploaderr.txtTue, 19 Mar 2019 23:28:00 GMT0x8D6ACC286E257DD0application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 19 Mar 2019 23:28:00 GMT0x8D6ACC286E3B7B2405application/octet-streamuZ9EBYxJtOES+WNb6kiNxg==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 19 Mar 2019 23:28:00 GMT0x8D6ACC286E4F06F0application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 19 Mar 2019 23:28:00 GMT0x8D6ACC286E629204application/octet-streamCY9rzUYh03PK3k6DJie09g==BlockBlobHottrueunlockedavailabletrue" + "string": "\ufefffileuploaderr.txtTue, 09 Jul 2019 20:44:17 GMT0x8D704AE365140D20application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 09 Jul 2019 20:44:17 GMT0x8D704AE36536417519application/octet-streamp+nLlY26cbcszBtUlY7KSQ==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 09 Jul 2019 20:44:17 GMT0x8D704AE3654C3E70application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 09 Jul 2019 20:44:17 GMT0x8D704AE3655FC9C4application/octet-streamCY9rzUYh03PK3k6DJie09g==BlockBlobHottrueunlockedavailabletrue" } } }, { "request": { "method": "DELETE", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -1968,7 +1968,7 @@ "keep-alive" ], "client-request-id": [ - "a3fb42ca-4a9e-11e9-b564-44032c851686" + "537dd3a4-a28a-11e9-872b-44032c851686" ], "accept-language": [ "en-US" @@ -1977,10 +1977,10 @@ "0" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:02 GMT" + "Tue, 09 Jul 2019 20:44:20 GMT" ], "Authorization": [ - "SharedKey sdktest2:PrERmZp0XhFHEsWm4pZGA1l6hH4TuKbYk9GYuYa0l7U=" + "SharedKey sdktest2:kRmLvtsL+ylnq2oJce9dWTS49hGbIhmkzSDLyhiE+0g=" ] } }, @@ -1990,26 +1990,26 @@ "message": "Accepted" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:19 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "035d63e2-d77a-4cf7-bc5f-c1907eaac008" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:02 GMT" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "8f42d88d-9136-4dc9-ac2d-d53a0c9ed24e" + "DataServiceVersion": [ + "3.0" ] }, "body": { @@ -2024,7 +2024,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -2033,338 +2033,275 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a4148842-4a9e-11e9-b955-44032c851686" + "5388ea5c-a28a-11e9-a106-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:02 GMT" + "Tue, 09 Jul 2019 20:44:20 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:poSWH381/6/PKsvdh9grhoISnlGmqvpvVDnAo4havq0=" + "SharedKey sdkteststore2:Ur4EZqanfbt/uQAaC3FnHFGnxoC6iTq6UYwPu2nr9hw=" ] } }, "response": { "status": { - "code": 404, - "message": "The specified container does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "225" + "Date": [ + "Tue, 09 Jul 2019 20:44:19 GMT" ], - "x-ms-error-code": [ - "ContainerNotFound" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "Transfer-Encoding": [ + "chunked" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:28:02 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerNotFoundThe specified container does not exist.\nRequestId:401330da-e01e-00aa-05ab-deb2ef000000\nTime:2019-03-19T23:28:02.9695813Z" + "string": "\ufefffileuploaderr.txtTue, 16 Apr 2019 17:00:10 GMT0x8D6C28CFC1AB0CD0application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 16 Apr 2019 17:00:10 GMT0x8D6C28CFC1C37B8411application/octet-streamqX9El5dtgJAwqVGZ9NTyjw==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 16 Apr 2019 17:00:10 GMT0x8D6C28CFC1D977E0application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 16 Apr 2019 17:00:10 GMT0x8D6C28CFC1ED03B4application/octet-streamCY9rzUYh03PK3k6DJie09g==BlockBlobHottrueunlockedavailabletrue" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/nodeagentskus?api-version=2018-12-01.8.0", + "method": "DELETE", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output/fileuploaderr.txt", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "client-request-id": [ - "a41bb38a-4a9e-11e9-8479-44032c851686" + "x-ms-version": [ + "2017-07-29" ], - "accept-language": [ - "en-US" + "x-ms-client-request-id": [ + "5394ab1e-a28a-11e9-9bf2-44032c851686" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:28:03 GMT" + "x-ms-date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], "Authorization": [ - "SharedKey sdktest2:n5yco74F5cYumYaytcfr556GLbzjy57i9Qu5d2FUHAw=" + "SharedKey sdkteststore2:uGObj8EeS0uvRLzoNaoGTjQasegXhhTisF/2gZfL1xM=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 200, - "message": "OK" + "code": 202, + "message": "Accepted" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceVersion": [ - "3.0" - ], - "X-Content-Type-Options": [ - "nosniff" + "Date": [ + "Tue, 09 Jul 2019 20:44:19 GMT" ], - "Transfer-Encoding": [ - "chunked" + "Content-Length": [ + "0" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:03 GMT" + "x-ms-delete-type-permanent": [ + "true" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "x-ms-version": [ + "2017-07-29" ], - "request-id": [ - "2b9056e2-7a45-445d-b191-6f1ac6960631" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodeagentskus\",\"value\":[\r\n {\r\n \"id\":\"batch.node.centos 7\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"Oracle\",\"offer\":\"Oracle-Linux\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"linux-data-science-vm\",\"sku\":\"linuxdsvm\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-centos73\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-5\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container-rdma\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.debian 8\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Credativ\",\"offer\":\"Debian\",\"sku\":\"8\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.debian 9\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Credativ\",\"offer\":\"Debian\",\"sku\":\"9\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 14.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"14.04.5-LTS\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 16.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04-LTS\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"linux-data-science-vm-ubuntu\",\"sku\":\"linuxdsvmubuntu\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container-rdma\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 18.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"18.04-LTS\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.windows amd64\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2008-R2-SP1\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2008-R2-SP1-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-with-Containers-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-with-Containers-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"dsvm-windows\",\"sku\":\"server-2016\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-windows2016\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"windows\"\r\n }\r\n ]\r\n}" + "string": "" } } }, { "request": { - "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0", - "body": "{\"id\": \"ncj-ubuntu1404\", \"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"Canonical\", \"offer\": \"UbuntuServer\", \"sku\": \"14.04.5-LTS\"}, \"nodeAgentSKUId\": \"batch.node.ubuntu 14.04\"}, \"targetDedicatedNodes\": 1}", + "method": "DELETE", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output/fileuploadout.txt", + "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ], - "client-request-id": [ - "a43646e4-4a9e-11e9-b776-44032c851686" - ], - "accept-language": [ - "en-US" + "x-ms-version": [ + "2017-07-29" ], - "Content-Length": [ - "250" + "x-ms-client-request-id": [ + "53a2db88-a28a-11e9-b2e9-44032c851686" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:28:03 GMT" + "x-ms-date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], "Authorization": [ - "SharedKey sdktest2:hbxoqv8aKMoOR3k0u0P6WPbv7Zm9CbEuqrpAgX13nQQ=" + "SharedKey sdkteststore2:nAVeTMlViufBzcnKUvP5yOR5sZxFl0LSPMcSAGq+kdc=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 409, - "message": "The specified pool already exists." + "code": 202, + "message": "Accepted" }, "headers": { - "Content-Length": [ - "334" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceVersion": [ - "3.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:19 GMT" ], - "X-Content-Type-Options": [ - "nosniff" + "Content-Length": [ + "0" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:03 GMT" + "x-ms-delete-type-permanent": [ + "true" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "x-ms-version": [ + "2017-07-29" ], - "request-id": [ - "90231f33-c0f8-41f9-92e1-9567c3f4324d" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"PoolExists\",\"message\":{\r\n \"lang\":\"en-US\",\"value\":\"The specified pool already exists.\\nRequestId:90231f33-c0f8-41f9-92e1-9567c3f4324d\\nTime:2019-03-19T23:28:03.3259502Z\"\r\n }\r\n}" + "string": "" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404?api-version=2018-12-01.8.0", + "method": "DELETE", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output/stderr.txt", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "client-request-id": [ - "a4523e30-4a9e-11e9-a256-44032c851686" + "x-ms-version": [ + "2017-07-29" ], - "accept-language": [ - "en-US" + "x-ms-client-request-id": [ + "53a9b96c-a28a-11e9-a6f5-44032c851686" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:28:03 GMT" + "x-ms-date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], "Authorization": [ - "SharedKey sdktest2:9CIeP2KrC+KhHwL1NcwZmRgEMzMnc9LcbzN2hR8RXLM=" + "SharedKey sdkteststore2:/BZdvAtilWL+/cJApsyqGooNB+Z1M+QSpDEp82oO7WA=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 200, - "message": "OK" + "code": 202, + "message": "Accepted" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 17:17:33 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6AC8EC6A26F9B" - ], - "X-Content-Type-Options": [ - "nosniff" + "Date": [ + "Tue, 09 Jul 2019 20:44:19 GMT" ], - "Transfer-Encoding": [ - "chunked" + "Content-Length": [ + "0" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:03 GMT" + "x-ms-delete-type-permanent": [ + "true" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "x-ms-version": [ + "2017-07-29" ], - "request-id": [ - "23556eb7-e01b-47e4-84a3-cef86ddc12d3" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"ncj-ubuntu1404\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404\",\"eTag\":\"0x8D6AC8EC6A26F9B\",\"lastModified\":\"2019-03-19T17:17:33.7371547Z\",\"creationTime\":\"2019-03-19T17:17:33.7371547Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T17:17:33.7371547Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-03-19T17:18:44.5755885Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"14.04.5-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 14.04\"\r\n }\r\n}" + "string": "" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes?api-version=2018-12-01.8.0", + "method": "DELETE", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output/stdout.txt", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "client-request-id": [ - "a46c1eca-4a9e-11e9-9d82-44032c851686" + "x-ms-version": [ + "2017-07-29" ], - "accept-language": [ - "en-US" + "x-ms-client-request-id": [ + "53b071ba-a28a-11e9-ac55-44032c851686" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:28:03 GMT" + "x-ms-date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], "Authorization": [ - "SharedKey sdktest2:CYtIQAcEE9XPgti6KGfmR8xtPt/vT91jeAMeskC7nVE=" + "SharedKey sdkteststore2:Uhq78cGEG96J+EsB/vi3+sg3sXA6aAVY9D0bK7eJtfs=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 200, - "message": "OK" + "code": 202, + "message": "Accepted" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceVersion": [ - "3.0" - ], - "X-Content-Type-Options": [ - "nosniff" + "Date": [ + "Tue, 09 Jul 2019 20:44:19 GMT" ], - "Transfer-Encoding": [ - "chunked" + "Content-Length": [ + "0" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:03 GMT" + "x-ms-delete-type-permanent": [ + "true" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "x-ms-version": [ + "2017-07-29" ], - "request-id": [ - "fd1f34f3-4358-4897-93dd-5c01f64ce741" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n {\r\n \"id\":\"tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2019-03-19T23:27:55.50525Z\",\"lastBootTime\":\"2019-03-19T17:19:43.790082Z\",\"allocationTime\":\"2019-03-19T17:18:44.3102281Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"vmSize\":\"standard_d1_v2\",\"totalTasksRun\":34,\"totalTasksSucceeded\":34,\"runningTasksCount\":0,\"recentTasks\":[\r\n {\r\n \"taskUrl\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404/tasks/myTask\",\"jobId\":\"ncj-ubuntu1404\",\"taskId\":\"myTask\",\"taskState\":\"completed\",\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:27:54.874317Z\",\"endTime\":\"2019-03-19T23:27:55.478106Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ],\"isDedicated\":true,\"endpointConfiguration\":{\r\n \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"52.253.128.132\",\"publicFQDN\":\"dns8acf7c8a-b472-4109-b00d-eb2ad33fafa3-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2019-03-19T17:19:43.790082Z\",\"version\":\"1.5.3\"\r\n }\r\n }\r\n ]\r\n}" + "string": "" } } }, { "request": { "method": "GET", - "uri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/batchAccounts?api-version=2018-12-01", + "uri": "https://sdktest2.westcentralus.batch.azure.com/supportedimages?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-mgmt-batch/6.0.0 Azure-SDK-For-Python" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -2375,17 +2312,17 @@ "Connection": [ "keep-alive" ], - "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTUzMDM3Nzg1LCJuYmYiOjE1NTMwMzc3ODUsImV4cCI6MTU1MzA0MTY4NSwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOEtBQUFBelppK01zaUR2YjhxUm8vSlBrbmZDT2dndkREQllsalI3ZVdqeHJzbklqOGl0elFzNWVQczFwTG5sS1RWWDZpVk1YYktnWnBnNHFobVhEczhFam5Penc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTU5LjI1MSIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiIzLWlWTFpVcWc4cllVRTR5S0V2T0pLREtDdmdSNElSb0FyYVc5UVpiTUZBIiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJnc3hyX29oMWZVU0lvbm04Uk9RSkFBIiwidmVyIjoiMS4wIn0.J0dlI0zQRsBkNe8INW53Vew9-5ShYBs0-LAfoiIpOpSM9JNcKWM93Ub2JzB5AfRp4NTzqdndjt8U82WsORl8SSIsDurWscOj_hegDbRf0ryPNJKrUubosm_tML4UTKfh_Km7WWUaFRPgm_hNjurbJKqBGhHCS2JKRGzNYzw9A7DnUzJR6AwcwoJRd1y2vuFS92NDmy0kPVAwTmftTzEkdm1Ih2BTF3G0mGtDM0O6Cg4Ahl-ZXSKdFyKRP04CdlVQucBZUPp5HrZXIbRSL8wCm1FbbWRLwjhcaXHp4YmTiTU70kAY6jKxYIFbiab5Gb3kg5wvHjdrV9N63llHz5oonA" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "x-ms-client-request-id": [ - "a4a6c6e8-4a9e-11e9-b356-44032c851686" + "client-request-id": [ + "53b74fb4-a28a-11e9-835d-44032c851686" ], "accept-language": [ "en-US" + ], + "ocp-date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" + ], + "Authorization": [ + "SharedKey sdktest2:NIatm/z10u9fMeGHhhPhzx+0PxRESl4ejWF3bWP/98I=" ] } }, @@ -2395,51 +2332,44 @@ "message": "OK" }, "headers": { - "Vary": [ - "Accept-Encoding" - ], - "content-length": [ - "1163" + "Date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], - "Expires": [ - "-1" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Cache-Control": [ - "no-cache" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:05 GMT" + "request-id": [ + "8e54db9b-d791-4bcd-acd9-c5a0f700cecb" ], - "Pragma": [ - "no-cache" + "Transfer-Encoding": [ + "chunked" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "x-ms-original-request-ids": [ - "8fad2016-2353-4f7e-b033-c83f865a86f4", - "7584f26a-f908-4b5d-908a-b75d7543ff05" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/centralusbrklein\",\"name\":\"centralusbrklein\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"centralus\",\"properties\":{\"accountEndpoint\":\"centralusbrklein.centralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"BatchService\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/sdktest2\",\"name\":\"sdktest2\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"sdktest2.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"autoStorage\":{\"storageAccountId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2\",\"lastKeySync\":\"2019-02-28T00:16:43.578203Z\"},\"poolAllocationMode\":\"BatchService\"}}]}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#supportedimages\",\"value\":[\r\n {\r\n \"imageReference\":{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-centos73\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-windows2016\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"14.04.5-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 14.04\",\"batchSupportEndOfLife\":\"2019-06-15T00:00:00Z\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04.0-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"18.04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 18.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"8\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.debian 8\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"8-backports\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.debian 8\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"9\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.debian 9\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"9-backports\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.debian 9\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"linux-data-science-vm\",\"sku\":\"linuxdsvm\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"standard-data-science-vm\",\"sku\":\"standard-data-science-vm\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container-rdma\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container-rdma\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"SupportsRDMAOnly\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"azureml\",\"sku\":\"runtime\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"dsvm-windows\",\"sku\":\"server-2016\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"linux-data-science-vm-ubuntu\",\"sku\":\"linuxdsvmubuntu\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2008-r2-sp1\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2008-r2-sp1-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-r2-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-r2-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1709-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1709-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1803-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1809-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.0\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.2\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "POST", - "uri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2/listKeys?api-version=2018-02-01", - "body": null, + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2019-06-01.9.0", + "body": "{\"id\": \"ncj-ubuntu1604\", \"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"canonical\", \"offer\": \"ubuntuserver\", \"sku\": \"16.04-lts\"}, \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"}, \"targetDedicatedNodes\": 1}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-mgmt-storage/2.0.0 Azure-SDK-For-Python" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -2450,138 +2380,144 @@ "Connection": [ "keep-alive" ], - "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTUzMDM3Nzg1LCJuYmYiOjE1NTMwMzc3ODUsImV4cCI6MTU1MzA0MTY4NSwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOEtBQUFBelppK01zaUR2YjhxUm8vSlBrbmZDT2dndkREQllsalI3ZVdqeHJzbklqOGl0elFzNWVQczFwTG5sS1RWWDZpVk1YYktnWnBnNHFobVhEczhFam5Penc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTU5LjI1MSIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiIzLWlWTFpVcWc4cllVRTR5S0V2T0pLREtDdmdSNElSb0FyYVc5UVpiTUZBIiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJnc3hyX29oMWZVU0lvbm04Uk9RSkFBIiwidmVyIjoiMS4wIn0.J0dlI0zQRsBkNe8INW53Vew9-5ShYBs0-LAfoiIpOpSM9JNcKWM93Ub2JzB5AfRp4NTzqdndjt8U82WsORl8SSIsDurWscOj_hegDbRf0ryPNJKrUubosm_tML4UTKfh_Km7WWUaFRPgm_hNjurbJKqBGhHCS2JKRGzNYzw9A7DnUzJR6AwcwoJRd1y2vuFS92NDmy0kPVAwTmftTzEkdm1Ih2BTF3G0mGtDM0O6Cg4Ahl-ZXSKdFyKRP04CdlVQucBZUPp5HrZXIbRSL8wCm1FbbWRLwjhcaXHp4YmTiTU70kAY6jKxYIFbiab5Gb3kg5wvHjdrV9N63llHz5oonA" - ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json; odata=minimalmetadata; charset=utf-8" ], - "x-ms-client-request-id": [ - "a5cf82ba-4a9e-11e9-9c2e-44032c851686" + "client-request-id": [ + "53c13aa8-a28a-11e9-bd78-44032c851686" ], "accept-language": [ "en-US" ], "Content-Length": [ - "0" + "248" + ], + "ocp-date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" + ], + "Authorization": [ + "SharedKey sdktest2:8NxRIuMV7B15draac2+qe6IeOOkE/TdTw3hcpevXTTk=" ] } }, "response": { "status": { - "code": 200, - "message": "OK" + "code": 409, + "message": "The specified pool already exists." }, "headers": { - "Vary": [ - "Accept-Encoding" - ], - "Expires": [ - "-1" + "Date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "Content-Length": [ + "334" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Cache-Control": [ - "no-cache" - ], "X-Content-Type-Options": [ "nosniff" ], - "Transfer-Encoding": [ - "chunked" - ], - "Date": [ - "Tue, 19 Mar 2019 23:28:05 GMT" - ], - "Pragma": [ - "no-cache" + "request-id": [ + "029f5f21-2f06-49bc-99ae-8f6ecd928c94" ], - "Content-Type": [ - "application/json" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "content-length": [ - "288" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"abc==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"def==\",\"permissions\":\"FULL\"}]}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"PoolExists\",\"message\":{\r\n \"lang\":\"en-US\",\"value\":\"The specified pool already exists.\\nRequestId:029f5f21-2f06-49bc-99ae-8f6ecd928c94\\nTime:2019-07-09T20:44:20.6074460Z\"\r\n }\r\n}" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output?restype=container", + "method": "GET", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" + ], + "Accept-Encoding": [ + "gzip, deflate" + ], + "Accept": [ + "application/json" ], "Connection": [ "keep-alive" ], - "x-ms-version": [ - "2017-07-29" + "client-request-id": [ + "53d1dcf4-a28a-11e9-a752-44032c851686" ], - "x-ms-client-request-id": [ - "a5f7695c-4a9e-11e9-9a40-44032c851686" + "accept-language": [ + "en-US" ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:06 GMT" + "ocp-date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:zFzB+XlbaY7N9hBPd+K+cxuCFI7muLhVsrLF46ICouo=" - ], - "Content-Length": [ - "0" + "SharedKey sdktest2:+2g6v/TAjVF5qaH9HMTnD82+xQ6Dr2vWjPwokUhtcn8=" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "0" + "Date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:06 GMT" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], - "x-ms-version": [ - "2017-07-29" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "\"0x8D6ACC28A406021\"" + "0x8D704909FB8CBE5" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:05 GMT" + "request-id": [ + "e6a70dce-3bba-4144-ae59-863d6358da7b" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 17:12:29 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"ncj-ubuntu1604\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604\",\"eTag\":\"0x8D704909FB8CBE5\",\"lastModified\":\"2019-07-09T17:12:29.7704421Z\",\"creationTime\":\"2019-07-09T17:12:29.7704421Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T17:12:29.7704421Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-07-09T17:13:46.5407334Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04-lts\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { - "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2018-12-01.8.0&timeout=30", - "body": "{\"id\": \"ncj-ubuntu1404-1\", \"poolInfo\": {\"poolId\": \"ncj-ubuntu1404\"}}", + "method": "GET", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes?api-version=2019-06-01.9.0", + "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -2592,79 +2528,64 @@ "Connection": [ "keep-alive" ], - "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ], "client-request-id": [ - "a6126250-4a9e-11e9-ae5c-44032c851686" + "53d9a790-a28a-11e9-9278-44032c851686" ], "accept-language": [ "en-US" ], - "return-client-request-id": [ - "false" + "ocp-date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], - "Content-Length": [ - "68" + "Authorization": [ + "SharedKey sdktest2:z2hRKXHJdJWG61SEKHXOo3/aPqAyfk7g7j4/TmLSZxw=" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 200, + "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:06 GMT" - ], - "Location": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" + "Date": [ + "Tue, 09 Jul 2019 20:44:20 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceId": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6ACC28A9BA155" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "402ccfa4-d65e-417d-bc82-2913786ab4a9" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:06 GMT" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "53f4b108-69cc-44fa-8f36-4e8a8740a47d" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n {\r\n \"id\":\"tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2019-07-09T20:44:13.444792Z\",\"lastBootTime\":\"2019-07-09T17:14:15.627601Z\",\"allocationTime\":\"2019-07-09T17:13:45.4473319Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"vmSize\":\"standard_d1_v2\",\"totalTasksRun\":8,\"totalTasksSucceeded\":8,\"runningTasksCount\":0,\"recentTasks\":[\r\n {\r\n \"taskUrl\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604/tasks/myTask\",\"jobId\":\"ncj-ubuntu1604\",\"taskId\":\"myTask\",\"taskState\":\"completed\",\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:12.764759Z\",\"endTime\":\"2019-07-09T20:44:13.358863Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ],\"isDedicated\":true,\"endpointConfiguration\":{\r\n \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"52.159.18.113\",\"publicFQDN\":\"dns8efb9217-c7b2-4dcf-83e4-41d2c8a641e5-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":22\r\n }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2019-07-09T17:14:15.627601Z\",\"version\":\"1.5.11\"\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { - "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1/addtaskcollection?api-version=2018-12-01.8.0", - "body": "{\"value\": [{\"id\": \"myTask\", \"commandLine\": \"/bin/bash -c \\\"echo test\\\"\", \"outputFiles\": [{\"filePattern\": \"$AZ_BATCH_TASK_DIR/*.txt\", \"destination\": {\"container\": {\"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A13%3A06Z&se=2019-03-26T23%3A28%3A06Z&sp=w&sv=2017-07-29&sr=c&sig=IXItAI%2Bx1I0m1GKLtm8fIjazxZfo1XNIrqqvzyE9i8w%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}], \"constraints\": {\"retentionTime\": \"PT1H\"}}]}", + "method": "GET", + "uri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/batchAccounts?api-version=2018-12-01", + "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-batch/6.0.0 Azure-SDK-For-Python" ], "Accept-Encoding": [ "gzip, deflate" @@ -2676,19 +2597,16 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTYyNzA0NzYyLCJuYmYiOjE1NjI3MDQ3NjIsImV4cCI6MTU2MjcwODY2MiwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOE1BQUFBTDdFb2UvL3pCaEc0V0RuZDU3cXN2V2UxZEV5UVlTMTFnU0wyMTROU2QvNXpMY29YZ1hZSDJsZWlnaTVDcW9zUWZmcm10MDRMRlgzYWlpVEVnMGdWeGc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTc0LjIyIiwibmFtZSI6IkJyYW5kb24gS2xlaW4iLCJvaWQiOiIyNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjEyNzUyMTE4NC0xNjA0MDEyOTIwLTE4ODc5Mjc1MjctMzA4NjkxNzQiLCJwdWlkIjoiMTAwMzAwMDBBOTE3Nzg5RSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IjMtaVZMWlVxZzhyWVVFNHlLRXZPSktES0N2Z1I0SVJvQXJhVzlRWmJNRkEiLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInVwbiI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInV0aSI6InJaLTFXcURYX2tlRjZ2YktzRzBEQUEiLCJ2ZXIiOiIxLjAifQ.YO8oyiRvac4lq7qfxOKJQTb2BB_maUBuW_0LfS10K_UwgjOzGYivA6c8ayD_FYH-VY0K2DCVx-rbiRT8vJjPP1y4HX8Yd9DASKr9Ch6wMUIjdFqquUaLuxDei18nZr8yjaHaZOfxZf5Mj5SFeu52YLKsOseW3hUgl43K7Oelwmtl90r5-wvv2bGS35LkHRQN0Wl45werOMlOoZbRtbVZQ8NmvBAXcbwjCQt0w5Iam_QLoGHcl9kn3GSt1owWBleuWjup3cia8LG6IPuEQk7l68wO4ZlR_4MuGteqwunQaJM7BBZ0uS5m-bZgv6SAspOd9FMMFefeIWpQZ7BOlHW8gw" ], "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" + "application/json; charset=utf-8" ], - "client-request-id": [ - "a66cf97e-4a9e-11e9-9cfd-44032c851686" + "x-ms-client-request-id": [ + "540042f6-a28a-11e9-baf9-44032c851686" ], "accept-language": [ "en-US" - ], - "Content-Length": [ - "471" ] } }, @@ -2698,44 +2616,51 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:22 GMT" + ], + "content-length": [ + "1982" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-original-request-ids": [ + "f1a7b1f5-3cba-46d1-b640-2f858130ce91", + "00e90153-17e2-4b2c-8028-a2b216e03103" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:07 GMT" + "Vary": [ + "Accept-Encoding" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Cache-Control": [ + "no-cache" ], - "request-id": [ - "143825d3-5d9e-4550-b94d-6f193d9aeac4" + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"myTask\",\"eTag\":\"0x8D6ACC28AD41D56\",\"lastModified\":\"2019-03-19T23:28:07.2293718Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1/tasks/myTask\"\r\n }\r\n ]\r\n}" + "string": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/byossc\",\"name\":\"byossc\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"southcentralus\",\"properties\":{\"accountEndpoint\":\"byossc.southcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":2147483647,\"lowPriorityCoreQuota\":0,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"UserSubscription\",\"keyVaultReference\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.KeyVault/vaults/byossc\",\"url\":\"https://byossc.vault.azure.net/\"}}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/byos\",\"name\":\"byos\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"byos.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":2147483647,\"lowPriorityCoreQuota\":0,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"UserSubscription\",\"keyVaultReference\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sdktest/providers/Microsoft.KeyVault/vaults/byos\",\"url\":\"https://byos.vault.azure.net/\"}}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/sdktest2\",\"name\":\"sdktest2\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"sdktest2.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"autoStorage\":{\"storageAccountId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2\",\"lastKeySync\":\"2019-07-09T05:12:12.161755Z\"},\"poolAllocationMode\":\"BatchService\"}}]}" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1?api-version=2018-12-01.8.0", + "method": "POST", + "uri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2/listKeys?api-version=2018-02-01", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/2.0.0 Azure-SDK-For-Python" ], "Accept-Encoding": [ "gzip, deflate" @@ -2746,17 +2671,20 @@ "Connection": [ "keep-alive" ], - "client-request-id": [ - "a6a85b80-4a9e-11e9-8677-44032c851686" + "Authorization": [ + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTYyNzA0NzYyLCJuYmYiOjE1NjI3MDQ3NjIsImV4cCI6MTU2MjcwODY2MiwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOE1BQUFBTDdFb2UvL3pCaEc0V0RuZDU3cXN2V2UxZEV5UVlTMTFnU0wyMTROU2QvNXpMY29YZ1hZSDJsZWlnaTVDcW9zUWZmcm10MDRMRlgzYWlpVEVnMGdWeGc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTc0LjIyIiwibmFtZSI6IkJyYW5kb24gS2xlaW4iLCJvaWQiOiIyNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjEyNzUyMTE4NC0xNjA0MDEyOTIwLTE4ODc5Mjc1MjctMzA4NjkxNzQiLCJwdWlkIjoiMTAwMzAwMDBBOTE3Nzg5RSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IjMtaVZMWlVxZzhyWVVFNHlLRXZPSktES0N2Z1I0SVJvQXJhVzlRWmJNRkEiLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInVwbiI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInV0aSI6InJaLTFXcURYX2tlRjZ2YktzRzBEQUEiLCJ2ZXIiOiIxLjAifQ.YO8oyiRvac4lq7qfxOKJQTb2BB_maUBuW_0LfS10K_UwgjOzGYivA6c8ayD_FYH-VY0K2DCVx-rbiRT8vJjPP1y4HX8Yd9DASKr9Ch6wMUIjdFqquUaLuxDei18nZr8yjaHaZOfxZf5Mj5SFeu52YLKsOseW3hUgl43K7Oelwmtl90r5-wvv2bGS35LkHRQN0Wl45werOMlOoZbRtbVZQ8NmvBAXcbwjCQt0w5Iam_QLoGHcl9kn3GSt1owWBleuWjup3cia8LG6IPuEQk7l68wO4ZlR_4MuGteqwunQaJM7BBZ0uS5m-bZgv6SAspOd9FMMFefeIWpQZ7BOlHW8gw" ], - "accept-language": [ - "en-US" + "Content-Type": [ + "application/json; charset=utf-8" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:28:07 GMT" + "x-ms-client-request-id": [ + "55782906-a28a-11e9-bc2e-44032c851686" ], - "Authorization": [ - "SharedKey sdktest2:NBVzAteCleFYbON+qMMzyqWhgmQINFsjF3SDecnNav4=" + "accept-language": [ + "en-US" + ], + "Content-Length": [ + "0" ] } }, @@ -2766,20 +2694,17 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:06 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:23 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6ACC28A9BA155" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "X-Content-Type-Options": [ "nosniff" @@ -2787,29 +2712,97 @@ "Transfer-Encoding": [ "chunked" ], + "Vary": [ + "Accept-Encoding" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Cache-Control": [ + "no-cache" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "content-length": [ + "288" + ] + }, + "body": { + "string": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"uO7UJqUIHY10lGLMf9Os9xZVtZIudsbF9ax4KLWQtVOOwEabYthFqhdTTpejENB7Cd1ygWRHGFVabM2Fst7Fig==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"xbyPSaI20ZSj4CDP5ERd1pkeX1DpF2zyAEgRqnp3swiyjKaazfsjDZUZfDBBR7ZsS8/bTHm8dy4C8S+aZvxz2Q==\",\"permissions\":\"FULL\"}]}" + } + } + }, + { + "request": { + "method": "PUT", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output?restype=container", + "body": null, + "headers": { + "User-Agent": [ + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" + ], + "Connection": [ + "keep-alive" + ], + "x-ms-version": [ + "2017-07-29" + ], + "x-ms-client-request-id": [ + "55b04f64-a28a-11e9-a98d-44032c851686" + ], + "x-ms-date": [ + "Tue, 09 Jul 2019 20:44:23 GMT" + ], + "Authorization": [ + "SharedKey sdkteststore2:dALPFk4apl4gfAaQLR7ZUp2C8jK+c0vkPPkDFfGScrw=" + ], + "Content-Length": [ + "0" + ] + } + }, + "response": { + "status": { + "code": 409, + "message": "The specified container already exists." + }, + "headers": { "Date": [ - "Tue, 19 Mar 2019 23:28:07 GMT" + "Tue, 09 Jul 2019 20:44:23 GMT" + ], + "Content-Length": [ + "230" ], "Content-Type": [ - "application/json;odata=minimalmetadata" + "application/xml" ], - "request-id": [ - "bb57a89d-620f-470e-a7cc-5534f0364ebe" + "x-ms-version": [ + "2017-07-29" + ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"ncj-ubuntu1404-1\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1\",\"eTag\":\"0x8D6ACC28A9BA155\",\"lastModified\":\"2019-03-19T23:28:06.8591957Z\",\"creationTime\":\"2019-03-19T23:28:06.8460833Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:06.8591957Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n },\"poolInfo\":{\r\n \"poolId\":\"ncj-ubuntu1404\"\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:28:06.8591957Z\",\"poolId\":\"ncj-ubuntu1404\"\r\n },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n}" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:1a27ff7f-501e-0012-0297-36501c000000\nTime:2019-07-09T20:44:23.9189075Z" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1/tasks?api-version=2018-12-01.8.0", - "body": null, + "method": "POST", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2019-06-01.9.0&timeout=30", + "body": "{\"id\": \"ncj-ubuntu1604-1\", \"poolInfo\": {\"poolId\": \"ncj-ubuntu1604\"}}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -2820,64 +2813,79 @@ "Connection": [ "keep-alive" ], + "Authorization": [ + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata; charset=utf-8" + ], "client-request-id": [ - "a6c5080a-4a9e-11e9-983e-44032c851686" + "55cbb3b8-a28a-11e9-9d07-44032c851686" ], "accept-language": [ "en-US" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:28:07 GMT" + "return-client-request-id": [ + "false" ], - "Authorization": [ - "SharedKey sdktest2:Icgobd0A1nJEDbELSpZU0McEaoRMogVU1MEHNCbvlPA=" + "Content-Length": [ + "68" ] } }, "response": { "status": { - "code": 200, - "message": "OK" + "code": 201, + "message": "Created" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:25 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "ETag": [ + "0x8D704AE3AC76DE6" + ], + "request-id": [ + "510fb622-f0ec-46eb-9597-fdae239faa4d" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:25 GMT" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:07 GMT" + "DataServiceVersion": [ + "3.0" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "88b733f9-138b-4a88-837e-c98b684cfa49" + "Location": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" + ], + "DataServiceId": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1/tasks/myTask\",\"eTag\":\"0x8D6ACC28AD41D56\",\"creationTime\":\"2019-03-19T23:28:07.2293718Z\",\"lastModified\":\"2019-03-19T23:28:07.2293718Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:07.2293718Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A13%3A06Z&se=2019-03-26T23%3A28%3A06Z&sp=w&sv=2017-07-29&sr=c&sig=IXItAI%2Bx1I0m1GKLtm8fIjazxZfo1XNIrqqvzyE9i8w%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ]\r\n}" + "string": "" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1/tasks?api-version=2018-12-01.8.0", - "body": null, + "method": "POST", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1/addtaskcollection?api-version=2019-06-01.9.0", + "body": "{\"value\": [{\"id\": \"myTask\", \"commandLine\": \"/bin/bash -c \\\"echo test\\\"\", \"outputFiles\": [{\"filePattern\": \"$AZ_BATCH_TASK_DIR/*.txt\", \"destination\": {\"container\": {\"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A29%3A24Z&se=2019-07-16T20%3A44%3A24Z&sp=w&sv=2017-07-29&sr=c&sig=xnaZc8Axj1UPXXAALvI5Kw63EGZ5q2s840I9SGLhkgk%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}], \"constraints\": {\"retentionTime\": \"PT1H\"}}]}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -2888,17 +2896,20 @@ "Connection": [ "keep-alive" ], + "Authorization": [ + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata; charset=utf-8" + ], "client-request-id": [ - "a8a86536-4a9e-11e9-9a28-44032c851686" + "56a1c402-a28a-11e9-ad7b-44032c851686" ], "accept-language": [ "en-US" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:28:10 GMT" - ], - "Authorization": [ - "SharedKey sdktest2:NZ2+ZkaRoDNeTc5o4iZFZ5TAM+wlbeKgrd+xkW08b14=" + "Content-Length": [ + "469" ] } }, @@ -2908,44 +2919,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:25 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "9a8f6801-37fb-4e09-8f45-6af9b09466d1" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:09 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "68448f60-91be-4335-9594-6b6924199dcd" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1/tasks/myTask\",\"eTag\":\"0x8D6ACC28AD41D56\",\"creationTime\":\"2019-03-19T23:28:07.2293718Z\",\"lastModified\":\"2019-03-19T23:28:07.2293718Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-03-19T23:28:08.345862Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-03-19T23:28:07.850925Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A13%3A06Z&se=2019-03-26T23%3A28%3A06Z&sp=w&sv=2017-07-29&sr=c&sig=IXItAI%2Bx1I0m1GKLtm8fIjazxZfo1XNIrqqvzyE9i8w%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:28:07.850925Z\",\"endTime\":\"2019-03-19T23:28:08.345862Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"poolId\":\"ncj-ubuntu1404\",\"nodeId\":\"tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"taskRootDirectory\":\"workitems/ncj-ubuntu1404-1/job-1/myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d/files/workitems/ncj-ubuntu1404-1/job-1/myTask\"\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"myTask\",\"eTag\":\"0x8D704AE3AE9A4D4\",\"lastModified\":\"2019-07-09T20:44:25.5425748Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1/tasks/myTask\"\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1/tasks/myTask?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -2957,16 +2968,16 @@ "keep-alive" ], "client-request-id": [ - "a8c97c82-4a9e-11e9-bb69-44032c851686" + "56c40236-a28a-11e9-aa58-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:10 GMT" + "Tue, 09 Jul 2019 20:44:25 GMT" ], "Authorization": [ - "SharedKey sdktest2:3Qes3xdKdNKOvPi0VGtyluh9oOZ4DnA0r9E6RE3fVa4=" + "SharedKey sdktest2:ffc3qBkxqSa4pP6VGJWbrhxXz//xhDmHrO6WQj5IAIs=" ] } }, @@ -2976,65 +2987,71 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:07 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:25 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC28AD41D56" + "0x8D704AE3AC76DE6" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "954592dd-6c96-411b-9c95-ca703ed1ebd3" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:25 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:10 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "9d28c8bf-c28b-4871-a875-c71a007a007f" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1/tasks/myTask\",\"eTag\":\"0x8D6ACC28AD41D56\",\"creationTime\":\"2019-03-19T23:28:07.2293718Z\",\"lastModified\":\"2019-03-19T23:28:07.2293718Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-03-19T23:28:08.345862Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-03-19T23:28:07.850925Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A13%3A06Z&se=2019-03-26T23%3A28%3A06Z&sp=w&sv=2017-07-29&sr=c&sig=IXItAI%2Bx1I0m1GKLtm8fIjazxZfo1XNIrqqvzyE9i8w%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:28:07.850925Z\",\"endTime\":\"2019-03-19T23:28:08.345862Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"poolId\":\"ncj-ubuntu1404\",\"nodeId\":\"tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d\",\"taskRootDirectory\":\"workitems/ncj-ubuntu1404-1/job-1/myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1404/nodes/tvmps_502d32dd4897cdf4a49b3a3b7c0ba239d1de762bac0b1d76da35cd4cb9f23964_d/files/workitems/ncj-ubuntu1404-1/job-1/myTask\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"ncj-ubuntu1604-1\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1\",\"eTag\":\"0x8D704AE3AC76DE6\",\"lastModified\":\"2019-07-09T20:44:25.3183462Z\",\"creationTime\":\"2019-07-09T20:44:25.2713723Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:25.3183462Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n },\"poolInfo\":{\r\n \"poolId\":\"ncj-ubuntu1604\"\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:25.3183462Z\",\"poolId\":\"ncj-ubuntu1604\"\r\n },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output?restype=container&comp=list", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1/tasks?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" + ], + "Accept-Encoding": [ + "gzip, deflate" + ], + "Accept": [ + "application/json" ], "Connection": [ "keep-alive" ], - "x-ms-version": [ - "2017-07-29" + "client-request-id": [ + "56ceb0b6-a28a-11e9-ab6c-44032c851686" ], - "x-ms-client-request-id": [ - "a8e6ee14-4a9e-11e9-bdaa-44032c851686" + "accept-language": [ + "en-US" ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "ocp-date": [ + "Tue, 09 Jul 2019 20:44:25 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:EPtf7sZYAfFKdiesnVTZ9BAEQySHJWsjqfRSBWHQNmI=" + "SharedKey sdktest2:jQrF0A/3ir8W0I9ctKZ5x+pNH4crgg5trY1w39pxlWw=" ] } }, @@ -3044,35 +3061,44 @@ "message": "OK" }, "headers": { - "x-ms-version": [ - "2017-07-29" + "Date": [ + "Tue, 09 Jul 2019 20:44:25 GMT" ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "request-id": [ + "504735e3-8b05-4676-84f3-10398f2d6e8e" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:10 GMT" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "Content-Type": [ - "application/xml" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "\ufefffileuploaderr.txtTue, 19 Mar 2019 23:28:08 GMT0x8D6ACC28B6BC3D50application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 19 Mar 2019 23:28:08 GMT0x8D6ACC28B74ED46400application/octet-streamTLxm7jSb4pg0V8UPEv7NpA==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 19 Mar 2019 23:28:08 GMT0x8D6ACC28B7897740application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 19 Mar 2019 23:28:08 GMT0x8D6ACC28B6FE3445application/octet-stream2Oj8otwPiW/Xy0ywAxuiSQ==BlockBlobHottrueunlockedavailabletrue" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1/tasks/myTask\",\"eTag\":\"0x8D704AE3AE9A4D4\",\"creationTime\":\"2019-07-09T20:44:25.5425748Z\",\"lastModified\":\"2019-07-09T20:44:25.5425748Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:25.5425748Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A29%3A24Z&se=2019-07-16T20%3A44%3A24Z&sp=w&sv=2017-07-29&sr=c&sig=xnaZc8Axj1UPXXAALvI5Kw63EGZ5q2s840I9SGLhkgk%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { - "method": "DELETE", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1404-1?api-version=2018-12-01.8.0", + "method": "GET", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1/tasks?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -3084,78 +3110,152 @@ "keep-alive" ], "client-request-id": [ - "a8f231ca-4a9e-11e9-90c4-44032c851686" + "58a40634-a28a-11e9-8f27-44032c851686" ], "accept-language": [ "en-US" ], - "Content-Length": [ - "0" - ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:28 GMT" ], "Authorization": [ - "SharedKey sdktest2:KWkLaYc0tuPd/3DeJ3zVzT64OG4S8BYVJGWjBJEnFts=" + "SharedKey sdktest2:e1ouOy3VHL4MUQTUyVT5TcBN71Cj7ButXQuCQj+h30M=" ] } }, "response": { "status": { - "code": 202, - "message": "Accepted" + "code": 200, + "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "3ef916bd-1d25-4616-9146-76a561953052" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "80d3d136-7cce-45b2-9469-250ab13d3945" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1/tasks/myTask\",\"eTag\":\"0x8D704AE3AE9A4D4\",\"creationTime\":\"2019-07-09T20:44:25.5425748Z\",\"lastModified\":\"2019-07-09T20:44:25.5425748Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-07-09T20:44:26.300872Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-07-09T20:44:25.763438Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A29%3A24Z&se=2019-07-16T20%3A44%3A24Z&sp=w&sv=2017-07-29&sr=c&sig=xnaZc8Axj1UPXXAALvI5Kw63EGZ5q2s840I9SGLhkgk%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:25.763438Z\",\"endTime\":\"2019-07-09T20:44:26.300872Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"poolId\":\"ncj-ubuntu1604\",\"nodeId\":\"tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"taskRootDirectory\":\"workitems/ncj-ubuntu1604-1/job-1/myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d/files/workitems/ncj-ubuntu1604-1/job-1/myTask\"\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output?restype=container&comp=list", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1/tasks/myTask?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], - "Connection": [ + "Accept-Encoding": [ + "gzip, deflate" + ], + "Accept": [ + "application/json" + ], + "Connection": [ + "keep-alive" + ], + "client-request-id": [ + "58aedba4-a28a-11e9-af69-44032c851686" + ], + "accept-language": [ + "en-US" + ], + "ocp-date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], + "Authorization": [ + "SharedKey sdktest2:jy7OFyRekDKWaOjGtQxuB3AnMkhR0Ney91v4F/aMjoM=" + ] + } + }, + "response": { + "status": { + "code": 200, + "message": "OK" + }, + "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "ETag": [ + "0x8D704AE3AE9A4D4" + ], + "request-id": [ + "0562dd5d-8de9-4c35-90ac-db02cd7e6f47" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:25 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "DataServiceVersion": [ + "3.0" + ] + }, + "body": { + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1/tasks/myTask\",\"eTag\":\"0x8D704AE3AE9A4D4\",\"creationTime\":\"2019-07-09T20:44:25.5425748Z\",\"lastModified\":\"2019-07-09T20:44:25.5425748Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-07-09T20:44:26.300872Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-07-09T20:44:25.763438Z\",\"commandLine\":\"/bin/bash -c \\\"echo test\\\"\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A29%3A24Z&se=2019-07-16T20%3A44%3A24Z&sp=w&sv=2017-07-29&sr=c&sig=xnaZc8Axj1UPXXAALvI5Kw63EGZ5q2s840I9SGLhkgk%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:25.763438Z\",\"endTime\":\"2019-07-09T20:44:26.300872Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"poolId\":\"ncj-ubuntu1604\",\"nodeId\":\"tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d\",\"taskRootDirectory\":\"workitems/ncj-ubuntu1604-1/job-1/myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-ubuntu1604/nodes/tvmps_10d921bcccd9addd2ec000135eef5a462b1042c6db316f2e995079ac89b9cb59_d/files/workitems/ncj-ubuntu1604-1/job-1/myTask\"\r\n }\r\n}" + } + } + }, + { + "request": { + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output?restype=container&comp=list", + "body": null, + "headers": { + "User-Agent": [ + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" + ], + "Connection": [ "keep-alive" ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "a90c88d4-4a9e-11e9-b9c3-44032c851686" + "58b9b118-a28a-11e9-bd79-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:28 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:zUmIIeT7Ds+R+SJIDDRQM30vG4ze9da3WYsfyV9sY/Q=" + "SharedKey sdkteststore2:srQq0ln7EIMN+e0YUSukh0a72ByN+bBI+qX+ekXi46c=" ] } }, @@ -3165,24 +3265,145 @@ "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], + "Content-Type": [ + "application/xml" + ], "x-ms-version": [ "2017-07-29" ], + "Transfer-Encoding": [ + "chunked" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" + ] + }, + "body": { + "string": "\ufefffileuploaderr.txtTue, 09 Jul 2019 20:44:26 GMT0x8D704AE3B4EB8200application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 09 Jul 2019 20:44:26 GMT0x8D704AE3B548591512application/octet-streamPoByVh93QlVkDHGZJ+p5hg==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 09 Jul 2019 20:44:26 GMT0x8D704AE3B51C5F00application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 09 Jul 2019 20:44:26 GMT0x8D704AE3B503F045application/octet-stream2Oj8otwPiW/Xy0ywAxuiSQ==BlockBlobHottrueunlockedavailabletrue" + } + } + }, + { + "request": { + "method": "DELETE", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-ubuntu1604-1?api-version=2019-06-01.9.0", + "body": null, + "headers": { + "User-Agent": [ + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" + ], + "Accept-Encoding": [ + "gzip, deflate" + ], + "Accept": [ + "application/json" + ], + "Connection": [ + "keep-alive" + ], + "client-request-id": [ + "58c65b40-a28a-11e9-8c47-44032c851686" + ], + "accept-language": [ + "en-US" + ], + "Content-Length": [ + "0" + ], + "ocp-date": [ + "Tue, 09 Jul 2019 20:44:29 GMT" + ], + "Authorization": [ + "SharedKey sdktest2:ljvOcTOantfvm1AzuYFKMAlRIerjKuehJ6O1XbiXuhw=" + ] + } + }, + "response": { + "status": { + "code": 202, + "message": "Accepted" + }, + "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "request-id": [ + "17f90348-90de-4121-bcfd-bf0fa641299f" ], "Transfer-Encoding": [ "chunked" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "DataServiceVersion": [ + "3.0" + ] + }, + "body": { + "string": "" + } + } + }, + { + "request": { + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-output?restype=container&comp=list", + "body": null, + "headers": { + "User-Agent": [ + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" + ], + "Connection": [ + "keep-alive" + ], + "x-ms-version": [ + "2017-07-29" + ], + "x-ms-client-request-id": [ + "58d06d66-a28a-11e9-9705-44032c851686" + ], + "x-ms-date": [ + "Tue, 09 Jul 2019 20:44:29 GMT" + ], + "Authorization": [ + "SharedKey sdkteststore2:+z0AYES+ZByJgJnalFj+0vWVzXrdnjE2kwM72e3qTKQ=" + ] + } + }, + "response": { + "status": { + "code": 200, + "message": "OK" + }, + "headers": { "Date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:28 GMT" ], "Content-Type": [ "application/xml" + ], + "x-ms-version": [ + "2017-07-29" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "\ufefffileuploaderr.txtTue, 19 Mar 2019 23:28:08 GMT0x8D6ACC28B6BC3D50application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 19 Mar 2019 23:28:08 GMT0x8D6ACC28B74ED46400application/octet-streamTLxm7jSb4pg0V8UPEv7NpA==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 19 Mar 2019 23:28:08 GMT0x8D6ACC28B7897740application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 19 Mar 2019 23:28:08 GMT0x8D6ACC28B6FE3445application/octet-stream2Oj8otwPiW/Xy0ywAxuiSQ==BlockBlobHottrueunlockedavailabletrue" + "string": "\ufefffileuploaderr.txtTue, 09 Jul 2019 20:44:26 GMT0x8D704AE3B4EB8200application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 09 Jul 2019 20:44:26 GMT0x8D704AE3B548591512application/octet-streamPoByVh93QlVkDHGZJ+p5hg==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 09 Jul 2019 20:44:26 GMT0x8D704AE3B51C5F00application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 09 Jul 2019 20:44:26 GMT0x8D704AE3B503F045application/octet-stream2Oj8otwPiW/Xy0ywAxuiSQ==BlockBlobHottrueunlockedavailabletrue" } } }, @@ -3193,7 +3414,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -3202,13 +3423,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a916a688-4a9e-11e9-b8f6-44032c851686" + "58dd1782-a28a-11e9-b692-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:29 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:thFy8pMiEgkLZhnWAQD2+yTvgrH65YmsCp4Z/vMx9Qc=" + "SharedKey sdkteststore2:YaYyf8iVDQcwul/91zZ9LqSlSZoW5gd6g3eCjXIQ/4o=" ], "Content-Length": [ "0" @@ -3221,20 +3442,20 @@ "message": "Accepted" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], "Content-Length": [ "0" ], + "x-ms-delete-type-permanent": [ + "true" + ], "x-ms-version": [ "2017-07-29" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-delete-type-permanent": [ - "true" - ], - "Date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" ] }, "body": { @@ -3249,7 +3470,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -3258,13 +3479,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a91d6e8a-4a9e-11e9-a0f2-44032c851686" + "58e57c0c-a28a-11e9-b919-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:29 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:OWaq1G9t7Pui8eXEGZEqUoJ7kP/S5G136G59s6gP85c=" + "SharedKey sdkteststore2:jaJwyXCqGuOU4uXKkEtNFQSZ9C0qnkHbNtLofMiZ5SQ=" ], "Content-Length": [ "0" @@ -3277,20 +3498,20 @@ "message": "Accepted" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], "Content-Length": [ "0" ], + "x-ms-delete-type-permanent": [ + "true" + ], "x-ms-version": [ "2017-07-29" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-delete-type-permanent": [ - "true" - ], - "Date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" ] }, "body": { @@ -3305,7 +3526,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -3314,13 +3535,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a9244c36-4a9e-11e9-9fca-44032c851686" + "58edb958-a28a-11e9-90f6-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:29 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:hij/CoKhDL1utWyMf7pvcsJ5qod8GgCPUoZQ5zau76s=" + "SharedKey sdkteststore2:mxZoPPxbsAYWT7KPoYSQdCeWJ74Dm7hGpTrrd535eik=" ], "Content-Length": [ "0" @@ -3333,20 +3554,20 @@ "message": "Accepted" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], "Content-Length": [ "0" ], + "x-ms-delete-type-permanent": [ + "true" + ], "x-ms-version": [ "2017-07-29" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-delete-type-permanent": [ - "true" - ], - "Date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" ] }, "body": { @@ -3361,7 +3582,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -3370,13 +3591,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "a92a9280-4a9e-11e9-90b6-44032c851686" + "58f66c00-a28a-11e9-882b-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:29 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:RQGay1KoIm4hpLKznMCtFvPVsJ7IL5F1Ig7ag65EsAI=" + "SharedKey sdkteststore2:ehLh6rI5SoahpTFV+POMaPcJA5tCi0wDFiThFyvUTT8=" ], "Content-Length": [ "0" @@ -3389,20 +3610,20 @@ "message": "Accepted" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], "Content-Length": [ "0" ], + "x-ms-delete-type-permanent": [ + "true" + ], "x-ms-version": [ "2017-07-29" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-delete-type-permanent": [ - "true" - ], - "Date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" ] }, "body": { @@ -3413,11 +3634,11 @@ { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/nodeagentskus?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/supportedimages?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -3429,16 +3650,16 @@ "keep-alive" ], "client-request-id": [ - "a930bf98-4a9e-11e9-8221-44032c851686" + "58fe823a-a28a-11e9-b7ef-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:29 GMT" ], "Authorization": [ - "SharedKey sdktest2:MTHtFK/l3FbnAcLc0v365jlYwBLe74MyACWV3cy+pws=" + "SharedKey sdktest2:068+3YRh2hV2RyPD+2QqELRw7/a3EuPClpMqkMQRF1k=" ] } }, @@ -3448,44 +3669,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "fefecc88-a951-4144-9659-b5e9497bfd07" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:10 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "121a8392-6753-4e33-9726-476f85870431" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodeagentskus\",\"value\":[\r\n {\r\n \"id\":\"batch.node.centos 7\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"OpenLogic\",\"offer\":\"CentOS-HPC\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"Oracle\",\"offer\":\"Oracle-Linux\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"linux-data-science-vm\",\"sku\":\"linuxdsvm\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-centos73\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-5\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container-rdma\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.debian 8\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Credativ\",\"offer\":\"Debian\",\"sku\":\"8\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.debian 9\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Credativ\",\"offer\":\"Debian\",\"sku\":\"9\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 14.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"14.04.5-LTS\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 16.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04-LTS\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"linux-data-science-vm-ubuntu\",\"sku\":\"linuxdsvmubuntu\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container-rdma\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.ubuntu 18.04\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"18.04-LTS\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"id\":\"batch.node.windows amd64\",\"verifiedImageReferences\":[\r\n {\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-Datacenter\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-Datacenter-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2008-R2-SP1\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2008-R2-SP1-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-with-Containers-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2019-Datacenter-Core-with-Containers-smalldisk\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2016-Datacenter-with-Containers\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"dsvm-windows\",\"sku\":\"server-2016\",\"version\":\"latest\"\r\n },{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-windows2016\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n }\r\n ],\"osType\":\"windows\"\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#supportedimages\",\"value\":[\r\n {\r\n \"imageReference\":{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-centos73\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"batch\",\"offer\":\"rendering-windows2016\",\"sku\":\"rendering\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"14.04.5-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 14.04\",\"batchSupportEndOfLife\":\"2019-06-15T00:00:00Z\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"16.04.0-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"canonical\",\"offer\":\"ubuntuserver\",\"sku\":\"18.04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 18.04\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"8\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.debian 8\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"8-backports\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.debian 8\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"9\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.debian 9\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"credativ\",\"offer\":\"debian\",\"sku\":\"9-backports\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.debian 9\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"linux-data-science-vm\",\"sku\":\"linuxdsvm\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-ads\",\"offer\":\"standard-data-science-vm\",\"sku\":\"standard-data-science-vm\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container\",\"sku\":\"7-6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"centos-container-rdma\",\"sku\":\"7-4\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"NvidiaGridDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-azure-batch\",\"offer\":\"ubuntu-server-container-rdma\",\"sku\":\"16-04-lts\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\",\"SupportsRDMAOnly\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"azureml\",\"sku\":\"runtime\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"dsvm-windows\",\"sku\":\"server-2016\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoft-dsvm\",\"offer\":\"linux-data-science-vm-ubuntu\",\"sku\":\"linuxdsvmubuntu\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\",\"capabilities\":[\r\n \"DockerCompatible\",\"NvidiaTeslaDriverInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2008-r2-sp1\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2008-r2-sp1-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-r2-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2012-r2-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2016-datacenter-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-core-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-with-containers\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserver\",\"sku\":\"2019-datacenter-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1709-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1709-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1803-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"microsoftwindowsserver\",\"offer\":\"windowsserversemiannual\",\"sku\":\"datacenter-core-1809-with-containers-smalldisk\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.windows amd64\",\"capabilities\":[\r\n \"DockerCompatible\"\r\n ],\"osType\":\"windows\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.0\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.2\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.1\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"openlogic\",\"offer\":\"centos-hpc\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"capabilities\":[\r\n \"SupportsRDMAOnly\",\"IntelMPIRuntimeInstalled\"\r\n ],\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.3\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.4\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.5\",\"version\":\"latest\"\r\n },\"verificationType\":\"unverified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n },{\r\n \"imageReference\":{\r\n \"publisher\":\"oracle\",\"offer\":\"oracle-linux\",\"sku\":\"7.6\",\"version\":\"latest\"\r\n },\"verificationType\":\"verified\",\"nodeAgentSKUId\":\"batch.node.centos 7\",\"osType\":\"linux\"\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0", - "body": "{\"id\": \"ncj-windows-2012-r2\", \"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"MicrosoftWindowsServer\", \"offer\": \"WindowsServer\", \"sku\": \"2012-R2-Datacenter\"}, \"nodeAgentSKUId\": \"batch.node.windows amd64\"}, \"targetDedicatedNodes\": 1}", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2019-06-01.9.0", + "body": "{\"id\": \"ncj-windows-2012-r2\", \"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"microsoftwindowsserver\", \"offer\": \"windowsserver\", \"sku\": \"2012-r2-datacenter\"}, \"nodeAgentSKUId\": \"batch.node.windows amd64\"}, \"targetDedicatedNodes\": 1}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -3500,7 +3721,7 @@ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "a94c8930-4a9e-11e9-8b4f-44032c851686" + "590b7a98-a28a-11e9-b42b-44032c851686" ], "accept-language": [ "en-US" @@ -3509,10 +3730,10 @@ "277" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:29 GMT" ], "Authorization": [ - "SharedKey sdktest2:roEZ4wmccIwuDsaCfR26bX0UiyFLIuuo+kdUi5Oa5+0=" + "SharedKey sdktest2:WgLAHUl0n0yoS75mYpoKxhw0KQu6mbxrVupvLjg8woU=" ] } }, @@ -3522,44 +3743,44 @@ "message": "The specified pool already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], "Content-Length": [ "334" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "request-id": [ + "1fbdf003-565d-46be-a4e1-67f7f55547c7" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "b6a7e369-e58a-4c2c-912a-e6cd8f8ae6e6" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"PoolExists\",\"message\":{\r\n \"lang\":\"en-US\",\"value\":\"The specified pool already exists.\\nRequestId:b6a7e369-e58a-4c2c-912a-e6cd8f8ae6e6\\nTime:2019-03-19T23:28:11.8793838Z\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\"code\":\"PoolExists\",\"message\":{\r\n \"lang\":\"en-US\",\"value\":\"The specified pool already exists.\\nRequestId:1fbdf003-565d-46be-a4e1-67f7f55547c7\\nTime:2019-07-09T20:44:29.4484761Z\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -3571,16 +3792,16 @@ "keep-alive" ], "client-request-id": [ - "a96c5a70-4a9e-11e9-a75b-44032c851686" + "5917133a-a28a-11e9-b3a1-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "Tue, 09 Jul 2019 20:44:29 GMT" ], "Authorization": [ - "SharedKey sdktest2:Bh1ay+/nuYRZ4v/pHTXO3SKzGjWWbwn+HBlD54NiUDw=" + "SharedKey sdktest2:QTIXyZGDT5j3QrCNy57CzvzSVUL9R9oyjjLu0hzKoHM=" ] } }, @@ -3590,50 +3811,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 17:19:57 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6AC8F1C2612DB" + "0x8D704A6B8D27558" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "2d423eb8-a81e-449c-bee6-ec98fedc39b9" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 19:50:40 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:12 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "41febc19-a338-41b3-a818-6765eb2d141f" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"ncj-windows-2012-r2\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2\",\"eTag\":\"0x8D6AC8F1C2612DB\",\"lastModified\":\"2019-03-19T17:19:57.2061915Z\",\"creationTime\":\"2019-03-19T17:19:57.2061915Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T17:19:57.2061915Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-03-19T17:21:28.4654013Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.windows amd64\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"ncj-windows-2012-r2\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2\",\"eTag\":\"0x8D704A6B8D27558\",\"lastModified\":\"2019-07-09T19:50:40.8097112Z\",\"creationTime\":\"2019-04-11T21:42:15.7300529Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-04-11T21:42:15.7300529Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-07-09T19:52:11.503088Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"MicrosoftWindowsServer\",\"offer\":\"WindowsServer\",\"sku\":\"2012-R2-Datacenter\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.windows amd64\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -3645,16 +3866,16 @@ "keep-alive" ], "client-request-id": [ - "a986e452-4a9e-11e9-820f-44032c851686" + "591e8d66-a28a-11e9-b5d5-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:12 GMT" + "Tue, 09 Jul 2019 20:44:29 GMT" ], "Authorization": [ - "SharedKey sdktest2:O/yhTZXagZ0Ek9p10zgoUPGEaG02PmuQBoE1GfckJ+M=" + "SharedKey sdktest2:PX8S1yaGjuQqfmQfgqkrpFBObNn1jcmHC2UNXiGnyEw=" ] } }, @@ -3664,33 +3885,33 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:28 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "956cdfca-65c2-4251-8b12-b836d01ed697" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:12 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "9eb2b463-4f4e-4bf4-a30e-649c58bac078" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n {\r\n \"id\":\"tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2019-03-19T23:28:00.679182Z\",\"lastBootTime\":\"2019-03-19T17:24:42.5008Z\",\"allocationTime\":\"2019-03-19T17:21:27.8590121Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"vmSize\":\"standard_d1_v2\",\"totalTasksRun\":32,\"totalTasksSucceeded\":32,\"runningTasksCount\":0,\"recentTasks\":[\r\n {\r\n \"taskUrl\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\",\"jobId\":\"ncj-windows-2012-r2\",\"taskId\":\"myTask\",\"taskState\":\"completed\",\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:28:00.0837Z\",\"endTime\":\"2019-03-19T23:28:00.646199Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ],\"isDedicated\":true,\"endpointConfiguration\":{\r\n \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"52.253.131.90\",\"publicFQDN\":\"dns85011c16-2ba5-459b-ae8c-5323faef5062-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":3389\r\n }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2019-03-19T17:24:42.5008Z\",\"version\":\"1.5.3\"\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#nodes\",\"value\":[\r\n {\r\n \"id\":\"tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"state\":\"idle\",\"schedulingState\":\"enabled\",\"stateTransitionTime\":\"2019-07-09T20:44:17.929026Z\",\"lastBootTime\":\"2019-07-09T19:54:46.594409Z\",\"allocationTime\":\"2019-07-09T19:52:11.1140032Z\",\"ipAddress\":\"10.0.0.4\",\"affinityId\":\"TVM:tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"vmSize\":\"standard_d1_v2\",\"totalTasksRun\":6,\"totalTasksSucceeded\":1,\"runningTasksCount\":0,\"recentTasks\":[\r\n {\r\n \"taskUrl\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2/tasks/myTask\",\"jobId\":\"ncj-windows-2012-r2\",\"taskId\":\"myTask\",\"taskState\":\"completed\",\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:17.25359Z\",\"endTime\":\"2019-07-09T20:44:17.913403Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ],\"isDedicated\":true,\"endpointConfiguration\":{\r\n \"inboundEndpoints\":[\r\n {\r\n \"name\":\"SSHRule.0\",\"protocol\":\"tcp\",\"publicIPAddress\":\"52.159.18.190\",\"publicFQDN\":\"dns6b811336-e77d-4b01-ade5-45973f9aec57-azurebatch-cloudservice.westcentralus.cloudapp.azure.com\",\"frontendPort\":50000,\"backendPort\":3389\r\n }\r\n ]\r\n },\"nodeAgentInfo\":{\r\n \"lastUpdateTime\":\"2019-07-09T19:54:46.594409Z\",\"version\":\"1.5.11\"\r\n }\r\n }\r\n ]\r\n}" } } }, @@ -3701,7 +3922,7 @@ "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-mgmt-batch/6.0.0 Azure-SDK-For-Python" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-batch/6.0.0 Azure-SDK-For-Python" ], "Accept-Encoding": [ "gzip, deflate" @@ -3713,13 +3934,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTUzMDM3Nzg1LCJuYmYiOjE1NTMwMzc3ODUsImV4cCI6MTU1MzA0MTY4NSwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOEtBQUFBelppK01zaUR2YjhxUm8vSlBrbmZDT2dndkREQllsalI3ZVdqeHJzbklqOGl0elFzNWVQczFwTG5sS1RWWDZpVk1YYktnWnBnNHFobVhEczhFam5Penc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTU5LjI1MSIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiIzLWlWTFpVcWc4cllVRTR5S0V2T0pLREtDdmdSNElSb0FyYVc5UVpiTUZBIiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJnc3hyX29oMWZVU0lvbm04Uk9RSkFBIiwidmVyIjoiMS4wIn0.J0dlI0zQRsBkNe8INW53Vew9-5ShYBs0-LAfoiIpOpSM9JNcKWM93Ub2JzB5AfRp4NTzqdndjt8U82WsORl8SSIsDurWscOj_hegDbRf0ryPNJKrUubosm_tML4UTKfh_Km7WWUaFRPgm_hNjurbJKqBGhHCS2JKRGzNYzw9A7DnUzJR6AwcwoJRd1y2vuFS92NDmy0kPVAwTmftTzEkdm1Ih2BTF3G0mGtDM0O6Cg4Ahl-ZXSKdFyKRP04CdlVQucBZUPp5HrZXIbRSL8wCm1FbbWRLwjhcaXHp4YmTiTU70kAY6jKxYIFbiab5Gb3kg5wvHjdrV9N63llHz5oonA" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTYyNzA0NzYyLCJuYmYiOjE1NjI3MDQ3NjIsImV4cCI6MTU2MjcwODY2MiwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOE1BQUFBTDdFb2UvL3pCaEc0V0RuZDU3cXN2V2UxZEV5UVlTMTFnU0wyMTROU2QvNXpMY29YZ1hZSDJsZWlnaTVDcW9zUWZmcm10MDRMRlgzYWlpVEVnMGdWeGc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTc0LjIyIiwibmFtZSI6IkJyYW5kb24gS2xlaW4iLCJvaWQiOiIyNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjEyNzUyMTE4NC0xNjA0MDEyOTIwLTE4ODc5Mjc1MjctMzA4NjkxNzQiLCJwdWlkIjoiMTAwMzAwMDBBOTE3Nzg5RSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IjMtaVZMWlVxZzhyWVVFNHlLRXZPSktES0N2Z1I0SVJvQXJhVzlRWmJNRkEiLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInVwbiI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInV0aSI6InJaLTFXcURYX2tlRjZ2YktzRzBEQUEiLCJ2ZXIiOiIxLjAifQ.YO8oyiRvac4lq7qfxOKJQTb2BB_maUBuW_0LfS10K_UwgjOzGYivA6c8ayD_FYH-VY0K2DCVx-rbiRT8vJjPP1y4HX8Yd9DASKr9Ch6wMUIjdFqquUaLuxDei18nZr8yjaHaZOfxZf5Mj5SFeu52YLKsOseW3hUgl43K7Oelwmtl90r5-wvv2bGS35LkHRQN0Wl45werOMlOoZbRtbVZQ8NmvBAXcbwjCQt0w5Iam_QLoGHcl9kn3GSt1owWBleuWjup3cia8LG6IPuEQk7l68wO4ZlR_4MuGteqwunQaJM7BBZ0uS5m-bZgv6SAspOd9FMMFefeIWpQZ7BOlHW8gw" ], "Content-Type": [ "application/json; charset=utf-8" ], "x-ms-client-request-id": [ - "a9bc9a34-4a9e-11e9-a812-44032c851686" + "594b8486-a28a-11e9-9416-44032c851686" ], "accept-language": [ "en-US" @@ -3732,40 +3953,40 @@ "message": "OK" }, "headers": { - "Vary": [ - "Accept-Encoding" + "Date": [ + "Tue, 09 Jul 2019 20:44:29 GMT" ], "content-length": [ - "1163" + "1982" ], - "Expires": [ - "-1" + "Content-Type": [ + "application/json; charset=utf-8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Cache-Control": [ - "no-cache" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:11 GMT" + "x-ms-original-request-ids": [ + "4deb0c80-7e4d-473e-9608-e01996a2486f", + "422b4db5-f287-479f-bb45-2d48e7e9dc00" ], - "Pragma": [ + "Vary": [ + "Accept-Encoding" + ], + "Cache-Control": [ "no-cache" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Expires": [ + "-1" ], - "x-ms-original-request-ids": [ - "4918178e-a186-4a88-8ae3-90d5eee38f9b", - "2293c539-0fe7-4136-8d52-2e8868f8f8e3" + "Pragma": [ + "no-cache" ] }, "body": { - "string": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/centralusbrklein\",\"name\":\"centralusbrklein\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"centralus\",\"properties\":{\"accountEndpoint\":\"centralusbrklein.centralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"BatchService\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/sdktest2\",\"name\":\"sdktest2\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"sdktest2.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"autoStorage\":{\"storageAccountId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2\",\"lastKeySync\":\"2019-02-28T00:16:43.578203Z\"},\"poolAllocationMode\":\"BatchService\"}}]}" + "string": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/byossc\",\"name\":\"byossc\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"southcentralus\",\"properties\":{\"accountEndpoint\":\"byossc.southcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":2147483647,\"lowPriorityCoreQuota\":0,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"UserSubscription\",\"keyVaultReference\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.KeyVault/vaults/byossc\",\"url\":\"https://byossc.vault.azure.net/\"}}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/byos\",\"name\":\"byos\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"byos.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":2147483647,\"lowPriorityCoreQuota\":0,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"UserSubscription\",\"keyVaultReference\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sdktest/providers/Microsoft.KeyVault/vaults/byos\",\"url\":\"https://byos.vault.azure.net/\"}}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/sdktest2\",\"name\":\"sdktest2\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"sdktest2.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"autoStorage\":{\"storageAccountId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2\",\"lastKeySync\":\"2019-07-09T05:12:12.161755Z\"},\"poolAllocationMode\":\"BatchService\"}}]}" } } }, @@ -3776,7 +3997,7 @@ "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-mgmt-storage/2.0.0 Azure-SDK-For-Python" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/2.0.0 Azure-SDK-For-Python" ], "Accept-Encoding": [ "gzip, deflate" @@ -3788,13 +4009,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTUzMDM3Nzg1LCJuYmYiOjE1NTMwMzc3ODUsImV4cCI6MTU1MzA0MTY4NSwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOEtBQUFBelppK01zaUR2YjhxUm8vSlBrbmZDT2dndkREQllsalI3ZVdqeHJzbklqOGl0elFzNWVQczFwTG5sS1RWWDZpVk1YYktnWnBnNHFobVhEczhFam5Penc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTU5LjI1MSIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiIzLWlWTFpVcWc4cllVRTR5S0V2T0pLREtDdmdSNElSb0FyYVc5UVpiTUZBIiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJnc3hyX29oMWZVU0lvbm04Uk9RSkFBIiwidmVyIjoiMS4wIn0.J0dlI0zQRsBkNe8INW53Vew9-5ShYBs0-LAfoiIpOpSM9JNcKWM93Ub2JzB5AfRp4NTzqdndjt8U82WsORl8SSIsDurWscOj_hegDbRf0ryPNJKrUubosm_tML4UTKfh_Km7WWUaFRPgm_hNjurbJKqBGhHCS2JKRGzNYzw9A7DnUzJR6AwcwoJRd1y2vuFS92NDmy0kPVAwTmftTzEkdm1Ih2BTF3G0mGtDM0O6Cg4Ahl-ZXSKdFyKRP04CdlVQucBZUPp5HrZXIbRSL8wCm1FbbWRLwjhcaXHp4YmTiTU70kAY6jKxYIFbiab5Gb3kg5wvHjdrV9N63llHz5oonA" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTYyNzA0NzYyLCJuYmYiOjE1NjI3MDQ3NjIsImV4cCI6MTU2MjcwODY2MiwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOE1BQUFBTDdFb2UvL3pCaEc0V0RuZDU3cXN2V2UxZEV5UVlTMTFnU0wyMTROU2QvNXpMY29YZ1hZSDJsZWlnaTVDcW9zUWZmcm10MDRMRlgzYWlpVEVnMGdWeGc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTc0LjIyIiwibmFtZSI6IkJyYW5kb24gS2xlaW4iLCJvaWQiOiIyNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjEyNzUyMTE4NC0xNjA0MDEyOTIwLTE4ODc5Mjc1MjctMzA4NjkxNzQiLCJwdWlkIjoiMTAwMzAwMDBBOTE3Nzg5RSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IjMtaVZMWlVxZzhyWVVFNHlLRXZPSktES0N2Z1I0SVJvQXJhVzlRWmJNRkEiLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInVwbiI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInV0aSI6InJaLTFXcURYX2tlRjZ2YktzRzBEQUEiLCJ2ZXIiOiIxLjAifQ.YO8oyiRvac4lq7qfxOKJQTb2BB_maUBuW_0LfS10K_UwgjOzGYivA6c8ayD_FYH-VY0K2DCVx-rbiRT8vJjPP1y4HX8Yd9DASKr9Ch6wMUIjdFqquUaLuxDei18nZr8yjaHaZOfxZf5Mj5SFeu52YLKsOseW3hUgl43K7Oelwmtl90r5-wvv2bGS35LkHRQN0Wl45werOMlOoZbRtbVZQ8NmvBAXcbwjCQt0w5Iam_QLoGHcl9kn3GSt1owWBleuWjup3cia8LG6IPuEQk7l68wO4ZlR_4MuGteqwunQaJM7BBZ0uS5m-bZgv6SAspOd9FMMFefeIWpQZ7BOlHW8gw" ], "Content-Type": [ "application/json; charset=utf-8" ], "x-ms-client-request-id": [ - "aa108c00-4a9e-11e9-aca0-44032c851686" + "59888da4-a28a-11e9-a909-44032c851686" ], "accept-language": [ "en-US" @@ -3810,23 +4031,17 @@ "message": "OK" }, "headers": { - "Vary": [ - "Accept-Encoding" - ], - "Expires": [ - "-1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "Date": [ + "Tue, 09 Jul 2019 20:44:30 GMT" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Cache-Control": [ - "no-cache" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "X-Content-Type-Options": [ "nosniff" @@ -3834,21 +4049,27 @@ "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:12 GMT" + "Vary": [ + "Accept-Encoding" ], - "Pragma": [ + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Cache-Control": [ "no-cache" ], - "Content-Type": [ - "application/json" + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" ], "content-length": [ "288" ] }, "body": { - "string": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"abc==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"def==\",\"permissions\":\"FULL\"}]}" + "string": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"uO7UJqUIHY10lGLMf9Os9xZVtZIudsbF9ax4KLWQtVOOwEabYthFqhdTTpejENB7Cd1ygWRHGFVabM2Fst7Fig==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"xbyPSaI20ZSj4CDP5ERd1pkeX1DpF2zyAEgRqnp3swiyjKaazfsjDZUZfDBBR7ZsS8/bTHm8dy4C8S+aZvxz2Q==\",\"permissions\":\"FULL\"}]}" } } }, @@ -3859,7 +4080,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -3868,13 +4089,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "aa3533d8-4a9e-11e9-8c23-44032c851686" + "59b1545c-a28a-11e9-964e-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:13 GMT" + "Tue, 09 Jul 2019 20:44:30 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:qGfdKNXuQ0AzREv2vL03ZVYpf98J34wiBx8/YoALpJc=" + "SharedKey sdkteststore2:1uXfvLmB9lSVx8ZG6Foam5yIR+/yLoIwLeC5+NLCEkQ=" ], "Content-Length": [ "0" @@ -3887,38 +4108,38 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:30 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:28:12 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:61037a5e-a01e-0025-5cab-defcb3000000\nTime:2019-03-19T23:28:13.3685852Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:3d91ca01-b01e-003a-0397-3627a3000000\nTime:2019-07-09T20:44:30.6383381Z" } } }, { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2018-12-01.8.0&timeout=30", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2019-06-01.9.0&timeout=30", "body": "{\"id\": \"ncj-windows-2012-r2-1\", \"poolInfo\": {\"poolId\": \"ncj-windows-2012-r2\"}}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -3930,13 +4151,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "aa4e611c-4a9e-11e9-8048-44032c851686" + "59cc8e3e-a28a-11e9-b7ce-44032c851686" ], "accept-language": [ "en-US" @@ -3955,38 +4176,38 @@ "message": "Created" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:13 GMT" - ], - "Location": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:30 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceId": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC28ECC5FB1" + "0x8D704AE3E79EECA" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "15c88729-5e98-4ac0-8cde-419316c4deb3" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:31 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:13 GMT" + "DataServiceVersion": [ + "3.0" ], - "request-id": [ - "2b216bc4-ea75-4994-bf84-229fedecf449" + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Location": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" + ], + "DataServiceId": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" ] }, "body": { @@ -3997,11 +4218,11 @@ { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/addtaskcollection?api-version=2018-12-01.8.0", - "body": "{\"value\": [{\"id\": \"myTask\", \"commandLine\": \"cmd /c echo | set /p dummy=test\", \"outputFiles\": [{\"filePattern\": \"$AZ_BATCH_TASK_DIR/*.txt\", \"destination\": {\"container\": {\"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A13%3A13Z&se=2019-03-26T23%3A28%3A13Z&sp=w&sv=2017-07-29&sr=c&sig=zOh%2BaeQfgXAaLjHSPtvv3necy6mZno6oHm9u5bSlg0s%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}], \"constraints\": {\"retentionTime\": \"PT1H\"}}]}", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/addtaskcollection?api-version=2019-06-01.9.0", + "body": "{\"value\": [{\"id\": \"myTask\", \"commandLine\": \"cmd /c echo | set /p dummy=test\", \"outputFiles\": [{\"filePattern\": \"$AZ_BATCH_TASK_DIR/*.txt\", \"destination\": {\"container\": {\"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A29%3A30Z&se=2019-07-16T20%3A44%3A30Z&sp=w&sv=2017-07-29&sr=c&sig=IpGLCnlRFVox/DiTWKgboa/42bKONYCOYekyMq9C%2BAE%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}], \"constraints\": {\"retentionTime\": \"PT1H\"}}]}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4013,13 +4234,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "aa9e4582-4a9e-11e9-95ab-44032c851686" + "5a544892-a28a-11e9-978b-44032c851686" ], "accept-language": [ "en-US" @@ -4035,44 +4256,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:33 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "89d85453-2896-4e98-85ba-1716d59ddc56" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:13 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "afcdc53a-88d7-4925-bee7-88db71b6978f" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"myTask\",\"eTag\":\"0x8D6ACC28EEA7D7F\",\"lastModified\":\"2019-03-19T23:28:14.0868991Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask\"\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"myTask\",\"eTag\":\"0x8D704AE3F61101F\",\"lastModified\":\"2019-07-09T20:44:33.0360863Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask\"\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4084,16 +4305,16 @@ "keep-alive" ], "client-request-id": [ - "aabd08b8-4a9e-11e9-af61-44032c851686" + "5b3b659c-a28a-11e9-8f82-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:14 GMT" + "Tue, 09 Jul 2019 20:44:33 GMT" ], "Authorization": [ - "SharedKey sdktest2:SVf4k1UiO0lv4uHR+n6CYaAJyWkEwdlpPKTlx2wUyjk=" + "SharedKey sdktest2:p3OW3LnVorUGw1TCa9fZDOoNHAwNFb/z9qbzFOCAq20=" ] } }, @@ -4103,50 +4324,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:13 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:32 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC28ECC5FB1" + "0x8D704AE3E79EECA" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "95fafcb3-2a82-4938-aa3f-3511ccf07149" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:31 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:14 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "a910b793-33df-4816-b418-e56eb2d18003" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"ncj-windows-2012-r2-1\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1\",\"eTag\":\"0x8D6ACC28ECC5FB1\",\"lastModified\":\"2019-03-19T23:28:13.8895281Z\",\"creationTime\":\"2019-03-19T23:28:13.8655568Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:13.8895281Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n },\"poolInfo\":{\r\n \"poolId\":\"ncj-windows-2012-r2\"\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:28:13.8895281Z\",\"poolId\":\"ncj-windows-2012-r2\"\r\n },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#jobs/@Element\",\"id\":\"ncj-windows-2012-r2-1\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1\",\"eTag\":\"0x8D704AE3E79EECA\",\"lastModified\":\"2019-07-09T20:44:31.5213514Z\",\"creationTime\":\"2019-07-09T20:44:31.5073453Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:31.5213514Z\",\"priority\":0,\"usesTaskDependencies\":false,\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"maxTaskRetryCount\":0\r\n },\"poolInfo\":{\r\n \"poolId\":\"ncj-windows-2012-r2\"\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:31.5213514Z\",\"poolId\":\"ncj-windows-2012-r2\"\r\n },\"onAllTasksComplete\":\"noaction\",\"onTaskFailure\":\"noaction\"\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4158,16 +4379,16 @@ "keep-alive" ], "client-request-id": [ - "aadab76c-4a9e-11e9-9651-44032c851686" + "5b452af4-a28a-11e9-b93d-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:14 GMT" + "Tue, 09 Jul 2019 20:44:33 GMT" ], "Authorization": [ - "SharedKey sdktest2:zbTrT+cowYJDf+wyDClI3LkuYAzabwFJvd8TSzksnC4=" + "SharedKey sdktest2:zCMXdEhBZUU9ApuOCiezkl1Rar+JnV++otdPwaHbhuE=" ] } }, @@ -4177,44 +4398,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:32 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "98a566ab-2941-44c6-bc0c-7a952e57eace" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:13 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "4f8471f5-7495-4a44-9483-697806fa5d56" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask\",\"eTag\":\"0x8D6ACC28EEA7D7F\",\"creationTime\":\"2019-03-19T23:28:14.0868991Z\",\"lastModified\":\"2019-03-19T23:28:14.0868991Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:14.0868991Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A13%3A13Z&se=2019-03-26T23%3A28%3A13Z&sp=w&sv=2017-07-29&sr=c&sig=zOh%2BaeQfgXAaLjHSPtvv3necy6mZno6oHm9u5bSlg0s%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask\",\"eTag\":\"0x8D704AE3F61101F\",\"creationTime\":\"2019-07-09T20:44:33.0360863Z\",\"lastModified\":\"2019-07-09T20:44:33.0360863Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:33.0360863Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A29%3A30Z&se=2019-07-16T20%3A44%3A30Z&sp=w&sv=2017-07-29&sr=c&sig=IpGLCnlRFVox/DiTWKgboa/42bKONYCOYekyMq9C%2BAE%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"retryCount\":0,\"requeueCount\":0\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4226,16 +4447,16 @@ "keep-alive" ], "client-request-id": [ - "acc2e322-4a9e-11e9-8c4b-44032c851686" + "5d1815b4-a28a-11e9-a43d-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:17 GMT" + "Tue, 09 Jul 2019 20:44:36 GMT" ], "Authorization": [ - "SharedKey sdktest2:+MywtKpkOvzYaKWtOHdK3om0q/dYnU/gmtsnuj3cgLU=" + "SharedKey sdktest2:CxBVjnESgrQC/GG6gxJd7qGy3uOiV1jMRKJgrYy6rio=" ] } }, @@ -4245,44 +4466,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:35 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "abdfe6d8-7076-41b9-be2f-dc8d28b29550" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:17 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "316f961b-35ee-43d8-8529-c17f2eaeeff8" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask\",\"eTag\":\"0x8D6ACC28EEA7D7F\",\"creationTime\":\"2019-03-19T23:28:14.0868991Z\",\"lastModified\":\"2019-03-19T23:28:14.0868991Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-03-19T23:28:15.58473Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-03-19T23:28:15.08475Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A13%3A13Z&se=2019-03-26T23%3A28%3A13Z&sp=w&sv=2017-07-29&sr=c&sig=zOh%2BaeQfgXAaLjHSPtvv3necy6mZno6oHm9u5bSlg0s%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:28:15.08475Z\",\"endTime\":\"2019-03-19T23:28:15.58473Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"poolId\":\"ncj-windows-2012-r2\",\"nodeId\":\"tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"taskRootDirectory\":\"workitems\\\\ncj-windows-2012-r2-1\\\\job-1\\\\myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d/files/workitems/ncj-windows-2012-r2-1/job-1/myTask\"\r\n }\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks\",\"value\":[\r\n {\r\n \"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask\",\"eTag\":\"0x8D704AE3F61101F\",\"creationTime\":\"2019-07-09T20:44:33.0360863Z\",\"lastModified\":\"2019-07-09T20:44:33.0360863Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-07-09T20:44:34.847552Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-07-09T20:44:34.253801Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A29%3A30Z&se=2019-07-16T20%3A44%3A30Z&sp=w&sv=2017-07-29&sr=c&sig=IpGLCnlRFVox/DiTWKgboa/42bKONYCOYekyMq9C%2BAE%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:34.253801Z\",\"endTime\":\"2019-07-09T20:44:34.847552Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"poolId\":\"ncj-windows-2012-r2\",\"nodeId\":\"tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"taskRootDirectory\":\"workitems\\\\ncj-windows-2012-r2-1\\\\job-1\\\\myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d/files/workitems/ncj-windows-2012-r2-1/job-1/myTask\"\r\n }\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4294,16 +4515,16 @@ "keep-alive" ], "client-request-id": [ - "acdbc374-4a9e-11e9-b844-44032c851686" + "5d225112-a28a-11e9-8535-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:17 GMT" + "Tue, 09 Jul 2019 20:44:36 GMT" ], "Authorization": [ - "SharedKey sdktest2:+9tip21NXnETOQDSO29/ItEsK9OgLGEI7mW2MwPEKOQ=" + "SharedKey sdktest2:rVgwFRusQo7W03/PkTjR8Gg0/bIQhgTSl5+upRUvjGo=" ] } }, @@ -4313,39 +4534,39 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:14 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:35 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC28EEA7D7F" + "0x8D704AE3F61101F" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "9e859920-721c-4176-9cab-a2ace5b45f2b" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:33 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:17 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "4436e568-24f7-4dd8-849d-67624c3c0cd8" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask\",\"eTag\":\"0x8D6ACC28EEA7D7F\",\"creationTime\":\"2019-03-19T23:28:14.0868991Z\",\"lastModified\":\"2019-03-19T23:28:14.0868991Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-03-19T23:28:15.58473Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-03-19T23:28:15.08475Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A13%3A13Z&se=2019-03-26T23%3A28%3A13Z&sp=w&sv=2017-07-29&sr=c&sig=zOh%2BaeQfgXAaLjHSPtvv3necy6mZno6oHm9u5bSlg0s%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-03-19T23:28:15.08475Z\",\"endTime\":\"2019-03-19T23:28:15.58473Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"poolId\":\"ncj-windows-2012-r2\",\"nodeId\":\"tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d\",\"taskRootDirectory\":\"workitems\\\\ncj-windows-2012-r2-1\\\\job-1\\\\myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_b26b657ded56caa20e6c46638c41ba102344fb93a39f6b03cbf67e643a125a4a_d/files/workitems/ncj-windows-2012-r2-1/job-1/myTask\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#tasks/@Element\",\"id\":\"myTask\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1/tasks/myTask\",\"eTag\":\"0x8D704AE3F61101F\",\"creationTime\":\"2019-07-09T20:44:33.0360863Z\",\"lastModified\":\"2019-07-09T20:44:33.0360863Z\",\"state\":\"completed\",\"stateTransitionTime\":\"2019-07-09T20:44:34.847552Z\",\"previousState\":\"running\",\"previousStateTransitionTime\":\"2019-07-09T20:44:34.253801Z\",\"commandLine\":\"cmd /c echo | set /p dummy=test\",\"outputFiles\":[\r\n {\r\n \"filePattern\":\"$AZ_BATCH_TASK_DIR/*.txt\",\"destination\":{\r\n \"container\":{\r\n \"containerUrl\":\"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A29%3A30Z&se=2019-07-16T20%3A44%3A30Z&sp=w&sv=2017-07-29&sr=c&sig=IpGLCnlRFVox/DiTWKgboa/42bKONYCOYekyMq9C%2BAE%3D\"\r\n }\r\n },\"uploadOptions\":{\r\n \"uploadCondition\":\"TaskSuccess\"\r\n }\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"elevationLevel\":\"nonadmin\"\r\n }\r\n },\"constraints\":{\r\n \"maxWallClockTime\":\"P10675199DT2H48M5.4775807S\",\"retentionTime\":\"PT1H\",\"maxTaskRetryCount\":0\r\n },\"executionInfo\":{\r\n \"startTime\":\"2019-07-09T20:44:34.253801Z\",\"endTime\":\"2019-07-09T20:44:34.847552Z\",\"exitCode\":0,\"result\":\"success\",\"retryCount\":0,\"requeueCount\":0\r\n },\"nodeInfo\":{\r\n \"affinityId\":\"TVM:tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"nodeUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"poolId\":\"ncj-windows-2012-r2\",\"nodeId\":\"tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d\",\"taskRootDirectory\":\"workitems\\\\ncj-windows-2012-r2-1\\\\job-1\\\\myTask\",\"taskRootDirectoryUrl\":\"https://sdktest2.westcentralus.batch.azure.com/pools/ncj-windows-2012-r2/nodes/tvmps_4613a29a62a4fa5d6adc2b987179c1fa21c82a39ad06953b9d507af565680f95_d/files/workitems/ncj-windows-2012-r2-1/job-1/myTask\"\r\n }\r\n}" } } }, @@ -4356,7 +4577,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -4365,13 +4586,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "acf804e8-4a9e-11e9-8db8-44032c851686" + "5d2d26e2-a28a-11e9-bfd0-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:28:17 GMT" + "Tue, 09 Jul 2019 20:44:36 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:yDJTYy6HnFfljSMBsb8avbrD1p7UH9gf/EPwF/Ta5us=" + "SharedKey sdkteststore2:koSglEBum/f0yObbBjFxTGdnLUxdq5wYYmVxFPUq+Sk=" ] } }, @@ -4381,35 +4602,35 @@ "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:44:35 GMT" + ], + "Content-Type": [ + "application/xml" + ], "x-ms-version": [ "2017-07-29" ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:17 GMT" - ], - "Content-Type": [ - "application/xml" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "\ufefffileuploaderr.txtTue, 19 Mar 2019 23:28:15 GMT0x8D6ACC28FC7FD110application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 19 Mar 2019 23:28:15 GMT0x8D6ACC28FC935CB411application/octet-streamgjwxXRbQ+z/geGkg6I51CQ==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 19 Mar 2019 23:28:15 GMT0x8D6ACC28FCA95A00application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 19 Mar 2019 23:28:15 GMT0x8D6ACC28FCBCE564application/octet-streamCY9rzUYh03PK3k6DJie09g==BlockBlobHottrueunlockedavailabletrue" + "string": "\ufefffileuploaderr.txtTue, 09 Jul 2019 20:44:34 GMT0x8D704AE406932940application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruefileuploadout.txtTue, 09 Jul 2019 20:44:34 GMT0x8D704AE406AB97F525application/octet-streamEXKMg4/OgrIOJ3FbUGGyiA==BlockBlobHottrueunlockedavailabletruestderr.txtTue, 09 Jul 2019 20:44:34 GMT0x8D704AE406C194F0application/octet-stream1B2M2Y8AsgTpgAmY7PhCfg==BlockBlobHottrueunlockedavailabletruestdout.txtTue, 09 Jul 2019 20:44:34 GMT0x8D704AE406DA03B4application/octet-streamCY9rzUYh03PK3k6DJie09g==BlockBlobHottrueunlockedavailabletrue" } } }, { "request": { "method": "DELETE", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/ncj-windows-2012-r2-1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4421,7 +4642,7 @@ "keep-alive" ], "client-request-id": [ - "ad025324-4a9e-11e9-ac90-44032c851686" + "5d3935d4-a28a-11e9-95ce-44032c851686" ], "accept-language": [ "en-US" @@ -4430,10 +4651,10 @@ "0" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:17 GMT" + "Tue, 09 Jul 2019 20:44:36 GMT" ], "Authorization": [ - "SharedKey sdktest2:xtN4jOPhjTy6TumegRvQYB9jYsEHqZYJRNgPuM4zhpc=" + "SharedKey sdktest2:hgrFca2xw5LHa1/haDpiDrAPOJhqaz2e3P7R3ifDFu4=" ] } }, @@ -4443,26 +4664,26 @@ "message": "Accepted" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:35 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "b92db2d7-853c-4202-882a-a2d4d8d790ea" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "c40af364-7670-45f4-8566-4353e4950aa3" + "DataServiceVersion": [ + "3.0" ] }, "body": { @@ -4473,11 +4694,11 @@ { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools?api-version=2019-06-01.9.0", "body": "{\"id\": \"blobsource1\", \"displayName\": \"Blender Ubuntu standard pool\", \"vmSize\": \"Standard_D1_v2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"Canonical\", \"offer\": \"UbuntuServer\", \"sku\": \"16.04.0-LTS\", \"version\": \"latest\"}, \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"}, \"targetDedicatedNodes\": 1, \"targetLowPriorityNodes\": 0, \"enableAutoScale\": false, \"startTask\": {\"commandLine\": \"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\", \"resourceFiles\": [{\"httpUrl\": \"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\", \"filePath\": \"setup-linux-pool.sh\"}], \"userIdentity\": {\"autoUser\": {\"scope\": \"pool\", \"elevationLevel\": \"admin\"}}, \"maxTaskRetryCount\": 0, \"waitForSuccess\": true}}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4492,7 +4713,7 @@ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "ad1ecfb6-4a9e-11e9-8205-44032c851686" + "5d4409fe-a28a-11e9-bf13-44032c851686" ], "accept-language": [ "en-US" @@ -4501,10 +4722,10 @@ "757" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Tue, 09 Jul 2019 20:44:36 GMT" ], "Authorization": [ - "SharedKey sdktest2:d3TpjfYd1yEdk+JBYUYe7GIjVwicitnAB2w4fN8DaHI=" + "SharedKey sdktest2:X3KUpS71KiqrLabj9Dm2lynAle9tgfE0VzIIcxYNYJk=" ] } }, @@ -4514,38 +4735,38 @@ "message": "Created" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" - ], - "Location": [ - "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:44:36 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceId": [ - "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1" - ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "e81f344d-0c9d-4721-a01f-aeff864b3369" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "DataServiceVersion": [ + "3.0" ], - "request-id": [ - "05ab70c0-0bcb-47a3-9e84-79f7e45114c1" + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Location": [ + "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1" + ], + "DataServiceId": [ + "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1" ] }, "body": { @@ -4556,11 +4777,11 @@ { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4572,16 +4793,16 @@ "keep-alive" ], "client-request-id": [ - "ad82df78-4a9e-11e9-8f8b-44032c851686" + "5dbafda6-a28a-11e9-8692-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Authorization": [ - "SharedKey sdktest2:rxSqZeEnE50a5KpcdQro1/GMpqUzBILa18MsfN8BCqQ=" + "SharedKey sdktest2:pIR3faee4ul6vkS4GPdbEeHi/qRQ73EgHB/iVVuRqPU=" ] } }, @@ -4591,50 +4812,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:36 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "7aa48778-cecf-4947-abef-da8cc4faeafc" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:18 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "e686b9f1-392a-423e-800b-23871f697f4f" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4646,16 +4867,16 @@ "keep-alive" ], "client-request-id": [ - "af6a5aca-4a9e-11e9-82b2-44032c851686" + "5f8de722-a28a-11e9-942f-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:21 GMT" + "Tue, 09 Jul 2019 20:44:40 GMT" ], "Authorization": [ - "SharedKey sdktest2:LWAwpykxUayTbaP7hNvQ8hKJ+rLyfApcBUfigetXrvw=" + "SharedKey sdktest2:z3dby0Ak2nrLqWJNnnITjb/zxov2pK6DjEGOLFHdEAo=" ] } }, @@ -4665,50 +4886,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:40 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "d6e6061a-aef8-4b88-b100-654d1c5e315e" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:22 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "abf3af54-f65a-4341-802a-cf62b477750d" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4720,16 +4941,16 @@ "keep-alive" ], "client-request-id": [ - "b150ba6c-4a9e-11e9-ae47-44032c851686" + "6165451c-a28a-11e9-b803-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:25 GMT" + "Tue, 09 Jul 2019 20:44:43 GMT" ], "Authorization": [ - "SharedKey sdktest2:A/ZaSnkCv/pmb9DJH7mGZM6iLKrerVel/T6WLOMe4PM=" + "SharedKey sdktest2:IdW427motYTyea7f0Om5lc6t2CbF4MP8DxtwCNKK9I4=" ] } }, @@ -4739,50 +4960,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:43 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "1a88da5e-b65d-4d76-94a6-4a8097264c5e" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:25 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "86bdcafe-5eaf-4cde-a6dd-93a9d3091e2e" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4794,16 +5015,16 @@ "keep-alive" ], "client-request-id": [ - "b335922e-4a9e-11e9-901d-44032c851686" + "63377354-a28a-11e9-9dc6-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:28 GMT" + "Tue, 09 Jul 2019 20:44:46 GMT" ], "Authorization": [ - "SharedKey sdktest2:JI84GnHxRdcZ+kECdLV4I9FJw/62HtLlFWMCxl198C4=" + "SharedKey sdktest2:cOB4mt3K1gLq9UYvst6Gvh29YPBEBSpM3MAcl+IFNNA=" ] } }, @@ -4813,50 +5034,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:46 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "97320394-33a0-49f6-a21e-1387bbd85f68" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:28 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "dab568e8-8318-492f-9409-3637e4d75bf9" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4868,16 +5089,16 @@ "keep-alive" ], "client-request-id": [ - "b518bd30-4a9e-11e9-8027-44032c851686" + "650e9b8a-a28a-11e9-b750-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:31 GMT" + "Tue, 09 Jul 2019 20:44:49 GMT" ], "Authorization": [ - "SharedKey sdktest2:o21MiiFQ3+4sswmBL7cmhEn2nluQCVkSXnNezy2PhCQ=" + "SharedKey sdktest2:VljngQU6i3+PEvIB2iNIvJvILZ7p1ikftLs51eB/Jg4=" ] } }, @@ -4887,50 +5108,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:48 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "eafdb710-0cde-49a6-8c34-56422a38d534" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:31 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "350f2cb0-ca91-4999-a638-dc041ceccee6" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -4942,16 +5163,16 @@ "keep-alive" ], "client-request-id": [ - "b7003208-4a9e-11e9-b5bf-44032c851686" + "66e23534-a28a-11e9-9636-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:34 GMT" + "Tue, 09 Jul 2019 20:44:52 GMT" ], "Authorization": [ - "SharedKey sdktest2:c/0sZOyIn67fZpENdTEMrPo0MHFhKnYZXPXt5TQzQxc=" + "SharedKey sdktest2:LvFcmzT/zmVffJ8DMHSM4s2T6DEzuDkItpdL5TPum+0=" ] } }, @@ -4961,50 +5182,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:52 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "18d465b9-e20b-449f-955c-86009967757c" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:33 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "1d5937ba-9dd2-45fc-a2ee-470ebd9ade46" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5016,16 +5237,16 @@ "keep-alive" ], "client-request-id": [ - "b8ec36f4-4a9e-11e9-b4bd-44032c851686" + "68b93c64-a28a-11e9-a8e9-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:37 GMT" + "Tue, 09 Jul 2019 20:44:55 GMT" ], "Authorization": [ - "SharedKey sdktest2:yaRIr25QdH7kliEDVE39S8vsqYONgrYDA29sTZJDL4s=" + "SharedKey sdktest2:W1X4kUI0/nWlenAbmWXCIjqI37IcsGJCR3C2+oM4l5I=" ] } }, @@ -5035,50 +5256,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:55 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "82dfc872-6631-4542-98bf-1dd2204519d5" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:38 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "77594e1a-c7b5-4487-9710-4e3a70e6d25d" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5090,16 +5311,16 @@ "keep-alive" ], "client-request-id": [ - "bad13502-4a9e-11e9-8471-44032c851686" + "6a8e92ec-a28a-11e9-8fc9-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:41 GMT" + "Tue, 09 Jul 2019 20:44:58 GMT" ], "Authorization": [ - "SharedKey sdktest2:E1GbUhyZ92s1jR90ZTh1mg+KERTFStmmNGZTjQp74bY=" + "SharedKey sdktest2:WbshGhvkpgG4xeroIWBFUUpzljk2HR2O2Wq52K6flNM=" ] } }, @@ -5109,50 +5330,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:44:58 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "cabac633-add7-402b-9df1-d88b3f0917f9" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:40 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "85e070c7-d9ee-42a0-9441-10f082552e7d" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5164,16 +5385,16 @@ "keep-alive" ], "client-request-id": [ - "bcb401b6-4a9e-11e9-ad81-44032c851686" + "6c625fd2-a28a-11e9-bb05-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:44 GMT" + "Tue, 09 Jul 2019 20:45:01 GMT" ], "Authorization": [ - "SharedKey sdktest2:lys06z8sf8viPxCc+wOBFnhn34bbHbsChq/V9lMm7G0=" + "SharedKey sdktest2:RVVkS1JVTKruCyr+GHsXZ6SzdZ0EeHmMoMbNpWIRtoo=" ] } }, @@ -5183,50 +5404,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:01 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "4046377c-0fd3-4ea1-90ba-ad305e74dcdb" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:44 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "1dec5532-d9b1-4aba-8ed8-c98c6b840f4e" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5238,16 +5459,16 @@ "keep-alive" ], "client-request-id": [ - "beadd7d0-4a9e-11e9-bc5b-44032c851686" + "6e37c398-a28a-11e9-8d66-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:47 GMT" + "Tue, 09 Jul 2019 20:45:04 GMT" ], "Authorization": [ - "SharedKey sdktest2:Am+3ZZdGGoMRz/83nm5hDorz6UJwL10AjURXzTE3gkQ=" + "SharedKey sdktest2:UISoIFKzEMNJOZT9YhRn3hRbi6l3yTtO7YKYqpX91Lw=" ] } }, @@ -5257,50 +5478,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:03 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "f685a689-85fe-4626-8ee9-09df8e63df5f" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:47 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "df30ced0-0987-4b1e-aef0-c196bde050d0" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5312,16 +5533,16 @@ "keep-alive" ], "client-request-id": [ - "c096a71e-4a9e-11e9-8ae3-44032c851686" + "700ce3c6-a28a-11e9-b591-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:50 GMT" + "Tue, 09 Jul 2019 20:45:08 GMT" ], "Authorization": [ - "SharedKey sdktest2:uTtmNbVFzWG/LWMWqR9h3q+N9v2AgKz14z71rSStqjo=" + "SharedKey sdktest2:onKkmTcEsZzZv4gGL8zqtITsurrO95HxUh75ioXDJCc=" ] } }, @@ -5331,50 +5552,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:07 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "ad0fb66d-8660-4dc7-b600-e94707de1f60" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:50 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "bdf492c2-5d5f-4e04-b209-ed77e2ae46e3" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5386,16 +5607,16 @@ "keep-alive" ], "client-request-id": [ - "c27a684a-4a9e-11e9-b2c8-44032c851686" + "71e06af8-a28a-11e9-a1c2-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:53 GMT" + "Tue, 09 Jul 2019 20:45:11 GMT" ], "Authorization": [ - "SharedKey sdktest2:sXJgAEdf8fjzMx/sVfNY0H/ZvspDlRq93ETkBcDwidE=" + "SharedKey sdktest2:88F3VB3gyYa4CFanPlFzfOOqwsoscbg5WA7VSIxq0bM=" ] } }, @@ -5405,50 +5626,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:10 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "3957f11b-210b-4a9b-9488-7b7d4148478e" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:54 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "fae8b786-0712-4489-b161-64f42f5903c9" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5460,16 +5681,16 @@ "keep-alive" ], "client-request-id": [ - "c46294c8-4a9e-11e9-aabb-44032c851686" + "73b73638-a28a-11e9-8d06-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:28:57 GMT" + "Tue, 09 Jul 2019 20:45:14 GMT" ], "Authorization": [ - "SharedKey sdktest2:oC+LMI9uHzEFebk7g4YyUJmRG309ONbQudeTP3H0jpg=" + "SharedKey sdktest2:6MEY95EdVt3naGzP786zz1hG4ECt4dT6USyfMxr0A5I=" ] } }, @@ -5479,50 +5700,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:14 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "b60655c2-a2d0-463d-ab36-cf71feeb733c" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:28:57 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "846775a1-bad3-4f39-88e5-6e4b2b750d51" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5534,16 +5755,16 @@ "keep-alive" ], "client-request-id": [ - "c64961e4-4a9e-11e9-b8e6-44032c851686" + "7589808a-a28a-11e9-a46e-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:00 GMT" + "Tue, 09 Jul 2019 20:45:17 GMT" ], "Authorization": [ - "SharedKey sdktest2:xqHM0hOFirtzhU8eCJvShnOCS3d0Nrk1P39m42C7gM0=" + "SharedKey sdktest2:uIRMgiQgEylzayG+fVL3cBBwn1CTjd5piv/X7PNNwGU=" ] } }, @@ -5553,50 +5774,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:16 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "6abfbd47-f74c-407d-a6f4-2efea283c392" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:00 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "1dd48c74-4bfe-4bf8-a112-40db20ab48d0" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5608,16 +5829,16 @@ "keep-alive" ], "client-request-id": [ - "c82f7b36-4a9e-11e9-8fa1-44032c851686" + "775bf3ca-a28a-11e9-b048-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:03 GMT" + "Tue, 09 Jul 2019 20:45:20 GMT" ], "Authorization": [ - "SharedKey sdktest2:0h5/97MCI+x2phJVHgSW/SUETBs8wrIN+gLU4fzXDh4=" + "SharedKey sdktest2:EHyR31pTbByb5W8ilKiqSwk3bFTC7nqn1+0GveeYbdA=" ] } }, @@ -5627,50 +5848,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:20 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "9a99233f-2ed4-41d7-98a4-75b9d3b8bc09" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:03 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "c0590da7-f191-428b-a2a1-3417da99607a" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5682,16 +5903,16 @@ "keep-alive" ], "client-request-id": [ - "ca172368-4a9e-11e9-8ccc-44032c851686" + "792e66ba-a28a-11e9-bf2b-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:06 GMT" + "Tue, 09 Jul 2019 20:45:23 GMT" ], "Authorization": [ - "SharedKey sdktest2:OqCi/iOIEc81XQzr+mrvcDWGv1ASmndd8cJAL5sdb6k=" + "SharedKey sdktest2:p3VfootuzAYqWllIswZTgkRwjbAq/Iu7LxkLsZf3nkc=" ] } }, @@ -5701,50 +5922,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:23 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "01626c44-cc51-447a-a4c9-a314fe71501c" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:06 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "09ce4af8-7547-4c51-a78e-e4f336e4be28" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5756,16 +5977,16 @@ "keep-alive" ], "client-request-id": [ - "cbfd14b6-4a9e-11e9-8838-44032c851686" + "7b045378-a28a-11e9-a881-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:09 GMT" + "Tue, 09 Jul 2019 20:45:26 GMT" ], "Authorization": [ - "SharedKey sdktest2:63opY6DIJdk9CvK6ADxlJ5YeHOx+/Cg83pONaaj3lgA=" + "SharedKey sdktest2:qTq5dL7zVx4akThOlUbwDtKOkIhgWtsuKInAkVm+nG8=" ] } }, @@ -5775,50 +5996,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:26 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "9f2f181d-eab7-4fb2-aaed-d4bc92f8fbeb" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:09 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "3154f889-0a16-4fd3-a24e-0e42ee9921ca" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5830,16 +6051,16 @@ "keep-alive" ], "client-request-id": [ - "cde10cf8-4a9e-11e9-8d67-44032c851686" + "7cd8dcfa-a28a-11e9-9090-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:13 GMT" + "Tue, 09 Jul 2019 20:45:29 GMT" ], "Authorization": [ - "SharedKey sdktest2:0jCSe6jy42M+ji9msr3UdKvvRUiA/QAtvDpQg3pP6hE=" + "SharedKey sdktest2:hJgAtzH3FeuLp2K7FFoS5xEUy4AWumH8DcNXtxJKGrU=" ] } }, @@ -5849,50 +6070,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:29 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "f3163bf9-cb56-4302-b8d9-1b30515bd332" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:12 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "18da0846-34a3-4b58-b759-53a861c1b7cc" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5904,16 +6125,16 @@ "keep-alive" ], "client-request-id": [ - "cfc626f4-4a9e-11e9-868b-44032c851686" + "7eaf666c-a28a-11e9-bb2a-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:16 GMT" + "Tue, 09 Jul 2019 20:45:32 GMT" ], "Authorization": [ - "SharedKey sdktest2:vo7XOz7+wjV9L0lNqfZ3t7+tsx/ydyZE3mcDwYZntUI=" + "SharedKey sdktest2:pvEs+rTOc8CVo+lDHof2JHnvMUQVpX8mvVnbObAB5ZM=" ] } }, @@ -5923,50 +6144,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:32 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "7aba21fc-ffca-4fad-81d6-3851047fcc0b" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:16 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "71a3f4e4-03af-4ae1-93a2-87af145f8325" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -5978,16 +6199,16 @@ "keep-alive" ], "client-request-id": [ - "d1ab00e4-4a9e-11e9-90b2-44032c851686" + "808383ba-a28a-11e9-823f-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:19 GMT" + "Tue, 09 Jul 2019 20:45:35 GMT" ], "Authorization": [ - "SharedKey sdktest2:ZJmA+yeefTQr4m9bp1ceY61pBo+jO9h4k3AOcDxVbgw=" + "SharedKey sdktest2:kfqAHIPKohz9/iG0SNWIqLa6dwRLlymH1gp2uxyoONQ=" ] } }, @@ -5997,50 +6218,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:35 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "31f1c20a-3ef3-4cf9-9ef9-7892487bc6c2" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:18 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "8a0ca137-e706-4b33-b019-04c218692dc8" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -6052,16 +6273,16 @@ "keep-alive" ], "client-request-id": [ - "d3925eb8-4a9e-11e9-bebc-44032c851686" + "8258c658-a28a-11e9-a446-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:22 GMT" + "Tue, 09 Jul 2019 20:45:38 GMT" ], "Authorization": [ - "SharedKey sdktest2:/3SQWA1ksOOu7Rjnge6aGkh3gtTBpJbkoc5g5iubh58=" + "SharedKey sdktest2:mVkgozLlR91wYliBclSRLzxvPUuFyR32lqA+DOLXYx0=" ] } }, @@ -6071,50 +6292,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:38 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "e80348a1-f56b-44d0-9f6e-068e6f4a23e6" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:22 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "406e1f7b-29cf-494f-a11a-006e22a38983" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -6126,16 +6347,16 @@ "keep-alive" ], "client-request-id": [ - "d57bc064-4a9e-11e9-9cec-44032c851686" + "842c4252-a28a-11e9-806d-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:25 GMT" + "Tue, 09 Jul 2019 20:45:41 GMT" ], "Authorization": [ - "SharedKey sdktest2:FBjdY3FRT8wKRH2iejNKx1FxPOrXnV/wVlUcTAqUmEk=" + "SharedKey sdktest2:zeaeHwaiSRyOW1L7yZ2xyS55jC4upskT9ZLN/b+Rx74=" ] } }, @@ -6145,50 +6366,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:41 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "99a16f8a-7da7-40a9-bedb-a2500167e145" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:26 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "7916ab11-5c39-4b8d-9f6d-2a2598549e80" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -6200,16 +6421,16 @@ "keep-alive" ], "client-request-id": [ - "d766160c-4a9e-11e9-baf9-44032c851686" + "85ffa82c-a28a-11e9-b7ef-44032c851686" ], "accept-language": [ "en-US" ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:29 GMT" + "Tue, 09 Jul 2019 20:45:44 GMT" ], "Authorization": [ - "SharedKey sdktest2:aiFcjxMZVW6LpNNpJybChE3kv8dav8j/PluWuHIJn5w=" + "SharedKey sdktest2:aDJVEBTHN+fSlzpB/wunklSm4HcPref4yckBfVAShLc=" ] } }, @@ -6219,50 +6440,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:44 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE41DEBFAD" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "ba699925-959d-4263-af0b-2bb831f861b7" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:44:37 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:29 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "fb9b27d4-1778-4cd1-8539-79f25adb8054" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D704AE41DEBFAD\",\"lastModified\":\"2019-07-09T20:44:37.2152237Z\",\"creationTime\":\"2019-07-09T20:44:37.2152237Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-07-09T20:44:37.2152237Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-07-09T20:45:43.5588316Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "method": "DELETE", + "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2019-06-01.9.0", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -6274,69 +6495,63 @@ "keep-alive" ], "client-request-id": [ - "d94d6370-4a9e-11e9-84ea-44032c851686" + "86080988-a28a-11e9-91bc-44032c851686" ], "accept-language": [ "en-US" ], + "Content-Length": [ + "0" + ], "ocp-date": [ - "Tue, 19 Mar 2019 23:29:32 GMT" + "Tue, 09 Jul 2019 20:45:44 GMT" ], "Authorization": [ - "SharedKey sdktest2:T9+ZEqgRy7flOJ4MZgvVciSShlYGq1yjvY00V84euoE=" + "SharedKey sdktest2:iTrxMAKxnjEJSjQ0r/wQ+cplHgK1rja8Lr3qPGrg8f4=" ] } }, "response": { "status": { - "code": 200, - "message": "OK" + "code": 202, + "message": "Accepted" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:45:44 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6ACC291A7DFA3" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "c90099f0-b8f4-4d24-b6d9-05e20060be6d" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:32 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "6b576459-0814-40ae-bcc6-1145e46303bc" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", - "body": null, + "method": "POST", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2019-06-01.9.0&timeout=30", + "body": "{\"id\": \"job123\", \"poolInfo\": {\"autoPoolSpecification\": {\"autoPoolIdPrefix\": \"pool123\", \"poolLifetimeOption\": \"job\", \"keepAlive\": false, \"pool\": {\"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"Canonical\", \"offer\": \"UbuntuServer\", \"sku\": \"16.04.0-LTS\", \"version\": \"latest\"}, \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"}, \"targetDedicatedNodes\": 1}}}, \"onAllTasksComplete\": \"noaction\"}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -6347,70 +6562,79 @@ "Connection": [ "keep-alive" ], + "Authorization": [ + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata; charset=utf-8" + ], "client-request-id": [ - "db327eda-4a9e-11e9-8029-44032c851686" + "863cb4ca-a28a-11e9-965f-44032c851686" ], "accept-language": [ "en-US" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:29:35 GMT" + "return-client-request-id": [ + "false" ], - "Authorization": [ - "SharedKey sdktest2:1aCxL0Tq/JcslvvRo9nyJpCkZtjpCDXGQisksQbKDSc=" + "Content-Length": [ + "428" ] } }, "response": { "status": { - "code": 200, - "message": "OK" + "code": 201, + "message": "Created" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:45:45 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE6AB70F4C" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "ac1f9ebb-a971-486f-869a-80442f22cee3" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:45:45 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:35 GMT" + "DataServiceVersion": [ + "3.0" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "df9a658f-24f4-4fff-9e70-e19aa5d78dcf" + "Location": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" + ], + "DataServiceId": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", - "body": null, + "method": "POST", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/job123/addtaskcollection?api-version=2019-06-01.9.0", + "body": "{\"value\": [{\"id\": \"1\", \"commandLine\": \"/bin/bash -c 'cat {fileName}'\", \"resourceFiles\": [{\"httpUrl\": \"https://testacct.blob.core.windows.net/\", \"filePath\": \"location\"}]}]}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -6421,17 +6645,20 @@ "Connection": [ "keep-alive" ], + "Authorization": [ + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata; charset=utf-8" + ], "client-request-id": [ - "dd196f5e-4a9e-11e9-b924-44032c851686" + "86917822-a28a-11e9-8857-44032c851686" ], "accept-language": [ "en-US" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:29:38 GMT" - ], - "Authorization": [ - "SharedKey sdktest2:LPhlf56cilVaDSbqmQ2Je81mADcwj6F41hkD9V7MqF8=" + "Content-Length": [ + "171" ] } }, @@ -6441,50 +6668,44 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" + "Date": [ + "Tue, 09 Jul 2019 20:45:45 GMT" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6ACC291A7DFA3" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "f9126dd6-258f-4179-85a2-6b235c4b5399" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:38 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "96a4b4b7-b586-4434-8f81-ada00465a086" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"1\",\"eTag\":\"0x8D704AE6ADA4A3A\",\"lastModified\":\"2019-07-09T20:45:45.9725882Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/job123/tasks/1\"\r\n }\r\n ]\r\n}" } } }, { "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", - "body": null, + "method": "PATCH", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/job123?api-version=2019-06-01.9.0", + "body": "{\"onAllTasksComplete\": \"terminatejob\"}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -6495,17 +6716,20 @@ "Connection": [ "keep-alive" ], + "Authorization": [ + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata; charset=utf-8" + ], "client-request-id": [ - "defeec64-4a9e-11e9-b0f8-44032c851686" + "86b4e03a-a28a-11e9-97f1-44032c851686" ], "accept-language": [ "en-US" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:29:41 GMT" - ], - "Authorization": [ - "SharedKey sdktest2:gJ4fjtsKXMZhPLYh6kDLVqZvHV4xbBFtt1NMc8kJOfo=" + "Content-Length": [ + "38" ] } }, @@ -6515,50 +6739,50 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:45:45 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC291A7DFA3" + "0x8D704AE6AE7E332" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "8c507836-c950-405e-baf0-ba2a3b1ad14a" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:45:46 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:41 GMT" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "DataServiceVersion": [ + "3.0" ], - "request-id": [ - "a8b1c344-cc2f-49f7-8d91-a6cd9030cc30" + "DataServiceId": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job123" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" + "string": "" } } }, { "request": { "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", + "uri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/batchAccounts?api-version=2018-12-01", "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-batch/6.0.0 Azure-SDK-For-Python" ], "Accept-Encoding": [ "gzip, deflate" @@ -6569,1609 +6793,143 @@ "Connection": [ "keep-alive" ], - "client-request-id": [ - "e0e39864-4a9e-11e9-80c4-44032c851686" + "Authorization": [ + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTYyNzA0NzYyLCJuYmYiOjE1NjI3MDQ3NjIsImV4cCI6MTU2MjcwODY2MiwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOE1BQUFBTDdFb2UvL3pCaEc0V0RuZDU3cXN2V2UxZEV5UVlTMTFnU0wyMTROU2QvNXpMY29YZ1hZSDJsZWlnaTVDcW9zUWZmcm10MDRMRlgzYWlpVEVnMGdWeGc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTc0LjIyIiwibmFtZSI6IkJyYW5kb24gS2xlaW4iLCJvaWQiOiIyNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjEyNzUyMTE4NC0xNjA0MDEyOTIwLTE4ODc5Mjc1MjctMzA4NjkxNzQiLCJwdWlkIjoiMTAwMzAwMDBBOTE3Nzg5RSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IjMtaVZMWlVxZzhyWVVFNHlLRXZPSktES0N2Z1I0SVJvQXJhVzlRWmJNRkEiLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInVwbiI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInV0aSI6InJaLTFXcURYX2tlRjZ2YktzRzBEQUEiLCJ2ZXIiOiIxLjAifQ.YO8oyiRvac4lq7qfxOKJQTb2BB_maUBuW_0LfS10K_UwgjOzGYivA6c8ayD_FYH-VY0K2DCVx-rbiRT8vJjPP1y4HX8Yd9DASKr9Ch6wMUIjdFqquUaLuxDei18nZr8yjaHaZOfxZf5Mj5SFeu52YLKsOseW3hUgl43K7Oelwmtl90r5-wvv2bGS35LkHRQN0Wl45werOMlOoZbRtbVZQ8NmvBAXcbwjCQt0w5Iam_QLoGHcl9kn3GSt1owWBleuWjup3cia8LG6IPuEQk7l68wO4ZlR_4MuGteqwunQaJM7BBZ0uS5m-bZgv6SAspOd9FMMFefeIWpQZ7BOlHW8gw" ], - "accept-language": [ - "en-US" + "Content-Type": [ + "application/json; charset=utf-8" ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:29:44 GMT" - ], - "Authorization": [ - "SharedKey sdktest2:Hxrdpj2wDb/aFtAa2Y0kIydWUC45yoTV7uZi2Zy9GTo=" - ] - } - }, - "response": { - "status": { - "code": 200, - "message": "OK" - }, - "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6ACC291A7DFA3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:45 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" - ], - "request-id": [ - "327e24f6-4514-49dd-a67e-c8cbac1f703a" - ] - }, - "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" - } - } - }, - { - "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", - "body": null, - "headers": { - "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" - ], - "Connection": [ - "keep-alive" - ], - "client-request-id": [ - "e2d560e4-4a9e-11e9-9cf4-44032c851686" - ], - "accept-language": [ - "en-US" - ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:29:48 GMT" - ], - "Authorization": [ - "SharedKey sdktest2:fdSLJdbLWyDo2uVu58RuyOXOfpFYM847bUCp3ehrcWA=" - ] - } - }, - "response": { - "status": { - "code": 200, - "message": "OK" - }, - "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6ACC291A7DFA3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:48 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" - ], - "request-id": [ - "9fb17f13-8380-415f-8dc0-90c9d7d3baf4" - ] - }, - "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"resizing\",\"allocationStateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":0,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" - } - } - }, - { - "request": { - "method": "GET", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", - "body": null, - "headers": { - "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" - ], - "Connection": [ - "keep-alive" - ], - "client-request-id": [ - "e4bd1062-4a9e-11e9-b8fa-44032c851686" - ], - "accept-language": [ - "en-US" - ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:29:51 GMT" - ], - "Authorization": [ - "SharedKey sdktest2:z6RBDh8SDey9N2K76hkIiB8k4mnqWlJDRieEMtlto84=" - ] - } - }, - "response": { - "status": { - "code": 200, - "message": "OK" - }, - "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:28:18 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6ACC291A7DFA3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:50 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" - ], - "request-id": [ - "9dfae433-07f2-47d8-9986-c6d85c9a1350" - ] - }, - "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#pools/@Element\",\"id\":\"blobsource1\",\"displayName\":\"Blender Ubuntu standard pool\",\"url\":\"https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1\",\"eTag\":\"0x8D6ACC291A7DFA3\",\"lastModified\":\"2019-03-19T23:28:18.6834851Z\",\"creationTime\":\"2019-03-19T23:28:18.6834851Z\",\"state\":\"active\",\"stateTransitionTime\":\"2019-03-19T23:28:18.6834851Z\",\"allocationState\":\"steady\",\"allocationStateTransitionTime\":\"2019-03-19T23:29:49.7855302Z\",\"vmSize\":\"standard_d1_v2\",\"resizeTimeout\":\"PT15M\",\"currentDedicatedNodes\":1,\"targetDedicatedNodes\":1,\"currentLowPriorityNodes\":0,\"targetLowPriorityNodes\":0,\"enableAutoScale\":false,\"enableInterNodeCommunication\":false,\"startTask\":{\r\n \"commandLine\":\"/bin/bash -c 'set -e; set -o pipefail; sleep 1; wait'\",\"resourceFiles\":[\r\n {\r\n \"httpUrl\":\"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\"filePath\":\"setup-linux-pool.sh\"\r\n }\r\n ],\"userIdentity\":{\r\n \"autoUser\":{\r\n \"scope\":\"pool\",\"elevationLevel\":\"admin\"\r\n }\r\n },\"maxTaskRetryCount\":0,\"waitForSuccess\":true\r\n },\"maxTasksPerNode\":1,\"taskSchedulingPolicy\":{\r\n \"nodeFillType\":\"Spread\"\r\n },\"virtualMachineConfiguration\":{\r\n \"imageReference\":{\r\n \"publisher\":\"Canonical\",\"offer\":\"UbuntuServer\",\"sku\":\"16.04.0-LTS\",\"version\":\"latest\"\r\n },\"nodeAgentSKUId\":\"batch.node.ubuntu 16.04\"\r\n }\r\n}" - } - } - }, - { - "request": { - "method": "DELETE", - "uri": "https://sdktest2.westcentralus.batch.azure.com/pools/blobsource1?api-version=2018-12-01.8.0", - "body": null, - "headers": { - "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" - ], - "Connection": [ - "keep-alive" - ], - "client-request-id": [ - "e4dbdc4a-4a9e-11e9-8e23-44032c851686" - ], - "accept-language": [ - "en-US" - ], - "Content-Length": [ - "0" - ], - "ocp-date": [ - "Tue, 19 Mar 2019 23:29:51 GMT" - ], - "Authorization": [ - "SharedKey sdktest2:bsbwa4SC8Fg+fFmJ4XbswkwwoJ2cyGM8zA9paU3eEYs=" - ] - } - }, - "response": { - "status": { - "code": 202, - "message": "Accepted" - }, - "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceVersion": [ - "3.0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:51 GMT" - ], - "request-id": [ - "b82d5429-dc62-47ae-aa2b-fddcd8a6c6b8" - ] - }, - "body": { - "string": "" - } - } - }, - { - "request": { - "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2018-12-01.8.0&timeout=30", - "body": "{\"id\": \"job123\", \"poolInfo\": {\"autoPoolSpecification\": {\"autoPoolIdPrefix\": \"pool123\", \"poolLifetimeOption\": \"job\", \"keepAlive\": false, \"pool\": {\"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"Canonical\", \"offer\": \"UbuntuServer\", \"sku\": \"16.04.0-LTS\", \"version\": \"latest\"}, \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"}, \"targetDedicatedNodes\": 1}}}, \"onAllTasksComplete\": \"noaction\"}", - "headers": { - "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" - ], - "Connection": [ - "keep-alive" - ], - "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ], - "client-request-id": [ - "e517b346-4a9e-11e9-8584-44032c851686" + "x-ms-client-request-id": [ + "86e4b7e8-a28a-11e9-9d90-44032c851686" ], "accept-language": [ - "en-US" - ], - "return-client-request-id": [ - "false" - ], - "Content-Length": [ - "428" - ] - } - }, - "response": { - "status": { - "code": 201, - "message": "Created" - }, - "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:52 GMT" - ], - "Location": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceId": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6ACC2C971BF6C" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:52 GMT" - ], - "request-id": [ - "7b1e8285-afe4-442c-aaeb-46c4eec704b4" - ] - }, - "body": { - "string": "" - } - } - }, - { - "request": { - "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/job123/addtaskcollection?api-version=2018-12-01.8.0", - "body": "{\"value\": [{\"id\": \"1\", \"commandLine\": \"/bin/bash -c 'cat {fileName}'\", \"resourceFiles\": [{\"httpUrl\": \"https://testacct.blob.core.windows.net/\", \"filePath\": \"location\"}]}]}", - "headers": { - "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" - ], - "Connection": [ - "keep-alive" - ], - "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ], - "client-request-id": [ - "e543627a-4a9e-11e9-b017-44032c851686" - ], - "accept-language": [ - "en-US" - ], - "Content-Length": [ - "171" - ] - } - }, - "response": { - "status": { - "code": 200, - "message": "OK" - }, - "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceVersion": [ - "3.0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:52 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" - ], - "request-id": [ - "29e25e5a-315d-4e34-9902-a05dbcfb4052" - ] - }, - "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"1\",\"eTag\":\"0x8D6ACC2C9BE9A57\",\"lastModified\":\"2019-03-19T23:29:52.7848535Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/job123/tasks/1\"\r\n }\r\n ]\r\n}" - } - } - }, - { - "request": { - "method": "PATCH", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/job123?api-version=2018-12-01.8.0", - "body": "{\"onAllTasksComplete\": \"terminatejob\"}", - "headers": { - "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" - ], - "Connection": [ - "keep-alive" - ], - "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ], - "client-request-id": [ - "e5909b82-4a9e-11e9-b93b-44032c851686" - ], - "accept-language": [ - "en-US" - ], - "Content-Length": [ - "38" - ] - } - }, - "response": { - "status": { - "code": 200, - "message": "OK" - }, - "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:53 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "DataServiceId": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job123" - ], - "DataServiceVersion": [ - "3.0" - ], - "ETag": [ - "0x8D6ACC2CA093643" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:52 GMT" - ], - "request-id": [ - "aa6997b0-45d2-4160-ac4e-69dfa756b100" - ] - }, - "body": { - "string": "" - } - } - }, - { - "request": { - "method": "GET", - "uri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/batchAccounts?api-version=2018-12-01", - "body": null, - "headers": { - "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-mgmt-batch/6.0.0 Azure-SDK-For-Python" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" - ], - "Connection": [ - "keep-alive" - ], - "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTUzMDM3Nzg1LCJuYmYiOjE1NTMwMzc3ODUsImV4cCI6MTU1MzA0MTY4NSwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOEtBQUFBelppK01zaUR2YjhxUm8vSlBrbmZDT2dndkREQllsalI3ZVdqeHJzbklqOGl0elFzNWVQczFwTG5sS1RWWDZpVk1YYktnWnBnNHFobVhEczhFam5Penc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTU5LjI1MSIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiIzLWlWTFpVcWc4cllVRTR5S0V2T0pLREtDdmdSNElSb0FyYVc5UVpiTUZBIiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJnc3hyX29oMWZVU0lvbm04Uk9RSkFBIiwidmVyIjoiMS4wIn0.J0dlI0zQRsBkNe8INW53Vew9-5ShYBs0-LAfoiIpOpSM9JNcKWM93Ub2JzB5AfRp4NTzqdndjt8U82WsORl8SSIsDurWscOj_hegDbRf0ryPNJKrUubosm_tML4UTKfh_Km7WWUaFRPgm_hNjurbJKqBGhHCS2JKRGzNYzw9A7DnUzJR6AwcwoJRd1y2vuFS92NDmy0kPVAwTmftTzEkdm1Ih2BTF3G0mGtDM0O6Cg4Ahl-ZXSKdFyKRP04CdlVQucBZUPp5HrZXIbRSL8wCm1FbbWRLwjhcaXHp4YmTiTU70kAY6jKxYIFbiab5Gb3kg5wvHjdrV9N63llHz5oonA" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "x-ms-client-request-id": [ - "e5f91a5c-4a9e-11e9-8ca1-44032c851686" - ], - "accept-language": [ - "en-US" - ] - } - }, - "response": { - "status": { - "code": 200, - "message": "OK" - }, - "headers": { - "Vary": [ - "Accept-Encoding" - ], - "content-length": [ - "1163" - ], - "Expires": [ - "-1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:54 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "x-ms-original-request-ids": [ - "a09a3fac-7e0f-412c-922d-cd3a31918623", - "ffa45d8b-9c8b-4640-8508-ddf32b1ba681" - ] - }, - "body": { - "string": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/centralusbrklein\",\"name\":\"centralusbrklein\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"centralus\",\"properties\":{\"accountEndpoint\":\"centralusbrklein.centralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"BatchService\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/sdktest2\",\"name\":\"sdktest2\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"sdktest2.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"autoStorage\":{\"storageAccountId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2\",\"lastKeySync\":\"2019-02-28T00:16:43.578203Z\"},\"poolAllocationMode\":\"BatchService\"}}]}" - } - } - }, - { - "request": { - "method": "POST", - "uri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2/listKeys?api-version=2018-02-01", - "body": null, - "headers": { - "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-mgmt-storage/2.0.0 Azure-SDK-For-Python" - ], - "Accept-Encoding": [ - "gzip, deflate" - ], - "Accept": [ - "application/json" - ], - "Connection": [ - "keep-alive" - ], - "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTUzMDM3Nzg1LCJuYmYiOjE1NTMwMzc3ODUsImV4cCI6MTU1MzA0MTY4NSwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOEtBQUFBelppK01zaUR2YjhxUm8vSlBrbmZDT2dndkREQllsalI3ZVdqeHJzbklqOGl0elFzNWVQczFwTG5sS1RWWDZpVk1YYktnWnBnNHFobVhEczhFam5Penc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTU5LjI1MSIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiIzLWlWTFpVcWc4cllVRTR5S0V2T0pLREtDdmdSNElSb0FyYVc5UVpiTUZBIiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJnc3hyX29oMWZVU0lvbm04Uk9RSkFBIiwidmVyIjoiMS4wIn0.J0dlI0zQRsBkNe8INW53Vew9-5ShYBs0-LAfoiIpOpSM9JNcKWM93Ub2JzB5AfRp4NTzqdndjt8U82WsORl8SSIsDurWscOj_hegDbRf0ryPNJKrUubosm_tML4UTKfh_Km7WWUaFRPgm_hNjurbJKqBGhHCS2JKRGzNYzw9A7DnUzJR6AwcwoJRd1y2vuFS92NDmy0kPVAwTmftTzEkdm1Ih2BTF3G0mGtDM0O6Cg4Ahl-ZXSKdFyKRP04CdlVQucBZUPp5HrZXIbRSL8wCm1FbbWRLwjhcaXHp4YmTiTU70kAY6jKxYIFbiab5Gb3kg5wvHjdrV9N63llHz5oonA" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "x-ms-client-request-id": [ - "e724c0c0-4a9e-11e9-9d77-44032c851686" - ], - "accept-language": [ - "en-US" - ], - "Content-Length": [ - "0" - ] - } - }, - "response": { - "status": { - "code": 200, - "message": "OK" - }, - "headers": { - "Vary": [ - "Accept-Encoding" - ], - "Expires": [ - "-1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:54 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Content-Type": [ - "application/json" - ], - "content-length": [ - "288" - ] - }, - "body": { - "string": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"abc==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"def==\",\"permissions\":\"FULL\"}]}" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e751c014-4a9e-11e9-9ff6-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:TMsHJLvTA/L97Fes/Pnq0aY2gLYXdDxLAgZ1zC1nE3g=" - ], - "Content-Length": [ - "0" - ] - } - }, - "response": { - "status": { - "code": 201, - "message": "Created" - }, - "headers": { - "Content-Length": [ - "0" - ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "ETag": [ - "\"0x8D6ACC2CBAEB407\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ] - }, - "body": { - "string": "" - } - } - }, - { - "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-parameters.json?comp=metadata", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e78120cc-4a9e-11e9-945f-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:E/8ZMT/HhYRZVEgSp5O0y//BuH2Fc/P5EoUm4VATaAQ=" - ] - } - }, - "response": { - "status": { - "code": 404, - "message": "The specified blob does not exist." - }, - "headers": { - "Content-Length": [ - "215" - ], - "x-ms-error-code": [ - "BlobNotFound" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Content-Type": [ - "application/xml" - ] - }, - "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b1ef5-701e-00e0-30ab-de8288000000\nTime:2019-03-19T23:29:56.0981415Z" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-parameters.json", - "body": "{\r\n \"templateMetadata\": {\r\n \"description\": \"A test application template that makes use of multiple parameters after properly declaring them.\"\r\n },\r\n \"jobManagerTask\": {\r\n \"id\":\"mytask1\",\r\n \"commandLine\":\"myprogram.exe\",\r\n \"resourceFiles\": [ {\r\n \"httpUrl\":\"http://mystorage1.blob.core.windows.net/scripts/myprogram.exe?st=2013-08-09T08%3a49%3a37.0000000Z&se=2013-08-10T08%3a49%3a37.0000000Z&sr=c&sp=d&si=YWJjZGTVMZw%3d%3d&sig= %2bSzBm0wi8xECuGkKw97wnkSZ%2f62sxU%2b6Hq6a7qojIVE%3d\",\r\n \"filePath\":\"myprogram.exe\"\r\n },\r\n {\r\n \"httpUrl\":\"http://mystorage1.blob.core.windows.net/scripts/test.txt?st=2013-08-09T08%3a49%3a37.0000000Z&se=2013-08-10T08%3a49%3a37.0000000Z&sr=c&sp=d&si=YWJjZGTVMZw%3d%3d&sig= %2bSzBm0wi8xECuGkKw97wnkSZ%2f62sxU%2b6Hq6a7qojIVE%3d\",\r\n \"filePath\":\"[parameters('blobName')]\"\r\n } ],\r\n \"environmentSettings\": [ {\r\n \"name\":\"myvariable\",\r\n \"value\":\"myvalue\"\r\n } ],\r\n \"constraints\": {\r\n \"maxWallClockTime\":\"PT1H\",\r\n \"maxTaskRetryCount\":0,\r\n \"retentionTime\":\"PT1H\"\r\n },\r\n \"killJobOnCompletion\":false,\r\n \"runElevated\":false,\r\n \"runExclusive\":true\r\n },\r\n \"metadata\": [ {\r\n \"name\":\"myproperty\",\r\n \"value\":\"[parameters('keyValue')]\"\r\n } ],\r\n \"parameters\": {\r\n \"blobName\" : {\r\n \"type\": \"string\"\r\n },\r\n \"keyValue\" : {\r\n \"type\": \"string\"\r\n }\r\n }\r\n}", - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1551725410.0615716" - ], - "Content-MD5": [ - "GhvIqLxdhgZSxhi6CdQjLQ==" - ], - "Content-Length": [ - "1377" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e789b266-4a9e-11e9-8d9b-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:ED5oySRxy6AkmjH+sLEqtSTHtYkFr849cguhoHbuuTM=" - ] - } - }, - "response": { - "status": { - "code": 201, - "message": "Created" - }, - "headers": { - "Content-Length": [ - "0" - ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Content-MD5": [ - "GhvIqLxdhgZSxhi6CdQjLQ==" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CBBEA08C\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ] - }, - "body": { - "string": "" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e7909602-4a9e-11e9-8db2-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:j1NUMzES+aYP1W52br4XjEwO2Av+XdxlA/hs6pJxQHQ=" - ], - "Content-Length": [ - "0" - ] - } - }, - "response": { - "status": { - "code": 409, - "message": "The specified container already exists." - }, - "headers": { - "Content-Length": [ - "230" - ], - "x-ms-error-code": [ - "ContainerAlreadyExists" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Content-Type": [ - "application/xml" - ] - }, - "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b1f1f-701e-00e0-56ab-de8288000000\nTime:2019-03-19T23:29:56.1842031Z" - } - } - }, - { - "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedApplicationTemplateInfo.json?comp=metadata", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e796cfba-4a9e-11e9-95c1-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:jVGfoEKzZoBlXPCqCU993exeOHEOrsHKqlSZF3n1ttg=" - ] - } - }, - "response": { - "status": { - "code": 404, - "message": "The specified blob does not exist." - }, - "headers": { - "Content-Length": [ - "215" - ], - "x-ms-error-code": [ - "BlobNotFound" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Content-Type": [ - "application/xml" - ] - }, - "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b1f33-701e-00e0-66ab-de8288000000\nTime:2019-03-19T23:29:56.2372404Z" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedApplicationTemplateInfo.json", - "body": "{\r\n \"templateInfo\": {\r\n \"description\": \"A test application template that specifies the prohibited property 'applicationTemplate'.\"\r\n },\r\n \"applicationTemplateInfo\": {\r\n \"filePath\" : \"sample\\\\path\"\r\n }\r\n}\r\n\r\n\r\n", - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1524153754.252081" - ], - "Content-MD5": [ - "xbCZcjm1pOMcwR8Td2yo9w==" - ], - "Content-Length": [ - "219" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e79f02b4-4a9e-11e9-a7c7-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:hzmALagu5K+gDzFWyM6fQMMEcE+/BF4gz7hlAM9De2I=" - ] - } - }, - "response": { - "status": { - "code": 201, - "message": "Created" - }, - "headers": { - "Content-Length": [ - "0" - ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Content-MD5": [ - "xbCZcjm1pOMcwR8Td2yo9w==" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CBD40140\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ] - }, - "body": { - "string": "" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e7a5f48a-4a9e-11e9-8c0e-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:U6vrtGeQcTi23rlDzlnwKm3iNgzjiEY9ravq7lhvMOg=" - ], - "Content-Length": [ - "0" - ] - } - }, - "response": { - "status": { - "code": 409, - "message": "The specified container already exists." - }, - "headers": { - "Content-Length": [ - "230" - ], - "x-ms-error-code": [ - "ContainerAlreadyExists" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Content-Type": [ - "application/xml" - ] - }, - "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b1f46-701e-00e0-79ab-de8288000000\nTime:2019-03-19T23:29:56.3243023Z" - } - } - }, - { - "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedId.json?comp=metadata", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e7ac2d46-4a9e-11e9-8de8-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:KDDL9UK0BljaqRjfT9WVImfT35Nk1Vc5Y3A2yWS4XVg=" - ] - } - }, - "response": { - "status": { - "code": 404, - "message": "The specified blob does not exist." - }, - "headers": { - "Content-Length": [ - "215" - ], - "x-ms-error-code": [ - "BlobNotFound" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Content-Type": [ - "application/xml" - ] - }, - "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b1f62-701e-00e0-13ab-de8288000000\nTime:2019-03-19T23:29:56.3673329Z" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedId.json", - "body": "{\r\n \"templateInfo\": {\r\n \"description\": \"A test application template that specifies prohibited property 'id'.\"\r\n },\r\n \"id\" : \"jobid\"\r\n}\r\n\r\n\r\n", - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1524153754.252081" - ], - "Content-MD5": [ - "HBCHz/rBYi8V9ILMKx0o+g==" - ], - "Content-Length": [ - "146" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e7b2b346-4a9e-11e9-9fba-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:+hFrvY8iP9w6CliuucjZgGXFeM7Ev3IHhA1EYeIoIoo=" - ] - } - }, - "response": { - "status": { - "code": 201, - "message": "Created" - }, - "headers": { - "Content-Length": [ - "0" - ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Content-MD5": [ - "HBCHz/rBYi8V9ILMKx0o+g==" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CBE7DB0B\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ] - }, - "body": { - "string": "" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e7b9c2d4-4a9e-11e9-814b-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:MWuhjdOeazm01SlqcP7vcNfx+Yat2jFeth2PZq4vx2o=" - ], - "Content-Length": [ - "0" - ] - } - }, - "response": { - "status": { - "code": 409, - "message": "The specified container already exists." - }, - "headers": { - "Content-Length": [ - "230" - ], - "x-ms-error-code": [ - "ContainerAlreadyExists" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Content-Type": [ - "application/xml" - ] - }, - "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b1f7a-701e-00e0-2aab-de8288000000\nTime:2019-03-19T23:29:56.4553956Z" - } - } - }, - { - "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPoolInfo.json?comp=metadata", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e7c0355c-4a9e-11e9-8d1a-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:OHbkaItxDGG6jkaoGTm6kU6xVK4K51OiP0Tc3sJ8uBQ=" - ] - } - }, - "response": { - "status": { - "code": 404, - "message": "The specified blob does not exist." - }, - "headers": { - "Content-Length": [ - "215" - ], - "x-ms-error-code": [ - "BlobNotFound" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Content-Type": [ - "application/xml" - ] - }, - "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b1f87-701e-00e0-36ab-de8288000000\nTime:2019-03-19T23:29:56.4984257Z" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPoolInfo.json", - "body": "{\r\n \"templateInfo\": {\r\n \"description\": \"A test application template that specifies prohibited property 'poolInfo'.\"\r\n },\r\n \"poolInfo\": {\r\n \"poolId\" : \"swimming\"\r\n } \r\n}\r\n\r\n\r\n", - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1524153754.253081" - ], - "Content-MD5": [ - "PFiBkLMhFseOyDvKgJXaRA==" - ], - "Content-Length": [ - "187" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e7c6ae64-4a9e-11e9-87fd-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:STEDve0N9x9mtBWhpOEEbQhf8fJSnmCkJanUOQ5iJvY=" - ] - } - }, - "response": { - "status": { - "code": 201, - "message": "Created" - }, - "headers": { - "Content-Length": [ - "0" - ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Content-MD5": [ - "PFiBkLMhFseOyDvKgJXaRA==" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CBFB66A9\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ] - }, - "body": { - "string": "" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e7cd42cc-4a9e-11e9-95ab-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:aLQamnP0VVqC61QiI1WyqMLTcoh8ABLjS28YA3TSJ9w=" - ], - "Content-Length": [ - "0" - ] - } - }, - "response": { - "status": { - "code": 409, - "message": "The specified container already exists." - }, - "headers": { - "Content-Length": [ - "230" - ], - "x-ms-error-code": [ - "ContainerAlreadyExists" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Content-Type": [ - "application/xml" - ] - }, - "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b1f96-701e-00e0-43ab-de8288000000\nTime:2019-03-19T23:29:56.5804845Z" - } - } - }, - { - "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPriority.json?comp=metadata", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-version": [ - "2017-07-29" - ], - "x-ms-client-request-id": [ - "e7d33f52-4a9e-11e9-a0be-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:bHJf4KlfVOOueRmRW/NMO8bZ2e/YFXpdjhm296LYP2o=" + "en-US" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "215" + "Date": [ + "Tue, 09 Jul 2019 20:45:45 GMT" ], - "x-ms-error-code": [ - "BlobNotFound" + "content-length": [ + "1982" ], - "x-ms-version": [ - "2017-07-29" + "Content-Type": [ + "application/json; charset=utf-8" ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" + "X-Content-Type-Options": [ + "nosniff" ], - "Content-Type": [ - "application/xml" + "x-ms-original-request-ids": [ + "4fe0b4c3-41c1-4dbd-8b6e-a3eaf0c44897", + "7f1d92ac-3f7a-4f62-933b-d71102533ad0" + ], + "Vary": [ + "Accept-Encoding" + ], + "Cache-Control": [ + "no-cache" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b1f9d-701e-00e0-4aab-de8288000000\nTime:2019-03-19T23:29:56.6205130Z" + "string": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/byossc\",\"name\":\"byossc\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"southcentralus\",\"properties\":{\"accountEndpoint\":\"byossc.southcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":2147483647,\"lowPriorityCoreQuota\":0,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"UserSubscription\",\"keyVaultReference\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.KeyVault/vaults/byossc\",\"url\":\"https://byossc.vault.azure.net/\"}}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/byos\",\"name\":\"byos\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"byos.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":2147483647,\"lowPriorityCoreQuota\":0,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"UserSubscription\",\"keyVaultReference\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sdktest/providers/Microsoft.KeyVault/vaults/byos\",\"url\":\"https://byos.vault.azure.net/\"}}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/sdktest2\",\"name\":\"sdktest2\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"sdktest2.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"autoStorage\":{\"storageAccountId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2\",\"lastKeySync\":\"2019-07-09T05:12:12.161755Z\"},\"poolAllocationMode\":\"BatchService\"}}]}" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPriority.json", - "body": "{\r\n \"templateInfo\": {\r\n \"description\": \"A test application template that specifies the prohibited property 'priority'.\"\r\n },\r\n \"displayName\": \"Static Application Template\",\r\n \"priority\": 100\r\n}\r\n\r\n\r\n", + "method": "POST", + "uri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2/listKeys?api-version=2018-02-01", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/2.0.0 Azure-SDK-For-Python" ], - "x-ms-blob-type": [ - "BlockBlob" + "Accept-Encoding": [ + "gzip, deflate" ], - "x-ms-meta-lastmodified": [ - "1524153754.253081" + "Accept": [ + "application/json" ], - "Content-MD5": [ - "IvRrVHIc/lLy/wSkE22LeA==" + "Connection": [ + "keep-alive" ], - "Content-Length": [ - "206" + "Authorization": [ + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTYyNzA0NzYyLCJuYmYiOjE1NjI3MDQ3NjIsImV4cCI6MTU2MjcwODY2MiwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOE1BQUFBTDdFb2UvL3pCaEc0V0RuZDU3cXN2V2UxZEV5UVlTMTFnU0wyMTROU2QvNXpMY29YZ1hZSDJsZWlnaTVDcW9zUWZmcm10MDRMRlgzYWlpVEVnMGdWeGc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTc0LjIyIiwibmFtZSI6IkJyYW5kb24gS2xlaW4iLCJvaWQiOiIyNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjEyNzUyMTE4NC0xNjA0MDEyOTIwLTE4ODc5Mjc1MjctMzA4NjkxNzQiLCJwdWlkIjoiMTAwMzAwMDBBOTE3Nzg5RSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IjMtaVZMWlVxZzhyWVVFNHlLRXZPSktES0N2Z1I0SVJvQXJhVzlRWmJNRkEiLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInVwbiI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInV0aSI6InJaLTFXcURYX2tlRjZ2YktzRzBEQUEiLCJ2ZXIiOiIxLjAifQ.YO8oyiRvac4lq7qfxOKJQTb2BB_maUBuW_0LfS10K_UwgjOzGYivA6c8ayD_FYH-VY0K2DCVx-rbiRT8vJjPP1y4HX8Yd9DASKr9Ch6wMUIjdFqquUaLuxDei18nZr8yjaHaZOfxZf5Mj5SFeu52YLKsOseW3hUgl43K7Oelwmtl90r5-wvv2bGS35LkHRQN0Wl45werOMlOoZbRtbVZQ8NmvBAXcbwjCQt0w5Iam_QLoGHcl9kn3GSt1owWBleuWjup3cia8LG6IPuEQk7l68wO4ZlR_4MuGteqwunQaJM7BBZ0uS5m-bZgv6SAspOd9FMMFefeIWpQZ7BOlHW8gw" ], - "x-ms-version": [ - "2017-07-29" + "Content-Type": [ + "application/json; charset=utf-8" ], "x-ms-client-request-id": [ - "e7d9a54c-4a9e-11e9-8160-44032c851686" + "872654ee-a28a-11e9-b1a8-44032c851686" ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "accept-language": [ + "en-US" ], - "Authorization": [ - "SharedKey sdkteststore2:wMTe8PMhECxvWobWHONk+wABiKsMBuQF7qOLlMUlSvk=" + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "0" + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "Content-Type": [ + "application/json" ], - "x-ms-version": [ - "2017-07-29" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "Content-MD5": [ - "IvRrVHIc/lLy/wSkE22LeA==" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Vary": [ + "Accept-Encoding" ], "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-request-server-encrypted": [ - "true" + "Cache-Control": [ + "no-cache" ], - "ETag": [ - "\"0x8D6ACC2CC122729\"" + "Expires": [ + "-1" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" + "Pragma": [ + "no-cache" + ], + "content-length": [ + "288" ] }, "body": { - "string": "" + "string": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"uO7UJqUIHY10lGLMf9Os9xZVtZIudsbF9ax4KLWQtVOOwEabYthFqhdTTpejENB7Cd1ygWRHGFVabM2Fst7Fig==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"xbyPSaI20ZSj4CDP5ERd1pkeX1DpF2zyAEgRqnp3swiyjKaazfsjDZUZfDBBR7ZsS8/bTHm8dy4C8S+aZvxz2Q==\",\"permissions\":\"FULL\"}]}" } } }, @@ -8182,7 +6940,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -8191,13 +6949,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e7e41e62-4a9e-11e9-a5f4-44032c851686" + "876042b4-a28a-11e9-867b-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:ZWHUmrp/Gwt1O2G0NKLY5E2McInYcxKHUeRCYIBaR7k=" + "SharedKey sdkteststore2:aOeJnB4UCc7r4jPngemVrx9YZ+F4UkBXs7bjmI4MBGk=" ], "Content-Length": [ "0" @@ -8210,38 +6968,38 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:46 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:55 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b1fc3-701e-00e0-70ab-de8288000000\nTime:2019-03-19T23:29:56.7305908Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c814fe-e01e-0000-1897-366400000000\nTime:2019-07-09T20:45:47.3263878Z" } } }, { "request": { "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-static.json?comp=metadata", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-parameters.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -8250,113 +7008,42 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e7ea2782-4a9e-11e9-b072-44032c851686" + "8782868c-a28a-11e9-9ca7-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:s90cYXV6X3XEXXIaFvsHvViR93pFMa/YjEOs+CZbdrs=" + "SharedKey sdkteststore2:TBhcpTyG3dax+QCjCLld1JrY5/QsgxYI/pRi1MERdaE=" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "215" - ], - "x-ms-error-code": [ - "BlobNotFound" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" - ] - }, - "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b1fc9-701e-00e0-76ab-de8288000000\nTime:2019-03-19T23:29:56.7706197Z" - } - } - }, - { - "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-static.json", - "body": "{\r\n \"templateMetadata\": {\r\n \"description\": \"A test application template that has no parameters and has exactly the same result every time.\"\r\n },\r\n \"jobManagerTask\": {\r\n \"id\": \"jobManager\",\r\n \"displayName\": \"jobManagerDisplay\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"resourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://testacct.blob.core.windows.net/\",\r\n \"filePath\": \"filePath\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"name1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"name2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"PT1H\"\r\n },\r\n \"killJobOnCompletion\": false,\r\n \"runElevated\": false\r\n }\r\n}\r\n\r\n\r\n", - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" - ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1551725410.0625725" - ], - "Content-MD5": [ - "27HmU8S9AEeu90aG5z1x1A==" + "Tue, 09 Jul 2019 20:45:46 GMT" ], "Content-Length": [ - "740" + "0" ], "x-ms-version": [ "2017-07-29" ], - "x-ms-client-request-id": [ - "e7f04c50-4a9e-11e9-829b-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:bwFwCUsNpI5y57eyuICmc8AawLbSczbttcgGeRDyxVQ=" - ] - } - }, - "response": { - "status": { - "code": 201, - "message": "Created" - }, - "headers": { - "Content-Length": [ - "0" + "ETag": [ + "\"0x8D6C28D3B287392\"" ], "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Content-MD5": [ - "27HmU8S9AEeu90aG5z1x1A==" + "Tue, 16 Apr 2019 17:01:55 GMT" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CC251669\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "x-ms-meta-lastmodified": [ + "1551725410.0615716" ] }, "body": { @@ -8371,7 +7058,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -8380,13 +7067,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e7f70870-4a9e-11e9-b4f8-44032c851686" + "878c244c-a28a-11e9-8d7f-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:/TpknDIXUKmVDvO1f+7ez1dwQG8NBuLPewxqL/EyWUk=" + "SharedKey sdkteststore2:+kRXhs3e1hE/MAp1KuBHcaU8oDm4z+qkbtAp/u+AszQ=" ], "Content-Length": [ "0" @@ -8399,153 +7086,82 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:46 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" - ], - "x-ms-version": [ - "2017-07-29" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], "Content-Type": [ "application/xml" - ] - }, - "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b1fdd-701e-00e0-07ab-de8288000000\nTime:2019-03-19T23:29:56.8536783Z" - } - } - }, - { - "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-unsupportedProperty.json?comp=metadata", - "body": null, - "headers": { - "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" - ], - "Connection": [ - "keep-alive" ], "x-ms-version": [ "2017-07-29" ], - "x-ms-client-request-id": [ - "e7fd3250-4a9e-11e9-881d-44032c851686" - ], - "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Authorization": [ - "SharedKey sdkteststore2:iGFCPJxYEPXk59h/YW/DVuTM0oO+semnYOBBNRxpwow=" - ] - } - }, - "response": { - "status": { - "code": 404, - "message": "The specified blob does not exist." - }, - "headers": { - "Content-Length": [ - "215" - ], "x-ms-error-code": [ - "BlobNotFound" - ], - "x-ms-version": [ - "2017-07-29" + "ContainerAlreadyExists" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b1fe6-701e-00e0-0eab-de8288000000\nTime:2019-03-19T23:29:56.9077168Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c8151c-e01e-0000-3497-366400000000\nTime:2019-07-09T20:45:47.4404675Z" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-unsupportedProperty.json", - "body": "{\r\n \"templateInfo\": {\r\n \"description\": \"A test application template that specifies the unsupported properties'fluxCapacitorModel' and 'vehicleMarque'.\"\r\n },\r\n \"fluxCapacitorModel\": \"DocBrown55\",\r\n \"vehicleMarque\": \"deLorean\"\r\n}\r\n\r\n\r\n", + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedApplicationTemplateInfo.json?comp=metadata", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ - "keep-alive" - ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1524153754.2540834" - ], - "Content-MD5": [ - "eSn7zZA04to5Rccq3nxw1A==" - ], - "Content-Length": [ - "240" + "keep-alive" ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e80546b6-4a9e-11e9-8cd9-44032c851686" + "87938074-a28a-11e9-9e84-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:EohbKgs20FhdpSon+vASPSyFLTyU+0+2x43gnaW2KvY=" + "SharedKey sdkteststore2:ZzSS0ewFQoeA/Wow74MkWhGtydESlxj/Sg5ZytpTkD4=" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 200, + "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:46 GMT" + ], "Content-Length": [ "0" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "eSn7zZA04to5Rccq3nxw1A==" + "ETag": [ + "\"0x8D6C28D3B44DA4D\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:56 GMT" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CC3A771D\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "x-ms-meta-lastmodified": [ + "1524153754.252081" ] }, "body": { @@ -8560,7 +7176,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -8569,13 +7185,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e80c5c76-4a9e-11e9-a3d9-44032c851686" + "879ad268-a28a-11e9-883e-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:chzDDiCfZWMYzDgp+/wMcoXmtEFUNI0jqzYZ74eV3L4=" + "SharedKey sdkteststore2:2tAvCoUVAKhe4R0wC/wOEUt3F84jCBioZHZ/Kb2c56c=" ], "Content-Length": [ "0" @@ -8588,38 +7204,38 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:46 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b2008-701e-00e0-2fab-de8288000000\nTime:2019-03-19T23:29:56.9957803Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81537-e01e-0000-4f97-366400000000\nTime:2019-07-09T20:45:47.5355338Z" } } }, { "request": { "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-untypedParameter.json?comp=metadata", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedId.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -8628,128 +7244,116 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e812c6ec-4a9e-11e9-a07e-44032c851686" + "87a22654-a28a-11e9-a7e5-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:dzhFYTP2IpCyAMDY17ZKUgySYL3uFx4SLVuUTJJRVho=" + "SharedKey sdkteststore2:yWcRz25b/z+Jqy5HJ039klTT59UjBVZSoUhzXvztd3Q=" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "215" + "Date": [ + "Tue, 09 Jul 2019 20:45:46 GMT" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3B664B0A\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:56 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1524153754.252081" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b2018-701e-00e0-3cab-de8288000000\nTime:2019-03-19T23:29:57.0388104Z" + "string": "" } } }, { "request": { "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-untypedParameter.json", - "body": "{\r\n \"templateMetadata\": {\r\n \"description\": \"A test application template that declares a property with no specified type.\"\r\n },\r\n \"jobManagerTask\": {\r\n \"id\":\"mytask1\",\r\n \"commandLine\":\"myprogram.exe\",\r\n \"resourceFiles\": [ {\r\n \"httpUrl\":\"http://mystorage1.blob.core.windows.net/scripts/myprogram.exe?st=2013-08-09T08%3a49%3a37.0000000Z&se=2013-08-10T08%3a49%3a37.0000000Z&sr=c&sp=d&si=YWJjZGTVMZw%3d%3d&sig= %2bSzBm0wi8xECuGkKw97wnkSZ%2f62sxU%2b6Hq6a7qojIVE%3d\",\r\n \"filePath\":\"myprogram.exe\"\r\n },\r\n {\r\n \"httpUrl\":\"http://mystorage1.blob.core.windows.net/scripts/test.txt?st=2013-08-09T08%3a49%3a37.0000000Z&se=2013-08-10T08%3a49%3a37.0000000Z&sr=c&sp=d&si=YWJjZGTVMZw%3d%3d&sig= %2bSzBm0wi8xECuGkKw97wnkSZ%2f62sxU%2b6Hq6a7qojIVE%3d\",\r\n \"filePath\":\"[parameters('blobName')]\"\r\n } ],\r\n \"environmentSettings\": [ {\r\n \"name\":\"myvariable\",\r\n \"value\":\"myvalue\"\r\n } ],\r\n \"constraints\": {\r\n \"maxWallClockTime\":\"PT1H\",\r\n \"maxTaskRetryCount\":0,\r\n \"retentionTime\":\"PT1H\"\r\n },\r\n \"killJobOnCompletion\":false,\r\n \"runElevated\":false,\r\n \"runExclusive\":true\r\n },\r\n \"metadata\": [ {\r\n \"name\":\"myproperty\",\r\n \"value\":\"[parameters('keyValue')]\"\r\n } ],\r\n \"parameters\": {\r\n \"blobName\" : {\r\n \"defaultValue\": \"name\"\r\n },\r\n \"keyValue\" : {\r\n \"type\": \"string\"\r\n }\r\n }\r\n}", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1551725410.0829573" - ], - "Content-MD5": [ - "sWJuTwpMQ9cWToECYRCNiQ==" - ], - "Content-Length": [ - "1363" - ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e819521c-4a9e-11e9-bc0d-44032c851686" + "87a99f62-a28a-11e9-9496-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:vmCDkHf17yGGPfvmQjse/bMphQAeFVypCu2dkUo95Sw=" + "SharedKey sdkteststore2:c5S9gqXXJ9P2SlGeNF/+vLf/j/TVQ69xd2PIFJOmEh0=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 409, + "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:46 GMT" + ], "Content-Length": [ - "0" + "230" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "sWJuTwpMQ9cWToECYRCNiQ==" + "x-ms-error-code": [ + "ContainerAlreadyExists" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CC4E7800\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" ] }, "body": { - "string": "" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81558-e01e-0000-6f97-366400000000\nTime:2019-07-09T20:45:47.6376047Z" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPoolInfo.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -8758,57 +7362,57 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8207724-4a9e-11e9-8d49-44032c851686" + "87b1a282-a28a-11e9-94f2-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:gUnQWW68CwOyasNmqfjwmWOwYMbeQqIEu5Eau2laxg0=" - ], - "Content-Length": [ - "0" + "SharedKey sdkteststore2:eDStN+TnMBCFi86KLEpb4kOlzKQHcB4mBQWJpqb+0qM=" ] } }, "response": { "status": { - "code": 409, - "message": "The specified container already exists." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "230" + "Date": [ + "Tue, 09 Jul 2019 20:45:46 GMT" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3B7CBD42\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:56 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1524153754.253081" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b205a-701e-00e0-73ab-de8288000000\nTime:2019-03-19T23:29:57.1268733Z" + "string": "" } } }, { "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.mergetask.json?comp=metadata", + "method": "PUT", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -8817,113 +7421,101 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e826a8ac-4a9e-11e9-b891-44032c851686" + "87b96abe-a28a-11e9-ad1e-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:6I3HRFLz865pQGDJmSGZY2Foj7mFFSLouIzyHs2F0G4=" + "SharedKey sdkteststore2:8IHzjE1HUp7wpF8UQMyd3NLAHaJ29+Qr2yWS1j/t8xg=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 409, + "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:46 GMT" + ], "Content-Length": [ - "215" + "230" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b2065-701e-00e0-7cab-de8288000000\nTime:2019-03-19T23:29:57.1699038Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81577-e01e-0000-0b97-366400000000\nTime:2019-07-09T20:45:47.7356736Z" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.mergetask.json", - "body": "{\r\n \"parameters\": {\r\n \"jobId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"helloworld-job3\",\r\n \"metadata\": {\r\n \"description\": \"The id of Azure Batch job\"\r\n }\r\n },\r\n \"poolId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"helloworld-pool3\",\r\n \"metadata\": {\r\n \"description\": \"The id of Azure Batch pool which runs the job\"\r\n }\r\n },\r\n \"vmSize\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"STANDARD_D1_V2\",\r\n \"metadata\": {\r\n \"description\": \"The size of the virtual machines that run the application\"\r\n }\r\n },\r\n \"vmCount\": {\r\n \"type\": \"int\",\r\n \"defaultValue\": 1,\r\n \"metadata\": {\r\n \"description\": \"The number of virtual machines\"\r\n }\r\n },\r\n \"testData\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"in\",\r\n \"metadata\": {\r\n \"description\": \"The auto-storage group where the input data is stored\"\r\n }\r\n },\r\n \"outputData\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"output\",\r\n \"metadata\": {\r\n \"description\": \"The auto-storage group where the output data is uploaded\"\r\n }\r\n }\r\n },\r\n \"variables\": {\r\n \"osType\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04.0-LTS\",\r\n \"version\": \"latest\"\r\n }\r\n },\r\n \"job\": {\r\n \"type\": \"Microsoft.Batch/batchAccounts/jobs\",\r\n \"apiVersion\": \"2018-12-01\",\r\n \"properties\": {\r\n \"id\": \"[parameters('jobId')]\",\r\n \"onAllTasksComplete\": \"terminateJob\",\r\n \"poolInfo\": {\r\n \"autoPoolSpecification\": {\r\n \"autoPoolIdPrefix\": \"[parameters('poolId')]\",\r\n \"poolLifetimeOption\": \"job\",\r\n \"keepAlive\": false,\r\n \"pool\": {\r\n \"vmSize\": \"[parameters('vmSize')]\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": \"[variables('osType')]\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"\r\n },\r\n \"targetDedicatedNodes\": \"[parameters('vmCount')]\"\r\n }\r\n }\r\n },\r\n \"taskFactory\": {\r\n \"type\": \"taskPerFile\",\r\n \"source\" : {\r\n \"fileGroup\" : \"[parameters('testData')]\"\r\n },\r\n \"repeatTask\": {\r\n \"commandLine\": \"/bin/bash -c 'cat {fileName}'\",\r\n \"resourceFiles\": [\r\n {\r\n \"httpUrl\" : \"{url}\",\r\n \"filePath\" : \"{fileName}\"\r\n }\r\n ],\r\n \"outputFiles\": [\r\n {\r\n \"filePattern\": \"**/stdout.txt\",\r\n \"destination\": {\r\n \"autoStorage\": {\r\n \"path\": \"output-{fileName}\",\r\n \"fileGroup\": \"[parameters('outputData')]\"\r\n }\r\n },\r\n \"uploadOptions\": {\r\n \"uploadCondition\": \"TaskSuccess\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mergeTask\" : {\r\n \"displayName\": \"myMergeTask\",\r\n \"commandLine\": \"/bin/bash -c 'ls'\",\r\n \"resourceFiles\": [\r\n {\r\n \"autoStorageContainerName\": \"fgrp-[parameters('outputData')]\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n }\r\n}\r\n", + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPriority.json?comp=metadata", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1552419189.7367494" - ], - "Content-MD5": [ - "2ILRwlJk1kyfaTTP253tiA==" - ], - "Content-Length": [ - "4072" - ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e82d33f6-4a9e-11e9-bab9-44032c851686" + "87c096d8-a28a-11e9-9048-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:96jnXKeMLBcJh2tXFRoZpFlN1o3T3X0tcP26rFXszDo=" + "SharedKey sdkteststore2:MeI6Ji4rPPwZrcka63esJ+doPLfz3LY22Of7DCgBo8o=" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 200, + "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ "0" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "2ILRwlJk1kyfaTTP253tiA==" + "ETag": [ + "\"0x8D6C28D3B93A4C4\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:56 GMT" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CC6251D0\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "x-ms-meta-lastmodified": [ + "1524153754.253081" ] }, "body": { @@ -8938,7 +7530,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -8947,13 +7539,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8342436-4a9e-11e9-9103-44032c851686" + "87c8d41a-a28a-11e9-9e63-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:4P88x6eHixnxe/wBie0XP5K0qQnkJkZpAztnVLZ+6H0=" + "SharedKey sdkteststore2:ijLQ8zwTxxwswBX403kqeilis22JAbvm7LW9/3Lu8G4=" ], "Content-Length": [ "0" @@ -8966,38 +7558,38 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b2082-701e-00e0-13ab-de8288000000\nTime:2019-03-19T23:29:57.2539645Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c8158e-e01e-0000-2197-366400000000\nTime:2019-07-09T20:45:47.8367442Z" } } }, { "request": { "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parameters.json?comp=metadata", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-static.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9006,128 +7598,116 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e839f96c-4a9e-11e9-9c0f-44032c851686" + "87d0270a-a28a-11e9-ba1d-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:mQqA2eIUV/DItpyx5irtQluO1flrKu6J1GbLRLMy/V4=" + "SharedKey sdkteststore2:43SBrq0wECZZ5ac4yCXdCsOSwA8oqrgWNk8ZmYImZ3E=" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "215" + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3BA9EFEA\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:56 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1551725410.0625725" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b2095-701e-00e0-24ab-de8288000000\nTime:2019-03-19T23:29:57.2949940Z" + "string": "" } } }, { "request": { "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parameters.json", - "body": "{\r\n \"jobId\": {\r\n \"value\": \"helloworld\"\r\n },\r\n \"poolId\": {\r\n \"value\": \"xplatTestPool\"\r\n },\r\n \"outputFileStorageUrl\": {\r\n \"value\": \"\"\r\n },\r\n \"taskStart\": {\r\n \"value\": 1\r\n },\r\n \"taskEnd\": {\r\n \"value\": 3\r\n } \r\n}", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1524153754.2550833" - ], - "Content-MD5": [ - "acLZykn1NMEO1oxenbC6dw==" - ], - "Content-Length": [ - "254" - ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e8404c58-4a9e-11e9-b87b-44032c851686" + "87d7ef58-a28a-11e9-b4c9-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:Rw3e93QQ/Mrz8gF4recEtS0rBGtnJGvq3gNotvMlfbY=" + "SharedKey sdkteststore2:1YJEQcw91GS5n9QRYoObD7yWr0mASrkKAzGkreYRNLg=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 409, + "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ - "0" + "230" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "acLZykn1NMEO1oxenbC6dw==" + "x-ms-error-code": [ + "ContainerAlreadyExists" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CC7519F9\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" ] }, "body": { - "string": "" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c815ab-e01e-0000-3c97-366400000000\nTime:2019-07-09T20:45:47.9378152Z" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-unsupportedProperty.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9136,57 +7716,57 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e846f4b8-4a9e-11e9-a5bf-44032c851686" + "87df9058-a28a-11e9-8e07-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:UsD4gxTfnU0FTaq/Xvyo929QMLkqWe6eDBS5mRfZCT4=" - ], - "Content-Length": [ - "0" + "SharedKey sdkteststore2:/s5hSLxzhUYEg3Clc8ncER66bWHyBlJ4b+CtGOyMXz8=" ] } }, "response": { "status": { - "code": 409, - "message": "The specified container already exists." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "230" + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3BC0893E\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:56 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1524153754.2540834" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b20ad-701e-00e0-3cab-de8288000000\nTime:2019-03-19T23:29:57.3780536Z" + "string": "" } } }, { "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parametricsweep.json?comp=metadata", + "method": "PUT", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9195,113 +7775,101 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e84cfeb4-4a9e-11e9-82ba-44032c851686" + "87e70b6e-a28a-11e9-adbb-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:aSnncIwQPtNvRJCpcZTo/ibC5mHieUo3SJIsXNohimQ=" + "SharedKey sdkteststore2:K7Fi2Y6QjNl/4wTUIBXpGJfFnU9LrjTcz1NNmIFKURU=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 409, + "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ - "215" + "230" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b20b3-701e-00e0-41ab-de8288000000\nTime:2019-03-19T23:29:57.4190830Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c815c8-e01e-0000-5697-366400000000\nTime:2019-07-09T20:45:48.0368839Z" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parametricsweep.json", - "body": "{\r\n \"parameters\": {\r\n \"inputFileGroup\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"convert_data\",\r\n \"metadata\": {\r\n \"description\": \"The auto-storage group where the input data is stored\"\r\n }\r\n },\r\n \"outputFileStorageUrl\": {\r\n \"type\": \"string\",\r\n \"metadata\": {\r\n \"description\": \"The SAS URL for a container where outputs will be stored\"\r\n }\r\n },\r\n \"inputType\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"wav\",\r\n \"metadata\": {\r\n \"description\": \"The extension of the input data\"\r\n }\r\n },\r\n \"poolId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ffmpeg-pool\",\r\n \"metadata\": {\r\n \"description\": \"The id of Azure Batch pool which runs the job\"\r\n }\r\n },\r\n \"jobId\": {\r\n \"type\": \"string\",\r\n \"metadata\": {\r\n \"description\": \"The id of Azure Batch job\"\r\n }\r\n },\r\n \"taskStart\": {\r\n \"type\": \"int\",\r\n \"metadata\": {\r\n \"description\": \"The sweep start parameter\"\r\n }\r\n },\r\n \"taskEnd\": {\r\n \"type\": \"int\",\r\n \"metadata\": {\r\n \"description\": \"The sweep end parameter\"\r\n }\r\n }\r\n },\r\n \"job\": {\r\n \"type\": \"Microsoft.Batch/batchAccounts/jobs\",\r\n \"apiVersion\": \"2018-12-01\",\r\n \"properties\": {\r\n \"id\": \"[parameters('jobId')]\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"PT5H\",\r\n \"maxTaskRetryCount\": 1\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"[parameters('poolId')]\"\r\n },\r\n \"taskFactory\": {\r\n \"type\": \"parametricSweep\",\r\n \"parameterSets\": [\r\n {\r\n \"start\": \"[parameters('taskStart')]\",\r\n \"end\": \"[parameters('taskEnd')]\",\r\n \"step\": 1\r\n }\r\n ],\r\n \"repeatTask\": {\r\n \"commandLine\": \"ffmpeg -y -i sample{0}.[parameters('inputType')] -acodec libmp3lame output.mp3\",\r\n \"resourceFiles\": [\r\n {\r\n \"source\": { \r\n \"fileGroup\": \"[parameters('inputFileGroup')]\",\r\n \"prefix\": \"sample{0}.[parameters('inputType')]\"\r\n }\r\n }\r\n ],\r\n \"outputFiles\": [\r\n {\r\n \"filePattern\": \"output.mp3\",\r\n \"destination\": {\r\n \"container\": {\r\n \"path\": \"audio{0}.mp3\",\r\n \"containerUrl\": \"[parameters('outputFileStorageUrl')]\"\r\n }\r\n },\r\n \"uploadOptionsa\": {\r\n \"uploadCondition\": \"TaskSuccess\"\r\n }\r\n }\r\n ],\r\n \"packageReferences\": [\r\n {\r\n \"type\": \"aptPackage\",\r\n \"id\": \"ffmpeg\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n }\r\n}\r\n", + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-untypedParameter.json?comp=metadata", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1551725410.1117144" - ], - "Content-MD5": [ - "BvsOoLG3cYJ873sw8nI4/Q==" - ], - "Content-Length": [ - "3565" - ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e85339f6-4a9e-11e9-9372-44032c851686" + "87ee8478-a28a-11e9-affa-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:gz2lDPXUagpyJiuMHEW/Scx+aOQotg8RCw0Q3/E6LG0=" + "SharedKey sdkteststore2:YlVmIrz4SXMvA04gfRfTQDXGMfj84UhjBCtzNPenps8=" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 200, + "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ "0" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "BvsOoLG3cYJ873sw8nI4/Q==" + "ETag": [ + "\"0x8D6C28D3BD7BEED\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:56 GMT" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CC880939\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "x-ms-meta-lastmodified": [ + "1551725410.0829573" ] }, "body": { @@ -9316,7 +7884,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9325,13 +7893,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e859f2fe-4a9e-11e9-a7a8-44032c851686" + "87f69ad2-a28a-11e9-a903-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:LPI0OLmNbE8cyZajEm44O1WfYOTYyI5p6GylksTb2gA=" + "SharedKey sdkteststore2:yKZy93nVzHkM4BAMZ/TgX1x+h/OZ1XhIwk68adsH13M=" ], "Content-Length": [ "0" @@ -9344,38 +7912,38 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b20d6-701e-00e0-60ab-de8288000000\nTime:2019-03-19T23:29:57.5021426Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81606-e01e-0000-1297-366400000000\nTime:2019-07-09T20:45:48.1379545Z" } } }, { "request": { "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.resourcefile-legacy.json?comp=metadata", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.mergetask.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9384,128 +7952,116 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e85fed3a-4a9e-11e9-8498-44032c851686" + "87fdedd0-a28a-11e9-8983-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:6g7Tae6t13G0xcIyYFa17eowMi33jN+8BYvzy05Q78M=" + "SharedKey sdkteststore2:pBdvle8joqsnTfPQGp8541YFIJ5WkbA6fqUnA4zjTFY=" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "215" + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3BEF42CB\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:57 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1552419189.7367494" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b20e0-701e-00e0-6aab-de8288000000\nTime:2019-03-19T23:29:57.5421709Z" + "string": "" } } }, { "request": { "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.resourcefile-legacy.json", - "body": "{\r\n \"job\": {\r\n \"type\": \"Microsoft.Batch/batchAccounts/jobs\",\r\n \"apiVersion\": \"2018-12-01\",\r\n \"properties\": {\r\n \"id\": \"job123\",\r\n \"onAllTasksComplete\": \"terminateJob\",\r\n \"poolInfo\": {\r\n \"autoPoolSpecification\": {\r\n \"autoPoolIdPrefix\": \"pool123\",\r\n \"poolLifetimeOption\": \"job\",\r\n \"keepAlive\": false,\r\n \"pool\": {\r\n \"vmSize\": \"STANDARD_D1_V2\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04.0-LTS\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"\r\n },\r\n \"targetDedicatedNodes\": \"1\"\r\n }\r\n }\r\n },\r\n \"taskFactory\": {\r\n \"type\": \"taskCollection\",\r\n \"tasks\": [\r\n {\r\n \"id\": \"1\",\r\n \"commandLine\": \"/bin/bash -c 'cat {fileName}'\",\r\n \"resourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://testacct.blob.core.windows.net/\",\r\n \"filePath\": \"location\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n}", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1553036561.4686704" - ], - "Content-MD5": [ - "9iVvz/Pf/FsbJv0miSuvzw==" - ], - "Content-Length": [ - "1245" - ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e866105a-4a9e-11e9-89ac-44032c851686" + "8805dd14-a28a-11e9-a35c-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:DC24x8/eR2jR2IEfoGWFzEKxigHjwPblAbsL2LuW7As=" + "SharedKey sdkteststore2:PkjTqTbs9Uds2OVnTflN+Nkuj9sxfGBVk6+H56b6IQY=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 409, + "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ - "0" + "230" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "9iVvz/Pf/FsbJv0miSuvzw==" + "x-ms-error-code": [ + "ContainerAlreadyExists" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CC9B1F8C\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" ] }, "body": { - "string": "" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81640-e01e-0000-4897-366400000000\nTime:2019-07-09T20:45:48.2360230Z" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parameters.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9514,57 +8070,57 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e86cefa8-4a9e-11e9-a234-44032c851686" + "880cf854-a28a-11e9-9708-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:d4xYQdsff1/9frF7ZaX5BcjY2RUTrqxjIcX2Z0sN0io=" - ], - "Content-Length": [ - "0" + "SharedKey sdkteststore2:ZcYclT0M1KdlSZuTQcBZrtHLrT6HrdXAnbMJN06n5NA=" ] } }, "response": { "status": { - "code": 409, - "message": "The specified container already exists." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "230" + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3C05B508\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:57 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1524153754.2550833" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b20fa-701e-00e0-02ab-de8288000000\nTime:2019-03-19T23:29:57.6262321Z" + "string": "" } } }, { "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.apiversionfail.json?comp=metadata", + "method": "PUT", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9573,113 +8129,101 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e872dff4-4a9e-11e9-aca7-44032c851686" + "88149870-a28a-11e9-ac1f-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:1XPCUg97poe8QgWjsg+6ooAM1EAwfk9WdCZPbAE7GW4=" + "SharedKey sdkteststore2:cHRooieHTv+70rowlly9VQzg0yju7E2E3Y+Y3vJhHcI=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 409, + "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ - "215" + "230" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b210f-701e-00e0-15ab-de8288000000\nTime:2019-03-19T23:29:57.6662604Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81669-e01e-0000-6a97-366400000000\nTime:2019-07-09T20:45:48.3350922Z" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.apiversionfail.json", - "body": "{\r\n \"parameters\": {\r\n \"jobId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ffmpegpool\",\r\n \"metadata\": {\r\n \"description\": \"The name of Azure Batch pool which runs the job\"\r\n }\r\n },\r\n \"poolId\": {\r\n \"type\": \"string\",\r\n \"metadata\": {\r\n \"description\": \"The name of Azure Batch job\"\r\n }\r\n }\r\n },\r\n \"job\": {\r\n \"type\": \"Microsoft.Batch/batchAccounts/jobs\",\r\n \"apiVersion\": \"2030-12-01\",\r\n \"properties\": {\r\n \"fob\": \"[parameters('jobId')]\",\r\n \"ks\": {\r\n \"poolId\": \"[parameters('poolId')]\"\r\n },\r\n \"ls\": {\r\n \"type\": \"taskCollection\",\r\n \"tasks\": [\r\n {\r\n \"id\" : \"mytask1\",\r\n \"commandLine\": \"cmd /c echo hello1\"\r\n },\r\n {\r\n \"id\" : \"mytask2\",\r\n \"commandLine\": \"cmd /c echo hello2\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n}", + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parametricsweep.json?comp=metadata", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1551725410.1238391" - ], - "Content-MD5": [ - "kPzKWo4J2zRaerzJw2Z2xg==" - ], - "Content-Length": [ - "1140" - ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e878e0b8-4a9e-11e9-97ff-44032c851686" + "881c128a-a28a-11e9-b5e8-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:ZbMMmHqtLpseqqXlMAMmi8/7Ne2PKOOsuWl442zMbzQ=" + "SharedKey sdkteststore2:FhYSFMciP2cu7kBAh+7zfkyDrWbW96gCp5llTlV2VxM=" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 200, + "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ "0" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "kPzKWo4J2zRaerzJw2Z2xg==" + "ETag": [ + "\"0x8D6C28D3C1CC3A5\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:57 GMT" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CCADC0A2\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" + "x-ms-meta-lastmodified": [ + "1551725410.1117144" ] }, "body": { @@ -9694,7 +8238,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9703,13 +8247,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e87fa392-4a9e-11e9-84e5-44032c851686" + "8823b51c-a28a-11e9-aa28-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:Qqax3doIr+zDbIIj4x9vxIm2goWgTrtFo0M/pj4rcEU=" + "SharedKey sdkteststore2:yd4RCKfoSkzfGgi3uOJlYCn8+YdtB7bVH0MWao6JUI0=" ], "Content-Length": [ "0" @@ -9722,38 +8266,38 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:56 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b2120-701e-00e0-24ab-de8288000000\nTime:2019-03-19T23:29:57.7493200Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81697-e01e-0000-1597-366400000000\nTime:2019-07-09T20:45:48.4361627Z" } } }, { "request": { "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.json?comp=metadata", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.resourcefile-legacy.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9762,54 +8306,57 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8858a0a-4a9e-11e9-95cc-44032c851686" + "882b8224-a28a-11e9-82ba-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:4b4EZgyGSvy3RpM47T6v6S9mqeEMEUc2NM8oFHMi8zY=" + "SharedKey sdkteststore2:vVirg6TxaBIosJ+0983m8cQHvxwgoR98kOZ+53xnqlI=" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "215" + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3C33D23A\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:57 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1554911861.1736982" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b2124-701e-00e0-28ab-de8288000000\nTime:2019-03-19T23:29:57.7893487Z" + "string": "" } } }, { "request": { "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.json", - "body": "{\r\n \"parameters\": {\r\n \"jobId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ffmpegpool\",\r\n \"metadata\": {\r\n \"description\": \"The name of Azure Batch pool which runs the job\"\r\n }\r\n },\r\n \"poolId\": {\r\n \"type\": \"string\",\r\n \"metadata\": {\r\n \"description\": \"The name of Azure Batch job\"\r\n }\r\n }\r\n },\r\n \"job\": {\r\n \"type\": \"Microsoft.Batch/batchAccounts/jobs\",\r\n \"properties\": {\r\n \"id\": \"[parameters('jobId')]\",\r\n \"poolInfo\": {\r\n \"poolId\": \"[parameters('poolId')]\"\r\n },\r\n \"taskFactory\": {\r\n \"type\": \"taskCollection\",\r\n \"tasks\": [\r\n {\r\n \"id\" : \"mytask1\",\r\n \"commandLine\": \"cmd /c echo hello1\"\r\n },\r\n {\r\n \"id\" : \"mytask2\",\r\n \"commandLine\": \"cmd /c echo hello2\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n}", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.resourcefile-legacy.json", + "body": "{\r\n \"job\": {\r\n \"type\": \"Microsoft.Batch/batchAccounts/jobs\",\r\n \"apiVersion\": \"2018-12-01\",\r\n \"properties\": {\r\n \"id\": \"job123\",\r\n \"onAllTasksComplete\": \"terminateJob\",\r\n \"poolInfo\": {\r\n \"autoPoolSpecification\": {\r\n \"autoPoolIdPrefix\": \"pool123\",\r\n \"poolLifetimeOption\": \"job\",\r\n \"keepAlive\": false,\r\n \"pool\": {\r\n \"vmSize\": \"STANDARD_D1_V2\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"16.04.0-LTS\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"\r\n },\r\n \"targetDedicatedNodes\": \"1\"\r\n }\r\n }\r\n },\r\n \"taskFactory\": {\r\n \"type\": \"taskCollection\",\r\n \"tasks\": [\r\n {\r\n \"id\": \"1\",\r\n \"commandLine\": \"/bin/bash -c 'cat {fileName}'\",\r\n \"resourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://testacct.blob.core.windows.net/\",\r\n \"filePath\": \"location\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n}", "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9818,25 +8365,25 @@ "BlockBlob" ], "x-ms-meta-lastmodified": [ - "1551725410.1388402" + "1560890854.243582" ], "Content-MD5": [ - "rdYsR2RLvOnr9kOYg2y5NQ==" + "9iVvz/Pf/FsbJv0miSuvzw==" ], "Content-Length": [ - "1117" + "1245" ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e88bbccc-4a9e-11e9-b954-44032c851686" + "8832d3ec-a28a-11e9-b3f4-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:ZUZ6cIHKs14/e8XA/IFk3Jx2ZqmrOqhJnSq3ZI5zzMM=" + "SharedKey sdkteststore2:i6dnojhbRDajLnciOLzdjR8HmFAN/8Kw0FszAZzhfTI=" ] } }, @@ -9846,29 +8393,29 @@ "message": "Created" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ "0" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Content-MD5": [ + "9iVvz/Pf/FsbJv0miSuvzw==" ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "rdYsR2RLvOnr9kOYg2y5NQ==" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" + "ETag": [ + "\"0x8D704AE6C61958A\"" ], "x-ms-request-server-encrypted": [ "true" ], - "ETag": [ - "\"0x8D6ACC2CCC088CB\"" + "Last-Modified": [ + "Tue, 09 Jul 2019 20:45:48 GMT" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { @@ -9883,7 +8430,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9892,13 +8439,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e89268fe-4a9e-11e9-b519-44032c851686" + "883bc7f4-a28a-11e9-94d2-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:ZYy7T1aTeOkvFIHiZqxlunY3a11/rawG1Xx1u8EyL9I=" + "SharedKey sdkteststore2:3BFf2hu6FBkx5Utz416TZ2fQ95+gBaDeSTMvuuxUTn4=" ], "Content-Length": [ "0" @@ -9911,38 +8458,38 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b2143-701e-00e0-40ab-de8288000000\nTime:2019-03-19T23:29:57.8714076Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c816c6-e01e-0000-4097-366400000000\nTime:2019-07-09T20:45:48.5902704Z" } } }, { "request": { "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.parameters.json?comp=metadata", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.apiversionfail.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -9951,113 +8498,160 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e898495a-4a9e-11e9-a021-44032c851686" + "88431a3a-a28a-11e9-b9d9-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:RmS5Dp91zq5uMEAmRKytz8GuvIBtOe7J1VocD6ZToig=" + "SharedKey sdkteststore2:WD9ywZwYJGLimwEAy2jbfsuya41h8Xe8UIE/K4hnOWw=" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "215" + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3C556A09\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:57 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1551725410.1238391" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b2156-701e-00e0-51ab-de8288000000\nTime:2019-03-19T23:29:57.9134377Z" + "string": "" } } }, { "request": { "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.parameters.json", - "body": "{\r\n \"poolName\": {\r\n \"value\": \"testpool1\"\r\n }\r\n}", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "x-ms-blob-type": [ - "BlockBlob" + "x-ms-version": [ + "2017-07-29" ], - "x-ms-meta-lastmodified": [ - "1524153754.2550833" + "x-ms-client-request-id": [ + "884aee70-a28a-11e9-b168-44032c851686" ], - "Content-MD5": [ - "UJHCaZ8IYHwM3l1BfEkTHQ==" + "x-ms-date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" + ], + "Authorization": [ + "SharedKey sdkteststore2:XLkNlv2XP3uR/NJS9GdaxE3ISgXqc7VUhmDFyb+xSPU=" + ], + "Content-Length": [ + "0" + ] + } + }, + "response": { + "status": { + "code": 409, + "message": "The specified container already exists." + }, + "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" ], "Content-Length": [ - "52" + "230" + ], + "Content-Type": [ + "application/xml" + ], + "x-ms-version": [ + "2017-07-29" + ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" + ] + }, + "body": { + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c816e1-e01e-0000-5997-366400000000\nTime:2019-07-09T20:45:48.6893391Z" + } + } + }, + { + "request": { + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.json?comp=metadata", + "body": null, + "headers": { + "User-Agent": [ + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" + ], + "Connection": [ + "keep-alive" ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e89ecbd2-4a9e-11e9-ad7a-44032c851686" + "88535326-a28a-11e9-ad7e-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:JmfS3+fdEuNz18AGiOoPKtqDVzue51nxZVZASqbNH1Q=" + "SharedKey sdkteststore2:1Q0LKS3EudVpwG8+BrVF+CWwgIyh6KQyeMpCSugY7KQ=" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 200, + "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:47 GMT" + ], "Content-Length": [ "0" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "UJHCaZ8IYHwM3l1BfEkTHQ==" + "ETag": [ + "\"0x8D6C28D3C6C9FBD\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:57 GMT" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CCD61096\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "x-ms-meta-lastmodified": [ + "1551725410.1388402" ] }, "body": { @@ -10072,7 +8666,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -10081,13 +8675,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8a84288-4a9e-11e9-95bd-44032c851686" + "885f3a6c-a28a-11e9-be35-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:t7myRESIiEeT4fj9pbvfRaCst/Sz9+sW5xspe0rpOo0=" + "SharedKey sdkteststore2:WTd8fSKlgIfryCmgBmIp2C/SEacjH2uyUTVQmuJIiic=" ], "Content-Length": [ "0" @@ -10100,38 +8694,38 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b2175-701e-00e0-6dab-de8288000000\nTime:2019-03-19T23:29:58.0335235Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81715-e01e-0000-0497-366400000000\nTime:2019-07-09T20:45:48.8374429Z" } } }, { "request": { "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.apiversionfail.json?comp=metadata", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.parameters.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -10140,128 +8734,116 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8b11c28-4a9e-11e9-88ff-44032c851686" + "8868b434-a28a-11e9-b088-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:Jd7exRjt9tPMyEw164ge9zgSRqYDfC7ZDgT0Ke/v4R4=" + "SharedKey sdkteststore2:QEFuYk1a6r/MdQ9Gh+3R/WQoeEEKM4IJ6xL/KpM9XMo=" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "215" + "Date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3C881BEE\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:58 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1524153754.2550833" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b2188-701e-00e0-7bab-de8288000000\nTime:2019-03-19T23:29:58.0835594Z" + "string": "" } } }, { "request": { "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.apiversionfail.json", - "body": "{\r\n \"parameters\": {\r\n \"vmSize\": {\r\n \"type\": \"string\",\r\n \"metadata\": {\r\n \"description\": \"The size of the virtual machines that runs the application\"\r\n },\r\n \"defaultValue\": \"STANDARD_D1\",\r\n \"allowedValues\": [\r\n \"STANDARD_A1\",\r\n \"STANDARD_A2\",\r\n \"STANDARD_A3\",\r\n \"STANDARD_A4\",\r\n \"STANDARD_D1\",\r\n \"STANDARD_D2\",\r\n \"STANDARD_D3\",\r\n \"STANDARD_D4\"\r\n ]\r\n },\r\n \"vmCount\": {\r\n \"type\": \"int\",\r\n \"defaultValue\": 3,\r\n \"metadata\": {\r\n \"description\": \"The number of the virtual machines\"\r\n }\r\n },\r\n \"poolName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ffmpegpool\",\r\n \"metadata\": {\r\n \"description\": \"The name of Azure Batch pool\"\r\n }\r\n }\r\n },\r\n \"variables\": {\r\n \"osType\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"15.10\",\r\n \"version\": \"latest\"\r\n }\r\n }, \r\n \"pool\": {\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"apiVersion\": \"2030-12-01\",\r\n \"properties\": {\r\n \"ls\": \"[parameters('poolName')]\",\r\n \"fob\": {\r\n \"imageReference\": \"[variables('osType')]\",\r\n \"nodeAgentSKUId\": \"batch.node.debian 8\"\r\n },\r\n \"new\": \"[parameters('vmSize')]\",\r\n \"vmCount\": \"[parameters('vmCount')]\",\r\n \"enableAutoScale\": false\r\n }\r\n }\r\n}", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1551725410.1398392" - ], - "Content-MD5": [ - "Vx+oh7HSZQSJ/EMS4CWYdQ==" - ], - "Content-Length": [ - "1685" - ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e8b90b4c-4a9e-11e9-8d02-44032c851686" + "887118a4-a28a-11e9-a3c2-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Tue, 09 Jul 2019 20:45:48 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:FAypErKZP0Yfa6SKH39pz2r2C73s/WnhLhWN324mqB0=" + "SharedKey sdkteststore2:RtDpFrQwpBn16dD0LP1ctMrJ2l9n1pFr0FWn5rvTEOA=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 409, + "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" + ], "Content-Length": [ - "0" + "230" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "Vx+oh7HSZQSJ/EMS4CWYdQ==" + "x-ms-error-code": [ + "ContainerAlreadyExists" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CCF005FF\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" ] }, "body": { - "string": "" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81728-e01e-0000-1697-366400000000\nTime:2019-07-09T20:45:48.9425163Z" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.apiversionfail.json?comp=metadata", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -10270,57 +8852,57 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8c232f0-4a9e-11e9-b4e8-44032c851686" + "8878ba64-a28a-11e9-b556-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Tue, 09 Jul 2019 20:45:49 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:fiGLNPjZYSDeDWKowDncEZ0LCB0+Y1s50QWJCGTnWGs=" - ], - "Content-Length": [ - "0" + "SharedKey sdkteststore2:T5dYQo1rLS4A+UtJ7grx+jC6JztS45urX1nuhdTwtGw=" ] } }, "response": { "status": { - "code": 409, - "message": "The specified container already exists." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "230" + "Date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3CA40D69\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:58 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1551725410.1398392" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b21b0-701e-00e0-1eab-de8288000000\nTime:2019-03-19T23:29:58.1896359Z" + "string": "" } } }, { "request": { - "method": "GET", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.json?comp=metadata", + "method": "PUT", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in?restype=container", "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -10329,113 +8911,101 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8c8c29c-4a9e-11e9-b4b7-44032c851686" + "88800d6e-a28a-11e9-bbb4-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Tue, 09 Jul 2019 20:45:49 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:c6j2j6R6OrzETYZaZYtTm49T62xcfgDTXlCqMv//S9M=" + "SharedKey sdkteststore2:M658zg/1NZmH4FOASgDdZQAHOG/jvBZmSOVKrEW20ms=" + ], + "Content-Length": [ + "0" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 409, + "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" + ], "Content-Length": [ - "215" + "230" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b21be-701e-00e0-2cab-de8288000000\nTime:2019-03-19T23:29:58.2306653Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81751-e01e-0000-3d97-366400000000\nTime:2019-07-09T20:45:49.0375827Z" } } }, { "request": { - "method": "PUT", - "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.json", - "body": "{\r\n \"parameters\": {\r\n \"vmSize\": {\r\n \"type\": \"string\",\r\n \"metadata\": {\r\n \"description\": \"The size of the virtual machines that runs the application\"\r\n },\r\n \"defaultValue\": \"STANDARD_D1\",\r\n \"allowedValues\": [\r\n \"STANDARD_A1\",\r\n \"STANDARD_A2\",\r\n \"STANDARD_A3\",\r\n \"STANDARD_A4\",\r\n \"STANDARD_D1\",\r\n \"STANDARD_D2\",\r\n \"STANDARD_D3\",\r\n \"STANDARD_D4\"\r\n ]\r\n },\r\n \"vmCount\": {\r\n \"type\": \"int\",\r\n \"defaultValue\": 3,\r\n \"metadata\": {\r\n \"description\": \"The number of the virtual machines\"\r\n }\r\n },\r\n \"poolName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ffmpegpool\",\r\n \"metadata\": {\r\n \"description\": \"The name of Azure Batch pool\"\r\n }\r\n }\r\n },\r\n \"variables\": {\r\n \"osType\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"15.10\",\r\n \"version\": \"latest\"\r\n }\r\n }, \r\n \"pool\": {\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"properties\": {\r\n \"id\": \"[parameters('poolName')]\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": \"[variables('osType')]\",\r\n \"nodeAgentSKUId\": \"batch.node.debian 8\"\r\n },\r\n \"vmSize\": \"[parameters('vmSize')]\",\r\n \"vmCount\": \"[parameters('vmCount')]\",\r\n \"enableAutoScale\": false\r\n }\r\n }\r\n}", + "method": "GET", + "uri": "https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.json?comp=metadata", + "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" ], - "x-ms-blob-type": [ - "BlockBlob" - ], - "x-ms-meta-lastmodified": [ - "1551725410.1458392" - ], - "Content-MD5": [ - "sLKLnAZ4LgaLVKq3l8hvhw==" - ], - "Content-Length": [ - "1675" - ], "x-ms-version": [ "2017-07-29" ], "x-ms-client-request-id": [ - "e8cf0570-4a9e-11e9-8f8a-44032c851686" + "88873962-a28a-11e9-af8f-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Tue, 09 Jul 2019 20:45:49 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:8RxRLIqcrrp2KRRqU+54LQzc1zbkZF0L0/zX3n1VEXM=" + "SharedKey sdkteststore2:ASUnF+n1EA+AWwZ2opiapRjTPwQmCHxtbQ/96OGxEWo=" ] } }, "response": { "status": { - "code": 201, - "message": "Created" + "code": 200, + "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" + ], "Content-Length": [ "0" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:58 GMT" - ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "sLKLnAZ4LgaLVKq3l8hvhw==" + "ETag": [ + "\"0x8D6C28D3CBD6660\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:58 GMT" ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-request-server-encrypted": [ - "true" - ], - "ETag": [ - "\"0x8D6ACC2CD03DFCE\"" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "x-ms-meta-lastmodified": [ + "1551725410.1458392" ] }, "body": { @@ -10450,7 +9020,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -10459,13 +9029,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8d63212-4a9e-11e9-b157-44032c851686" + "888f007a-a28a-11e9-9152-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Tue, 09 Jul 2019 20:45:49 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:UKBmy0Y2wDKKcVmV0Lq11vxf1yDkoX+cL/i242HwxmU=" + "SharedKey sdkteststore2:UwH1s87Xg8FUXTolezdsxK6alJTvdeUYVf3YhJXgl64=" ], "Content-Length": [ "0" @@ -10478,27 +9048,27 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:5f0b21d2-701e-00e0-3fab-de8288000000\nTime:2019-03-19T23:29:58.3297364Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:70c81791-e01e-0000-7797-366400000000\nTime:2019-07-09T20:45:49.1366519Z" } } }, @@ -10509,7 +9079,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -10518,43 +9088,46 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8de5d82-4a9e-11e9-a15a-44032c851686" + "88967aac-a28a-11e9-92fd-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Tue, 09 Jul 2019 20:45:49 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:+S9GJF9+A66R9HuokgTQVhwLFKotAFpfdlxmBJ1S0Cg=" + "SharedKey sdkteststore2:HMcJYHal8n0uO6wEYpjnsovrYnpIr3v4s8QL2D3tUqo=" ] } }, "response": { "status": { - "code": 404, - "message": "The specified blob does not exist." + "code": 200, + "message": "OK" }, "headers": { - "Content-Length": [ - "215" + "Date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" ], - "x-ms-error-code": [ - "BlobNotFound" + "Content-Length": [ + "0" ], "x-ms-version": [ "2017-07-29" ], + "ETag": [ + "\"0x8D6C28D3CD86D4C\"" + ], + "Last-Modified": [ + "Tue, 16 Apr 2019 17:01:58 GMT" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" - ], - "Content-Type": [ - "application/xml" + "x-ms-meta-lastmodified": [ + "1554911861.1757023" ] }, "body": { - "string": "\ufeffBlobNotFoundThe specified blob does not exist.\nRequestId:5f0b21df-701e-00e0-4bab-de8288000000\nTime:2019-03-19T23:29:58.3927812Z" + "string": "" } } }, @@ -10565,7 +9138,7 @@ "body": "{\r\n \"pool\": {\r\n \"id\": \"blobsource1\",\r\n \"displayName\": \"Blender Ubuntu standard pool\",\r\n \"vmSize\": \"Standard_D1_v2\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\" : \"UbuntuServer\",\r\n \"sku\": \"16.04.0-LTS\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"\r\n },\r\n \"targetDedicatedNodes\": \"1\",\r\n \"targetLowPriorityNodes\": \"0\",\r\n \"enableAutoScale\": false,\r\n \"startTask\": {\r\n \"commandLine\": \"sleep 1\",\r\n \"waitForSuccess\": true,\r\n \"maxTaskRetryCount\": 0,\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"admin\"\r\n }\r\n },\r\n \"resourceFiles\": [\r\n {\r\n \"blobSource\": \"https://raw.githubusercontent.com/Azure/BatchExplorer-data/master/ncj/blender/scripts/setup-linux-pool.sh\",\r\n \"filePath\": \"setup-linux-pool.sh\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -10574,7 +9147,7 @@ "BlockBlob" ], "x-ms-meta-lastmodified": [ - "1551725410.1468391" + "1560890854.2450264" ], "Content-MD5": [ "8QUSX+KCWV/drjPRRW4cpA==" @@ -10586,13 +9159,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e8e81694-4a9e-11e9-bef0-44032c851686" + "889eb928-a28a-11e9-b42b-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Tue, 09 Jul 2019 20:45:49 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:75/CqUSqpU4krMcWLBWWnTWbbLcw9d0XfQViH7XMGK8=" + "SharedKey sdkteststore2:AQ+DDBlQ5hqVbwHK6VJQspvtYRx+sosxI+x3h5hdS/A=" ] } }, @@ -10602,29 +9175,29 @@ "message": "Created" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:48 GMT" + ], "Content-Length": [ "0" ], - "Last-Modified": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Content-MD5": [ + "8QUSX+KCWV/drjPRRW4cpA==" ], "x-ms-version": [ "2017-07-29" ], - "Content-MD5": [ - "8QUSX+KCWV/drjPRRW4cpA==" - ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" + "ETag": [ + "\"0x8D704AE6CCD6379\"" ], "x-ms-request-server-encrypted": [ "true" ], - "ETag": [ - "\"0x8D6ACC2CD1FD169\"" + "Last-Modified": [ + "Tue, 09 Jul 2019 20:45:49 GMT" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:57 GMT" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { @@ -10639,7 +9212,7 @@ "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-mgmt-batch/6.0.0 Azure-SDK-For-Python" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-batch/6.0.0 Azure-SDK-For-Python" ], "Accept-Encoding": [ "gzip, deflate" @@ -10651,13 +9224,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTUzMDM3Nzg1LCJuYmYiOjE1NTMwMzc3ODUsImV4cCI6MTU1MzA0MTY4NSwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOEtBQUFBelppK01zaUR2YjhxUm8vSlBrbmZDT2dndkREQllsalI3ZVdqeHJzbklqOGl0elFzNWVQczFwTG5sS1RWWDZpVk1YYktnWnBnNHFobVhEczhFam5Penc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTU5LjI1MSIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiIzLWlWTFpVcWc4cllVRTR5S0V2T0pLREtDdmdSNElSb0FyYVc5UVpiTUZBIiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJnc3hyX29oMWZVU0lvbm04Uk9RSkFBIiwidmVyIjoiMS4wIn0.J0dlI0zQRsBkNe8INW53Vew9-5ShYBs0-LAfoiIpOpSM9JNcKWM93Ub2JzB5AfRp4NTzqdndjt8U82WsORl8SSIsDurWscOj_hegDbRf0ryPNJKrUubosm_tML4UTKfh_Km7WWUaFRPgm_hNjurbJKqBGhHCS2JKRGzNYzw9A7DnUzJR6AwcwoJRd1y2vuFS92NDmy0kPVAwTmftTzEkdm1Ih2BTF3G0mGtDM0O6Cg4Ahl-ZXSKdFyKRP04CdlVQucBZUPp5HrZXIbRSL8wCm1FbbWRLwjhcaXHp4YmTiTU70kAY6jKxYIFbiab5Gb3kg5wvHjdrV9N63llHz5oonA" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTYyNzA0NzYyLCJuYmYiOjE1NjI3MDQ3NjIsImV4cCI6MTU2MjcwODY2MiwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOE1BQUFBTDdFb2UvL3pCaEc0V0RuZDU3cXN2V2UxZEV5UVlTMTFnU0wyMTROU2QvNXpMY29YZ1hZSDJsZWlnaTVDcW9zUWZmcm10MDRMRlgzYWlpVEVnMGdWeGc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTc0LjIyIiwibmFtZSI6IkJyYW5kb24gS2xlaW4iLCJvaWQiOiIyNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjEyNzUyMTE4NC0xNjA0MDEyOTIwLTE4ODc5Mjc1MjctMzA4NjkxNzQiLCJwdWlkIjoiMTAwMzAwMDBBOTE3Nzg5RSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IjMtaVZMWlVxZzhyWVVFNHlLRXZPSktES0N2Z1I0SVJvQXJhVzlRWmJNRkEiLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInVwbiI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInV0aSI6InJaLTFXcURYX2tlRjZ2YktzRzBEQUEiLCJ2ZXIiOiIxLjAifQ.YO8oyiRvac4lq7qfxOKJQTb2BB_maUBuW_0LfS10K_UwgjOzGYivA6c8ayD_FYH-VY0K2DCVx-rbiRT8vJjPP1y4HX8Yd9DASKr9Ch6wMUIjdFqquUaLuxDei18nZr8yjaHaZOfxZf5Mj5SFeu52YLKsOseW3hUgl43K7Oelwmtl90r5-wvv2bGS35LkHRQN0Wl45werOMlOoZbRtbVZQ8NmvBAXcbwjCQt0w5Iam_QLoGHcl9kn3GSt1owWBleuWjup3cia8LG6IPuEQk7l68wO4ZlR_4MuGteqwunQaJM7BBZ0uS5m-bZgv6SAspOd9FMMFefeIWpQZ7BOlHW8gw" ], "Content-Type": [ "application/json; charset=utf-8" ], "x-ms-client-request-id": [ - "e90ca4ec-4a9e-11e9-95aa-44032c851686" + "88cd9a5e-a28a-11e9-b978-44032c851686" ], "accept-language": [ "en-US" @@ -10670,40 +9243,40 @@ "message": "OK" }, "headers": { - "Vary": [ - "Accept-Encoding" + "Date": [ + "Tue, 09 Jul 2019 20:45:49 GMT" ], "content-length": [ - "1163" + "1982" ], - "Expires": [ - "-1" + "Content-Type": [ + "application/json; charset=utf-8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Cache-Control": [ - "no-cache" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "x-ms-original-request-ids": [ + "0637c4cc-2bd2-424d-99d6-db0c2cb69fd7", + "f38f8f05-a95f-4c0c-8092-09c0719b323e" ], - "Pragma": [ + "Vary": [ + "Accept-Encoding" + ], + "Cache-Control": [ "no-cache" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Expires": [ + "-1" ], - "x-ms-original-request-ids": [ - "5365becb-065b-4f64-a600-d142b8e594ce", - "ba044083-ed8e-40d0-ab7f-f23da66ba397" + "Pragma": [ + "no-cache" ] }, "body": { - "string": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/centralusbrklein\",\"name\":\"centralusbrklein\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"centralus\",\"properties\":{\"accountEndpoint\":\"centralusbrklein.centralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"BatchService\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/sdktest2\",\"name\":\"sdktest2\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"sdktest2.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"autoStorage\":{\"storageAccountId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2\",\"lastKeySync\":\"2019-02-28T00:16:43.578203Z\"},\"poolAllocationMode\":\"BatchService\"}}]}" + "string": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/byossc\",\"name\":\"byossc\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"southcentralus\",\"properties\":{\"accountEndpoint\":\"byossc.southcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":2147483647,\"lowPriorityCoreQuota\":0,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"UserSubscription\",\"keyVaultReference\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.KeyVault/vaults/byossc\",\"url\":\"https://byossc.vault.azure.net/\"}}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/byos\",\"name\":\"byos\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"byos.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":2147483647,\"lowPriorityCoreQuota\":0,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"poolAllocationMode\":\"UserSubscription\",\"keyVaultReference\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sdktest/providers/Microsoft.KeyVault/vaults/byos\",\"url\":\"https://byos.vault.azure.net/\"}}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Batch/batchAccounts/sdktest2\",\"name\":\"sdktest2\",\"type\":\"Microsoft.Batch/batchAccounts\",\"location\":\"westcentralus\",\"properties\":{\"accountEndpoint\":\"sdktest2.westcentralus.batch.azure.com\",\"provisioningState\":\"Succeeded\",\"dedicatedCoreQuota\":20,\"lowPriorityCoreQuota\":100,\"poolQuota\":100,\"activeJobAndJobScheduleQuota\":300,\"autoStorage\":{\"storageAccountId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdktest/providers/Microsoft.Storage/storageAccounts/sdkteststore2\",\"lastKeySync\":\"2019-07-09T05:12:12.161755Z\"},\"poolAllocationMode\":\"BatchService\"}}]}" } } }, @@ -10714,7 +9287,7 @@ "body": null, "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-mgmt-storage/2.0.0 Azure-SDK-For-Python" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/2.0.0 Azure-SDK-For-Python" ], "Accept-Encoding": [ "gzip, deflate" @@ -10726,13 +9299,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTUzMDM3Nzg1LCJuYmYiOjE1NTMwMzc3ODUsImV4cCI6MTU1MzA0MTY4NSwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOEtBQUFBelppK01zaUR2YjhxUm8vSlBrbmZDT2dndkREQllsalI3ZVdqeHJzbklqOGl0elFzNWVQczFwTG5sS1RWWDZpVk1YYktnWnBnNHFobVhEczhFam5Penc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTU5LjI1MSIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiIzLWlWTFpVcWc4cllVRTR5S0V2T0pLREtDdmdSNElSb0FyYVc5UVpiTUZBIiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJnc3hyX29oMWZVU0lvbm04Uk9RSkFBIiwidmVyIjoiMS4wIn0.J0dlI0zQRsBkNe8INW53Vew9-5ShYBs0-LAfoiIpOpSM9JNcKWM93Ub2JzB5AfRp4NTzqdndjt8U82WsORl8SSIsDurWscOj_hegDbRf0ryPNJKrUubosm_tML4UTKfh_Km7WWUaFRPgm_hNjurbJKqBGhHCS2JKRGzNYzw9A7DnUzJR6AwcwoJRd1y2vuFS92NDmy0kPVAwTmftTzEkdm1Ih2BTF3G0mGtDM0O6Cg4Ahl-ZXSKdFyKRP04CdlVQucBZUPp5HrZXIbRSL8wCm1FbbWRLwjhcaXHp4YmTiTU70kAY6jKxYIFbiab5Gb3kg5wvHjdrV9N63llHz5oonA" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNTYyNzA0NzYyLCJuYmYiOjE1NjI3MDQ3NjIsImV4cCI6MTU2MjcwODY2MiwiX2NsYWltX25hbWVzIjp7Imdyb3VwcyI6InNyYzEifSwiX2NsYWltX3NvdXJjZXMiOnsic3JjMSI6eyJlbmRwb2ludCI6Imh0dHBzOi8vZ3JhcGgud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3L3VzZXJzLzI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMS9nZXRNZW1iZXJPYmplY3RzIn19LCJhY3IiOiIxIiwiYWlvIjoiQVVRQXUvOE1BQUFBTDdFb2UvL3pCaEc0V0RuZDU3cXN2V2UxZEV5UVlTMTFnU0wyMTROU2QvNXpMY29YZ1hZSDJsZWlnaTVDcW9zUWZmcm10MDRMRlgzYWlpVEVnMGdWeGc9PSIsImFtciI6WyJyc2EiLCJtZmEiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJkZXZpY2VpZCI6IjFkNTBjNWRmLWZkMDEtNGE2NC04ODU5LTg0NzIzNzU4YTI0NCIsImZhbWlseV9uYW1lIjoiS2xlaW4iLCJnaXZlbl9uYW1lIjoiQnJhbmRvbiIsImlwYWRkciI6IjEzMS4xMDcuMTc0LjIyIiwibmFtZSI6IkJyYW5kb24gS2xlaW4iLCJvaWQiOiIyNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjEyNzUyMTE4NC0xNjA0MDEyOTIwLTE4ODc5Mjc1MjctMzA4NjkxNzQiLCJwdWlkIjoiMTAwMzAwMDBBOTE3Nzg5RSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsInN1YiI6IjMtaVZMWlVxZzhyWVVFNHlLRXZPSktES0N2Z1I0SVJvQXJhVzlRWmJNRkEiLCJ0aWQiOiI3MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDciLCJ1bmlxdWVfbmFtZSI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInVwbiI6ImJya2xlaW5AbWljcm9zb2Z0LmNvbSIsInV0aSI6InJaLTFXcURYX2tlRjZ2YktzRzBEQUEiLCJ2ZXIiOiIxLjAifQ.YO8oyiRvac4lq7qfxOKJQTb2BB_maUBuW_0LfS10K_UwgjOzGYivA6c8ayD_FYH-VY0K2DCVx-rbiRT8vJjPP1y4HX8Yd9DASKr9Ch6wMUIjdFqquUaLuxDei18nZr8yjaHaZOfxZf5Mj5SFeu52YLKsOseW3hUgl43K7Oelwmtl90r5-wvv2bGS35LkHRQN0Wl45werOMlOoZbRtbVZQ8NmvBAXcbwjCQt0w5Iam_QLoGHcl9kn3GSt1owWBleuWjup3cia8LG6IPuEQk7l68wO4ZlR_4MuGteqwunQaJM7BBZ0uS5m-bZgv6SAspOd9FMMFefeIWpQZ7BOlHW8gw" ], "Content-Type": [ "application/json; charset=utf-8" ], "x-ms-client-request-id": [ - "e94b192e-4a9e-11e9-a778-44032c851686" + "8908fff6-a28a-11e9-a3a8-44032c851686" ], "accept-language": [ "en-US" @@ -10748,23 +9321,17 @@ "message": "OK" }, "headers": { - "Vary": [ - "Accept-Encoding" - ], - "Expires": [ - "-1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "Date": [ + "Tue, 09 Jul 2019 20:45:50 GMT" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "Content-Type": [ + "application/json" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Cache-Control": [ - "no-cache" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "X-Content-Type-Options": [ "nosniff" @@ -10772,21 +9339,27 @@ "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:58 GMT" + "Vary": [ + "Accept-Encoding" ], - "Pragma": [ + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Cache-Control": [ "no-cache" ], - "Content-Type": [ - "application/json" + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" ], "content-length": [ "288" ] }, "body": { - "string": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"abc==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"def==\",\"permissions\":\"FULL\"}]}" + "string": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"uO7UJqUIHY10lGLMf9Os9xZVtZIudsbF9ax4KLWQtVOOwEabYthFqhdTTpejENB7Cd1ygWRHGFVabM2Fst7Fig==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"xbyPSaI20ZSj4CDP5ERd1pkeX1DpF2zyAEgRqnp3swiyjKaazfsjDZUZfDBBR7ZsS8/bTHm8dy4C8S+aZvxz2Q==\",\"permissions\":\"FULL\"}]}" } } }, @@ -10797,7 +9370,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -10806,13 +9379,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e96dcf1a-4a9e-11e9-aebb-44032c851686" + "894af398-a28a-11e9-9505-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:59 GMT" + "Tue, 09 Jul 2019 20:45:50 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:wd+r7zmAdN0aH6LxIlq0pYroZPXhxZrmxtJzSk6Xpug=" + "SharedKey sdkteststore2:X/jykCZagnHSPz465xbF0G9KNzDi+7oUWO2EUjFl4qM=" ] } }, @@ -10822,24 +9395,24 @@ "message": "OK" }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:49 GMT" + ], + "Content-Type": [ + "application/xml" + ], "x-ms-version": [ "2017-07-29" ], - "Server": [ - "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:59 GMT" - ], - "Content-Type": [ - "application/xml" + "Server": [ + "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" ] }, "body": { - "string": "\ufeffbatch-applicationTemplate-parameters.jsonTue, 19 Mar 2019 23:29:56 GMT0x8D6ACC2CBBEA08C1377application/octet-streamGhvIqLxdhgZSxhi6CdQjLQ==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-prohibitedApplicationTemplateInfo.jsonTue, 19 Mar 2019 23:29:56 GMT0x8D6ACC2CBD40140219application/octet-streamxbCZcjm1pOMcwR8Td2yo9w==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-prohibitedId.jsonTue, 19 Mar 2019 23:29:56 GMT0x8D6ACC2CBE7DB0B146application/octet-streamHBCHz/rBYi8V9ILMKx0o+g==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-prohibitedPoolInfo.jsonTue, 19 Mar 2019 23:29:56 GMT0x8D6ACC2CBFB66A9187application/octet-streamPFiBkLMhFseOyDvKgJXaRA==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-prohibitedPriority.jsonTue, 19 Mar 2019 23:29:56 GMT0x8D6ACC2CC122729206application/octet-streamIvRrVHIc/lLy/wSkE22LeA==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-static.jsonTue, 19 Mar 2019 23:29:56 GMT0x8D6ACC2CC251669740application/octet-stream27HmU8S9AEeu90aG5z1x1A==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-unsupportedProperty.jsonTue, 19 Mar 2019 23:29:56 GMT0x8D6ACC2CC3A771D240application/octet-streameSn7zZA04to5Rccq3nxw1A==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-untypedParameter.jsonTue, 19 Mar 2019 23:29:57 GMT0x8D6ACC2CC4E78001363application/octet-streamsWJuTwpMQ9cWToECYRCNiQ==BlockBlobHottrueunlockedavailabletruebatch.job.mergetask.jsonTue, 19 Mar 2019 23:29:57 GMT0x8D6ACC2CC6251D04072application/octet-stream2ILRwlJk1kyfaTTP253tiA==BlockBlobHottrueunlockedavailabletruebatch.job.parameters.jsonTue, 19 Mar 2019 23:29:57 GMT0x8D6ACC2CC7519F9254application/octet-streamacLZykn1NMEO1oxenbC6dw==BlockBlobHottrueunlockedavailabletruebatch.job.parametricsweep.jsonTue, 19 Mar 2019 23:29:57 GMT0x8D6ACC2CC8809393565application/octet-streamBvsOoLG3cYJ873sw8nI4/Q==BlockBlobHottrueunlockedavailabletruebatch.job.resourcefile-legacy.jsonTue, 19 Mar 2019 23:29:57 GMT0x8D6ACC2CC9B1F8C1245application/octet-stream9iVvz/Pf/FsbJv0miSuvzw==BlockBlobHottrueunlockedavailabletruebatch.job.simple.apiversionfail.jsonTue, 19 Mar 2019 23:29:57 GMT0x8D6ACC2CCADC0A21140application/octet-streamkPzKWo4J2zRaerzJw2Z2xg==BlockBlobHottrueunlockedavailabletruebatch.job.simple.jsonTue, 19 Mar 2019 23:29:57 GMT0x8D6ACC2CCC088CB1117application/octet-streamrdYsR2RLvOnr9kOYg2y5NQ==BlockBlobHottrueunlockedavailabletruebatch.pool.parameters.jsonTue, 19 Mar 2019 23:29:57 GMT0x8D6ACC2CCD6109652application/octet-streamUJHCaZ8IYHwM3l1BfEkTHQ==BlockBlobHottrueunlockedavailabletruebatch.pool.simple.apiversionfail.jsonTue, 19 Mar 2019 23:29:58 GMT0x8D6ACC2CCF005FF1685application/octet-streamVx+oh7HSZQSJ/EMS4CWYdQ==BlockBlobHottrueunlockedavailabletruebatch.pool.simple.jsonTue, 19 Mar 2019 23:29:58 GMT0x8D6ACC2CD03DFCE1675application/octet-streamsLKLnAZ4LgaLVKq3l8hvhw==BlockBlobHottrueunlockedavailabletruebatch.pool.simple.resourcefile-legacy.jsonTue, 19 Mar 2019 23:29:58 GMT0x8D6ACC2CD1FD169990application/octet-stream8QUSX+KCWV/drjPRRW4cpA==BlockBlobHottrueunlockedavailabletrue" + "string": "\ufeffbatch-applicationTemplate-parameters.jsonTue, 16 Apr 2019 17:01:55 GMT0x8D6C28D3B2873921377application/octet-streamGhvIqLxdhgZSxhi6CdQjLQ==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-prohibitedApplicationTemplateInfo.jsonTue, 16 Apr 2019 17:01:56 GMT0x8D6C28D3B44DA4D219application/octet-streamxbCZcjm1pOMcwR8Td2yo9w==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-prohibitedId.jsonTue, 16 Apr 2019 17:01:56 GMT0x8D6C28D3B664B0A146application/octet-streamHBCHz/rBYi8V9ILMKx0o+g==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-prohibitedPoolInfo.jsonTue, 16 Apr 2019 17:01:56 GMT0x8D6C28D3B7CBD42187application/octet-streamPFiBkLMhFseOyDvKgJXaRA==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-prohibitedPriority.jsonTue, 16 Apr 2019 17:01:56 GMT0x8D6C28D3B93A4C4206application/octet-streamIvRrVHIc/lLy/wSkE22LeA==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-static.jsonTue, 16 Apr 2019 17:01:56 GMT0x8D6C28D3BA9EFEA740application/octet-stream27HmU8S9AEeu90aG5z1x1A==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-unsupportedProperty.jsonTue, 16 Apr 2019 17:01:56 GMT0x8D6C28D3BC0893E240application/octet-streameSn7zZA04to5Rccq3nxw1A==BlockBlobHottrueunlockedavailabletruebatch-applicationTemplate-untypedParameter.jsonTue, 16 Apr 2019 17:01:56 GMT0x8D6C28D3BD7BEED1363application/octet-streamsWJuTwpMQ9cWToECYRCNiQ==BlockBlobHottrueunlockedavailabletruebatch.job.mergetask.jsonTue, 16 Apr 2019 17:01:57 GMT0x8D6C28D3BEF42CB4072application/octet-stream2ILRwlJk1kyfaTTP253tiA==BlockBlobHottrueunlockedavailabletruebatch.job.parameters.jsonTue, 16 Apr 2019 17:01:57 GMT0x8D6C28D3C05B508254application/octet-streamacLZykn1NMEO1oxenbC6dw==BlockBlobHottrueunlockedavailabletruebatch.job.parametricsweep.jsonTue, 16 Apr 2019 17:01:57 GMT0x8D6C28D3C1CC3A53565application/octet-streamBvsOoLG3cYJ873sw8nI4/Q==BlockBlobHottrueunlockedavailabletruebatch.job.resourcefile-legacy.jsonTue, 09 Jul 2019 20:45:48 GMT0x8D704AE6C61958A1245application/octet-stream9iVvz/Pf/FsbJv0miSuvzw==BlockBlobHottrueunlockedavailabletruebatch.job.simple.apiversionfail.jsonTue, 16 Apr 2019 17:01:57 GMT0x8D6C28D3C556A091140application/octet-streamkPzKWo4J2zRaerzJw2Z2xg==BlockBlobHottrueunlockedavailabletruebatch.job.simple.jsonTue, 16 Apr 2019 17:01:57 GMT0x8D6C28D3C6C9FBD1117application/octet-streamrdYsR2RLvOnr9kOYg2y5NQ==BlockBlobHottrueunlockedavailabletruebatch.pool.parameters.jsonTue, 16 Apr 2019 17:01:58 GMT0x8D6C28D3C881BEE52application/octet-streamUJHCaZ8IYHwM3l1BfEkTHQ==BlockBlobHottrueunlockedavailabletruebatch.pool.simple.apiversionfail.jsonTue, 16 Apr 2019 17:01:58 GMT0x8D6C28D3CA40D691685application/octet-streamVx+oh7HSZQSJ/EMS4CWYdQ==BlockBlobHottrueunlockedavailabletruebatch.pool.simple.jsonTue, 16 Apr 2019 17:01:58 GMT0x8D6C28D3CBD66601675application/octet-streamsLKLnAZ4LgaLVKq3l8hvhw==BlockBlobHottrueunlockedavailabletruebatch.pool.simple.resourcefile-legacy.jsonTue, 09 Jul 2019 20:45:49 GMT0x8D704AE6CCD6379990application/octet-stream8QUSX+KCWV/drjPRRW4cpA==BlockBlobHottrueunlockedavailabletrue" } } }, @@ -10850,7 +9423,7 @@ "body": null, "headers": { "User-Agent": [ - "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Windows 10)" + "Azure-Storage/1.1.0-1.1.0 (Python CPython 3.7.3; Windows 10)" ], "Connection": [ "keep-alive" @@ -10859,13 +9432,13 @@ "2017-07-29" ], "x-ms-client-request-id": [ - "e99560c6-4a9e-11e9-a661-44032c851686" + "896c6cb8-a28a-11e9-8892-44032c851686" ], "x-ms-date": [ - "Tue, 19 Mar 2019 23:29:59 GMT" + "Tue, 09 Jul 2019 20:45:50 GMT" ], "Authorization": [ - "SharedKey sdkteststore2:66YWgik50jKNWColVZ6v9jKLLctPO0VnbnyrPt3DqAc=" + "SharedKey sdkteststore2:hiH9cT1fXs5vPw7xyOCL3xOEm4B3oXmUvGzN9qNMzOQ=" ], "Content-Length": [ "0" @@ -10878,38 +9451,38 @@ "message": "The specified container already exists." }, "headers": { + "Date": [ + "Tue, 09 Jul 2019 20:45:49 GMT" + ], "Content-Length": [ "230" ], - "x-ms-error-code": [ - "ContainerAlreadyExists" + "Content-Type": [ + "application/xml" ], "x-ms-version": [ "2017-07-29" ], + "x-ms-error-code": [ + "ContainerAlreadyExists" + ], "Server": [ "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0" - ], - "Date": [ - "Tue, 19 Mar 2019 23:29:59 GMT" - ], - "Content-Type": [ - "application/xml" ] }, "body": { - "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:b3a3f1fa-401e-00ac-7cab-de4597000000\nTime:2019-03-19T23:29:59.5776688Z" + "string": "\ufeffContainerAlreadyExistsThe specified container already exists.\nRequestId:d33d87f8-e01e-00ee-3897-366e83000000\nTime:2019-07-09T20:45:50.6007415Z" } } }, { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2018-12-01.8.0&timeout=30", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs?api-version=2019-06-01.9.0&timeout=30", "body": "{\"id\": \"helloworld-job3\", \"poolInfo\": {\"autoPoolSpecification\": {\"autoPoolIdPrefix\": \"helloworld-pool3\", \"poolLifetimeOption\": \"job\", \"keepAlive\": false, \"pool\": {\"vmSize\": \"STANDARD_D1_V2\", \"virtualMachineConfiguration\": {\"imageReference\": {\"publisher\": \"Canonical\", \"offer\": \"UbuntuServer\", \"sku\": \"16.04.0-LTS\", \"version\": \"latest\"}, \"nodeAgentSKUId\": \"batch.node.ubuntu 16.04\"}, \"targetDedicatedNodes\": 1}}}, \"onAllTasksComplete\": \"noaction\", \"usesTaskDependencies\": true}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -10921,13 +9494,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "e99cd918-4a9e-11e9-87a4-44032c851686" + "8975e228-a28a-11e9-8d6f-44032c851686" ], "accept-language": [ "en-US" @@ -10946,38 +9519,38 @@ "message": "Created" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:30:00 GMT" - ], - "Location": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:45:50 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceId": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" - ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC2CE191D1C" + "0x8D704AE6DCBC684" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "b7b5a928-9b6b-41a0-a21f-2122f8cf3d75" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:45:50 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:29:59 GMT" + "DataServiceVersion": [ + "3.0" ], - "request-id": [ - "40db54e8-824c-4ae8-9c30-5baca7ec060a" + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Location": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" + ], + "DataServiceId": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/job-1" ] }, "body": { @@ -10988,11 +9561,11 @@ { "request": { "method": "POST", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/addtaskcollection?api-version=2018-12-01.8.0", - "body": "{\"value\": [{\"id\": \"merge\", \"displayName\": \"myMergeTask\", \"commandLine\": \"/bin/bash -c 'ls'\", \"resourceFiles\": [{\"autoStorageContainerName\": \"fgrp-output\"}], \"dependsOn\": {\"taskIdRanges\": [{\"start\": 0, \"end\": 17}]}}, {\"id\": \"17\", \"commandLine\": \"/bin/bash -c 'cat batch.pool.simple.resourcefile-legacy.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.resourcefile-legacy.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=jWgTbcskzX33vWUzzpjjGMqh5XZ1FjmlzLIggqj5vso%3D\", \"filePath\": \"batch.pool.simple.resourcefile-legacy.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.pool.simple.resourcefile-legacy.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"16\", \"commandLine\": \"/bin/bash -c 'cat batch.pool.simple.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=VrepcpGVKH/HBqSX4hb%2BI8dWgoU/92l53YLlMfHqTik%3D\", \"filePath\": \"batch.pool.simple.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.pool.simple.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"15\", \"commandLine\": \"/bin/bash -c 'cat batch.pool.simple.apiversionfail.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.apiversionfail.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=bd/8rQuNqZfqnLtHAMZA83R%2B8Uy9Wym7YZ9vacn5Zqk%3D\", \"filePath\": \"batch.pool.simple.apiversionfail.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.pool.simple.apiversionfail.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"14\", \"commandLine\": \"/bin/bash -c 'cat batch.pool.parameters.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.parameters.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=pIGFAypIuCIzsS729gh2msVdYqnnDlMrVefaiNwjfXs%3D\", \"filePath\": \"batch.pool.parameters.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.pool.parameters.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"13\", \"commandLine\": \"/bin/bash -c 'cat batch.job.simple.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=6xTHyxl8jLkXJ2NfghXgIRKLuCzZviNyApw9TzKN3Os%3D\", \"filePath\": \"batch.job.simple.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.simple.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"12\", \"commandLine\": \"/bin/bash -c 'cat batch.job.simple.apiversionfail.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.apiversionfail.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=BcamooEMXKOC/Ui3uAC7ARWqEa/%2BizU0jZfMj/3Ws68%3D\", \"filePath\": \"batch.job.simple.apiversionfail.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.simple.apiversionfail.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"11\", \"commandLine\": \"/bin/bash -c 'cat batch.job.resourcefile-legacy.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.resourcefile-legacy.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=xmCwpRJ8e6iak9hhNmfTEtqixMHU8N80KTAFlCjTvHU%3D\", \"filePath\": \"batch.job.resourcefile-legacy.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.resourcefile-legacy.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"10\", \"commandLine\": \"/bin/bash -c 'cat batch.job.parametricsweep.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parametricsweep.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=ToYX79Ji4h4pDQvhDvbpgjYrOJNpoUcQt%2BdB9zg3kTg%3D\", \"filePath\": \"batch.job.parametricsweep.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.parametricsweep.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"9\", \"commandLine\": \"/bin/bash -c 'cat batch.job.parameters.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parameters.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=JkRwl4DLUmElSq3L3jexUW8uojx4QWr/QfWYkW12rD0%3D\", \"filePath\": \"batch.job.parameters.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.parameters.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"8\", \"commandLine\": \"/bin/bash -c 'cat batch.job.mergetask.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.mergetask.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=Hgc4RMLuxsbJHS0DZya2WW3bdKdaxCkKSCWQs7vQ6M8%3D\", \"filePath\": \"batch.job.mergetask.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.mergetask.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"7\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-untypedParameter.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-untypedParameter.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=TXBcFH8qiCRgBwOTphOhj8xnk7r90CAo0QMzgeOWdtI%3D\", \"filePath\": \"batch-applicationTemplate-untypedParameter.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-untypedParameter.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"6\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-unsupportedProperty.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-unsupportedProperty.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=2Xtw0q9sjGTFD/tDSzjx0DcEHO6JQxyBkg6iiKNLoyA%3D\", \"filePath\": \"batch-applicationTemplate-unsupportedProperty.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-unsupportedProperty.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"5\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-static.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-static.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=12tvm1H6Qv7F0yP6elv4Xq/kJtUVvW9ottx6RkgC8lY%3D\", \"filePath\": \"batch-applicationTemplate-static.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-static.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"4\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-prohibitedPriority.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPriority.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=4jmx5rBmMhxc%2Bv/ZkN6yIDUDVVlBlGG5PVZvQbJ0RnM%3D\", \"filePath\": \"batch-applicationTemplate-prohibitedPriority.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-prohibitedPriority.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"3\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-prohibitedPoolInfo.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPoolInfo.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=8RdlXQZpO1leqRC74/UF79gF%2BzXQWIC1RAhmTowkopI%3D\", \"filePath\": \"batch-applicationTemplate-prohibitedPoolInfo.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-prohibitedPoolInfo.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"2\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-prohibitedId.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedId.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=jlr6oBUoZCHgJCrkBpX5t1idf7v/YE/IqhQzCuTel8o%3D\", \"filePath\": \"batch-applicationTemplate-prohibitedId.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-prohibitedId.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"1\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-prohibitedApplicationTemplateInfo.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedApplicationTemplateInfo.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=ScN0ej3b2XPsONi36JAf7IOA6DGybB7NFFitCJPLshc%3D\", \"filePath\": \"batch-applicationTemplate-prohibitedApplicationTemplateInfo.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-prohibitedApplicationTemplateInfo.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"0\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-parameters.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-parameters.json?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=r&sv=2017-07-29&sr=b&sig=luSt8aZnSS0PJ/24uom8STjXzhAeVKp13wpfNRZhlZk%3D\", \"filePath\": \"batch-applicationTemplate-parameters.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-parameters.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-03-19T23%3A14%3A59Z&se=2019-03-26T23%3A29%3A59Z&sp=w&sv=2017-07-29&sr=c&sig=Ds9K%2BGMsiWRgT6dVoVKiSx3p9Kno8C3xXZW42k950M8%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}]}", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/addtaskcollection?api-version=2019-06-01.9.0", + "body": "{\"value\": [{\"id\": \"merge\", \"displayName\": \"myMergeTask\", \"commandLine\": \"/bin/bash -c 'ls'\", \"resourceFiles\": [{\"autoStorageContainerName\": \"fgrp-output\"}], \"dependsOn\": {\"taskIdRanges\": [{\"start\": 0, \"end\": 17}]}}, {\"id\": \"17\", \"commandLine\": \"/bin/bash -c 'cat batch.pool.simple.resourcefile-legacy.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.resourcefile-legacy.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=wc5YzTWfYAUmqLC3uCw8peRNfCONdGxwHSf0YakmCQ4%3D\", \"filePath\": \"batch.pool.simple.resourcefile-legacy.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.pool.simple.resourcefile-legacy.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"16\", \"commandLine\": \"/bin/bash -c 'cat batch.pool.simple.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=V7ned6Ua/GrFouQC35XG%2Bkl54B1F3EPUXiXKW952s3E%3D\", \"filePath\": \"batch.pool.simple.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.pool.simple.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"15\", \"commandLine\": \"/bin/bash -c 'cat batch.pool.simple.apiversionfail.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.simple.apiversionfail.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=99X5VmKkbPeofofODBdWqoCvhYvdf1kWH0UvJ/oc9qk%3D\", \"filePath\": \"batch.pool.simple.apiversionfail.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.pool.simple.apiversionfail.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"14\", \"commandLine\": \"/bin/bash -c 'cat batch.pool.parameters.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.pool.parameters.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=mmB8T4%2BBx1aFCQuTxQVNYESD5OnikNW2rNl7zJrN0BE%3D\", \"filePath\": \"batch.pool.parameters.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.pool.parameters.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"13\", \"commandLine\": \"/bin/bash -c 'cat batch.job.simple.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=zgaT//RRlFNd73BcyQ/BxKjCk6NZWsHi776Jzr1VczA%3D\", \"filePath\": \"batch.job.simple.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.simple.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"12\", \"commandLine\": \"/bin/bash -c 'cat batch.job.simple.apiversionfail.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.simple.apiversionfail.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=XhlxkmX4eJIAgQh8ye7PcaKJDb2rq/UCKcxnu9BmAPk%3D\", \"filePath\": \"batch.job.simple.apiversionfail.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.simple.apiversionfail.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"11\", \"commandLine\": \"/bin/bash -c 'cat batch.job.resourcefile-legacy.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.resourcefile-legacy.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=nQKOvQrePOgwgmOKefawiJL5LLJgRiv4wseIhZvFrWM%3D\", \"filePath\": \"batch.job.resourcefile-legacy.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.resourcefile-legacy.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"10\", \"commandLine\": \"/bin/bash -c 'cat batch.job.parametricsweep.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parametricsweep.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=qgZQCi5T55HF65x6bOapiYXOQ7%2BZNkxZoTvMtSrJQYQ%3D\", \"filePath\": \"batch.job.parametricsweep.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.parametricsweep.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"9\", \"commandLine\": \"/bin/bash -c 'cat batch.job.parameters.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.parameters.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=d1qjN29z7CP9EFZUDSx2e4DYVbU5GNghjyeMvh23bKs%3D\", \"filePath\": \"batch.job.parameters.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.parameters.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"8\", \"commandLine\": \"/bin/bash -c 'cat batch.job.mergetask.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch.job.mergetask.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=0HAxerQJisyu%2BLL2VwuW/QIyoXXjgmB4%2BvdAR0glcMA%3D\", \"filePath\": \"batch.job.mergetask.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch.job.mergetask.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"7\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-untypedParameter.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-untypedParameter.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=0TStiMjpKagJFaMKKVl7Dq0Uw/54WXFsZVThi1tDaVw%3D\", \"filePath\": \"batch-applicationTemplate-untypedParameter.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-untypedParameter.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"6\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-unsupportedProperty.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-unsupportedProperty.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=sdGRZWJfQ6erh1klnjrD/BUjHL1wA1Y9pKgyDJ79qFY%3D\", \"filePath\": \"batch-applicationTemplate-unsupportedProperty.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-unsupportedProperty.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"5\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-static.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-static.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=GaNVHbFfeBHyPO8JWSQE/dukDFbjFhVme8BIYWcyQAs%3D\", \"filePath\": \"batch-applicationTemplate-static.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-static.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"4\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-prohibitedPriority.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPriority.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=LElA0MOlE9HGUGfrPkeHEnVBU%2Bexpjx1oad4wfF87ps%3D\", \"filePath\": \"batch-applicationTemplate-prohibitedPriority.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-prohibitedPriority.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"3\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-prohibitedPoolInfo.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedPoolInfo.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=AaHmQu4qmt6csK4bMgfuoELAhi6Aghry2jXzmGHabFQ%3D\", \"filePath\": \"batch-applicationTemplate-prohibitedPoolInfo.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-prohibitedPoolInfo.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"2\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-prohibitedId.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedId.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=vSCAYC/ZZvuEPYg76fKh91%2BmvPNTMhUOgpF5Vfr1UIo%3D\", \"filePath\": \"batch-applicationTemplate-prohibitedId.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-prohibitedId.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"1\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-prohibitedApplicationTemplateInfo.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-prohibitedApplicationTemplateInfo.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=7zTN2%2B4szGQiAlaG0vKIHezrhCTl45dso4WqpMXLOqs%3D\", \"filePath\": \"batch-applicationTemplate-prohibitedApplicationTemplateInfo.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-prohibitedApplicationTemplateInfo.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}, {\"id\": \"0\", \"commandLine\": \"/bin/bash -c 'cat batch-applicationTemplate-parameters.json'\", \"resourceFiles\": [{\"httpUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-in/batch-applicationTemplate-parameters.json?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=r&sv=2017-07-29&sr=b&sig=wpFJjNwdQ5FdfNDXfo6bjlDPdFzpzaVYyT7nzkWOP7c%3D\", \"filePath\": \"batch-applicationTemplate-parameters.json\"}], \"outputFiles\": [{\"filePattern\": \"**/stdout.txt\", \"destination\": {\"container\": {\"path\": \"output-batch-applicationTemplate-parameters.json\", \"containerUrl\": \"https://sdkteststore2.blob.core.windows.net/fgrp-output?st=2019-07-09T20%3A30%3A50Z&se=2019-07-16T20%3A45%3A50Z&sp=w&sv=2017-07-29&sr=c&sig=jcuDJtvtyrevlRihS4D2sRah5jywI6uCLRLez2KHwWY%3D\"}}, \"uploadOptions\": {\"uploadCondition\": \"tasksuccess\"}}]}]}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -11004,19 +9577,19 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "e9eb17b6-4a9e-11e9-9ced-44032c851686" + "89a6525a-a28a-11e9-b2e5-44032c851686" ], "accept-language": [ "en-US" ], "Content-Length": [ - "14626" + "14594" ] } }, @@ -11026,44 +9599,44 @@ "message": "OK" }, "headers": { - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:45:51 GMT" + ], + "Content-Type": [ + "application/json;odata=minimalmetadata" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceVersion": [ - "3.0" - ], "X-Content-Type-Options": [ "nosniff" ], + "request-id": [ + "225e0ef8-55fa-4870-867b-fd869d1ea996" + ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:30:00 GMT" - ], - "Content-Type": [ - "application/json;odata=minimalmetadata" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "bf114b21-e432-45c7-893b-aaf9114a1162" + "DataServiceVersion": [ + "3.0" ] }, "body": { - "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"merge\",\"eTag\":\"0x8D6ACC2CE54D396\",\"lastModified\":\"2019-03-19T23:30:00.4802454Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/merge\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"17\",\"eTag\":\"0x8D6ACC2CE565A74\",\"lastModified\":\"2019-03-19T23:30:00.4902516Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/17\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"16\",\"eTag\":\"0x8D6ACC2CE57B9F8\",\"lastModified\":\"2019-03-19T23:30:00.4992504Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/16\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"15\",\"eTag\":\"0x8D6ACC2CE5A51DB\",\"lastModified\":\"2019-03-19T23:30:00.5162459Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/15\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"8\",\"eTag\":\"0x8D6ACC2CE5ECEB2\",\"lastModified\":\"2019-03-19T23:30:00.5456562Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/8\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"14\",\"eTag\":\"0x8D6ACC2CE637991\",\"lastModified\":\"2019-03-19T23:30:00.5762449Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/14\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"4\",\"eTag\":\"0x8D6ACC2CE64D916\",\"lastModified\":\"2019-03-19T23:30:00.5852438Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/4\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"11\",\"eTag\":\"0x8D6ACC2CE637991\",\"lastModified\":\"2019-03-19T23:30:00.5762449Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/11\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"10\",\"eTag\":\"0x8D6ACC2CE63A0A1\",\"lastModified\":\"2019-03-19T23:30:00.5772449Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/10\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"12\",\"eTag\":\"0x8D6ACC2CE650027\",\"lastModified\":\"2019-03-19T23:30:00.5862439Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/12\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"6\",\"eTag\":\"0x8D6ACC2CE64D916\",\"lastModified\":\"2019-03-19T23:30:00.5852438Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/6\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"7\",\"eTag\":\"0x8D6ACC2CE63EEC0\",\"lastModified\":\"2019-03-19T23:30:00.5792448Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/7\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"13\",\"eTag\":\"0x8D6ACC2CE637991\",\"lastModified\":\"2019-03-19T23:30:00.5762449Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/13\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"5\",\"eTag\":\"0x8D6ACC2CE650027\",\"lastModified\":\"2019-03-19T23:30:00.5862439Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/5\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"9\",\"eTag\":\"0x8D6ACC2CE650027\",\"lastModified\":\"2019-03-19T23:30:00.5862439Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/9\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"1\",\"eTag\":\"0x8D6ACC2CE66ADD9\",\"lastModified\":\"2019-03-19T23:30:00.5972441Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/1\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"3\",\"eTag\":\"0x8D6ACC2CE652747\",\"lastModified\":\"2019-03-19T23:30:00.5872455Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/3\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"0\",\"eTag\":\"0x8D6ACC2CE664969\",\"lastModified\":\"2019-03-19T23:30:00.5946729Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/0\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"2\",\"eTag\":\"0x8D6ACC2CE652747\",\"lastModified\":\"2019-03-19T23:30:00.5872455Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/2\"\r\n }\r\n ]\r\n}" + "string": "{\r\n \"odata.metadata\":\"https://sdktest2.westcentralus.batch.azure.com/$metadata#taskaddresult\",\"value\":[\r\n {\r\n \"status\":\"Success\",\"taskId\":\"merge\",\"eTag\":\"0x8D704AE6DF70FEB\",\"lastModified\":\"2019-07-09T20:45:51.1943147Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/merge\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"17\",\"eTag\":\"0x8D704AE6DF84860\",\"lastModified\":\"2019-07-09T20:45:51.2023136Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/17\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"16\",\"eTag\":\"0x8D704AE6DF9CA4C\",\"lastModified\":\"2019-07-09T20:45:51.2121932Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/16\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"15\",\"eTag\":\"0x8D704AE6DFB48BD\",\"lastModified\":\"2019-07-09T20:45:51.2219837Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/15\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"14\",\"eTag\":\"0x8D704AE6DFCDC43\",\"lastModified\":\"2019-07-09T20:45:51.2323139Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/14\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"13\",\"eTag\":\"0x8D704AE6DFE62ED\",\"lastModified\":\"2019-07-09T20:45:51.2423149Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/13\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"11\",\"eTag\":\"0x8D704AE6E0197AD\",\"lastModified\":\"2019-07-09T20:45:51.2633261Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/11\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"12\",\"eTag\":\"0x8D704AE6E0DA517\",\"lastModified\":\"2019-07-09T20:45:51.3423127Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/12\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"7\",\"eTag\":\"0x8D704AE6E0DA517\",\"lastModified\":\"2019-07-09T20:45:51.3423127Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/7\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"9\",\"eTag\":\"0x8D704AE6E091143\",\"lastModified\":\"2019-07-09T20:45:51.3123139Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/9\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"4\",\"eTag\":\"0x8D704AE6E0F04CE\",\"lastModified\":\"2019-07-09T20:45:51.3513166Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/4\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"5\",\"eTag\":\"0x8D704AE6E0DF62C\",\"lastModified\":\"2019-07-09T20:45:51.3443884Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/5\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"10\",\"eTag\":\"0x8D704AE6E0DA517\",\"lastModified\":\"2019-07-09T20:45:51.3423127Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/10\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"1\",\"eTag\":\"0x8D704AE6E0DF62C\",\"lastModified\":\"2019-07-09T20:45:51.3443884Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/1\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"6\",\"eTag\":\"0x8D704AE6E0DCC20\",\"lastModified\":\"2019-07-09T20:45:51.343312Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/6\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"0\",\"eTag\":\"0x8D704AE6E0DF62C\",\"lastModified\":\"2019-07-09T20:45:51.3443884Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/0\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"3\",\"eTag\":\"0x8D704AE6E0DF62C\",\"lastModified\":\"2019-07-09T20:45:51.3443884Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/3\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"8\",\"eTag\":\"0x8D704AE6E0DA517\",\"lastModified\":\"2019-07-09T20:45:51.3423127Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/8\"\r\n },{\r\n \"status\":\"Success\",\"taskId\":\"2\",\"eTag\":\"0x8D704AE6E0DF62C\",\"lastModified\":\"2019-07-09T20:45:51.3443884Z\",\"location\":\"https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3/tasks/2\"\r\n }\r\n ]\r\n}" } } }, { "request": { "method": "PATCH", - "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3?api-version=2018-12-01.8.0", + "uri": "https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3?api-version=2019-06-01.9.0", "body": "{\"onAllTasksComplete\": \"terminatejob\"}", "headers": { "User-Agent": [ - "python/3.6.5 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.6.0 azure-batch/6.0.1 Azure-SDK-For-Python batchextensionsclient/5.0.5" + "python/3.7.3 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-batch/7.0.0 Azure-SDK-For-Python batchextensionsclient/6.0.0" ], "Accept-Encoding": [ "gzip, deflate" @@ -11075,13 +9648,13 @@ "keep-alive" ], "Authorization": [ - "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyIsImtpZCI6Ik4tbEMwbi05REFMcXdodUhZbkhRNjNHZUNYYyJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU1MzAzNzc3MSwibmJmIjoxNTUzMDM3NzcxLCJleHAiOjE1NTMwNDE2NzEsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhLQUFBQThERUFDZkdjQzhiaFEzU2tFMnV2cktZUWJ3UXlaR056b1g1ZWhqQm91RDdsdWY1QTVrdUNvVDJjYzN5UHRScjRacHJTeUppVDFiZXQzQUQ3cGpKM3hBPT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE1OS4yNTEiLCJuYW1lIjoiQnJhbmRvbiBLbGVpbiIsIm9pZCI6IjI3MjQ0OTM1LWE0YjktNDBhNC1hMjcyLTQyOTQyYjY3ZWNmMSIsIm9ucHJlbV9zaWQiOiJTLTEtNS0yMS0yMTI3NTIxMTg0LTE2MDQwMTI5MjAtMTg4NzkyNzUyNy0zMDg2OTE3NCIsInB1aWQiOiIxMDAzMDAwMEE5MTc3ODlFIiwic2NwIjoidXNlcl9pbXBlcnNvbmF0aW9uIiwic3ViIjoiWk50SUlteGo1ZUpPU25yUU14dVExRnhlTzh4YmJ1YUJha1NBWGI0akRPOCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInVuaXF1ZV9uYW1lIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXBuIjoiYnJrbGVpbkBtaWNyb3NvZnQuY29tIiwidXRpIjoiV1p5cGwyMW5Ka2VSNUVLa2FFUUtBQSIsInZlciI6IjEuMCJ9.o0fFG6DwqS6eov2a6yFY4FfRc8hhxcbRCQItE_p9MHyojaIu4_zCBFRoGHMdMC8MXO2ls01OrKzh-_TFEX6ifOnegfIFiMY3nNei6Fv8MSe_7eYkzzIE-c-YBB-MwNCMbjCrzJgJTUxh2mVhgCIMAZPb0dftB478OxvP4HVmTfTZxH9nQYEGvM7_hB-AXeLS_tnFtJGTe2eiIuSdx-QeLweMmES8i_VcYz6L6SEW5Za7c7Pfcc0HjOlFNzAvHZLMeFLx7ObVps4Gz0XAks56XdKGHqc_pMUKb8rDNhoxgRM9zAHDE2qviD7ZECS1lqtE7nT2jQSjVERDlCPIsrLx6A" + "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSIsImtpZCI6InU0T2ZORlBId0VCb3NIanRyYXVPYlY4NExuWSJ9.eyJhdWQiOiJodHRwczovL2JhdGNoLmNvcmUud2luZG93cy5uZXQvIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTU2MjcwMTY2NywibmJmIjoxNTYyNzAxNjY3LCJleHAiOjE1NjI3MDU1NjcsIl9jbGFpbV9uYW1lcyI6eyJncm91cHMiOiJzcmMxIn0sIl9jbGFpbV9zb3VyY2VzIjp7InNyYzEiOnsiZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny91c2Vycy8yNzI0NDkzNS1hNGI5LTQwYTQtYTI3Mi00Mjk0MmI2N2VjZjEvZ2V0TWVtYmVyT2JqZWN0cyJ9fSwiYWNyIjoiMSIsImFpbyI6IkFVUUF1LzhNQUFBQUR3dU9qK2tmUjhOUnhyY1RNVWkxcFgrYTkyUEVqRXFPRmVXa3BHems1ZzRxajJuMnZ2R0RtSmZWN2QzSDFucEVGNE5jc2NZOGVRUEVHYkVNeFNVRG53PT0iLCJhbXIiOlsicnNhIiwibWZhIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZGV2aWNlaWQiOiIxZDUwYzVkZi1mZDAxLTRhNjQtODg1OS04NDcyMzc1OGEyNDQiLCJmYW1pbHlfbmFtZSI6IktsZWluIiwiZ2l2ZW5fbmFtZSI6IkJyYW5kb24iLCJpcGFkZHIiOiIxMzEuMTA3LjE2MC4yMiIsIm5hbWUiOiJCcmFuZG9uIEtsZWluIiwib2lkIjoiMjcyNDQ5MzUtYTRiOS00MGE0LWEyNzItNDI5NDJiNjdlY2YxIiwib25wcmVtX3NpZCI6IlMtMS01LTIxLTIxMjc1MjExODQtMTYwNDAxMjkyMC0xODg3OTI3NTI3LTMwODY5MTc0IiwicHVpZCI6IjEwMDMwMDAwQTkxNzc4OUUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJaTnRJSW14ajVlSk9TbnJRTXh1UTFGeGVPOHhiYnVhQmFrU0FYYjRqRE84IiwidGlkIjoiNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3IiwidW5pcXVlX25hbWUiOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1cG4iOiJicmtsZWluQG1pY3Jvc29mdC5jb20iLCJ1dGkiOiJUTkFPX3o4SXJFV0xrSG5abzUwQ0FBIiwidmVyIjoiMS4wIn0.fA9SLD2_Em4Jii8r9AY4Vb9S_IRG8SD2CIvcWrgZJFIQPeCAduZlaQ9DyhgCpq0r8xgNwSip8lgj1CULZm8T5lNdWGkvOnTzi44P6m5AG3rLG0Ht6z28W9Vcn3VhRFpCn-76WS4DVYISnepYQhz0KMJRznoonHXOlsuLS9eJrNo9up7_l_L7jspo1hXiGJQ_GL6zP_VqyNTJ5aC9lBj6eIYSXM4TyYo_dzJB1EGIHGQhfFvL3Z5WbXH5MRZmdbETu28FF5zi5dwubvdZxxwmyCRicgqZIX8Ald5TaTfz19HZ2Zu6XDEzhQee0GyfuodbQvM0iu5Im3rxfxvNwdEScQ" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "client-request-id": [ - "ea446836-4a9e-11e9-a6a7-44032c851686" + "89f15dc0-a28a-11e9-88e0-44032c851686" ], "accept-language": [ "en-US" @@ -11097,35 +9670,35 @@ "message": "OK" }, "headers": { - "Last-Modified": [ - "Tue, 19 Mar 2019 23:30:01 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Tue, 09 Jul 2019 20:45:51 GMT" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "DataServiceId": [ - "https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3" - ], - "DataServiceVersion": [ - "3.0" + "X-Content-Type-Options": [ + "nosniff" ], "ETag": [ - "0x8D6ACC2CEC2460C" + "0x8D704AE6E23A792" ], - "X-Content-Type-Options": [ - "nosniff" + "request-id": [ + "6af57093-ab23-4c67-a991-798a0c24d4d9" + ], + "Last-Modified": [ + "Tue, 09 Jul 2019 20:45:51 GMT" ], "Transfer-Encoding": [ "chunked" ], - "Date": [ - "Tue, 19 Mar 2019 23:30:01 GMT" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "af771d69-914b-4a4b-ae46-5e4117eedc72" + "DataServiceVersion": [ + "3.0" + ], + "DataServiceId": [ + "https://sdktest2.westcentralus.batch.azure.com/jobs/helloworld-job3" ] }, "body": { diff --git a/tests/test_extensions.py.orig b/tests/test_extensions.py.orig new file mode 100644 index 0000000..be0eee8 --- /dev/null +++ b/tests/test_extensions.py.orig @@ -0,0 +1,1633 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +import collections +import json +import os +import requests +import unittest +from mock import patch, Mock, MagicMock + +from msrest import Serializer, Deserializer +from azure.batch.operations.task_operations import TaskOperations +from azure.batch.operations.pool_operations import PoolOperations +from azure.storage.common import CloudStorageAccount +from azure.storage.blob.blockblobservice import BlockBlobService +from azure.batch.batch_auth import SharedKeyCredentials +from azure.batch.models import BatchErrorException, BatchError, TaskAddCollectionResult, TaskAddResult, TaskAddStatus +from azure.batch import models as base_sdk_models + + +import azext.batch as batch +from azext.batch import models +from azext.batch import operations +from azext.batch import _template_utils as utils +from azext.batch import _pool_utils as pool_utils +from azext.batch import _file_utils as file_utils +from azext.batch.errors import CreateTasksErrorException + + +class TestBatchExtensions(unittest.TestCase): + # pylint: disable=attribute-defined-outside-init,no-member,too-many-public-methods + + def setUp(self): + self.win_base = os.path.join(os.path.dirname(__file__), 'data') + self.nix_base = self.win_base.replace('\\', '/') + self.data_dir = os.path.join(os.path.dirname(__file__), 'data') + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + self._serialize = Serializer(client_models) + self._deserialize = Deserializer(client_models) + + # File path to an application template with no parameters - a static + # template that always does exactly the same thing + self.static_apptemplate_path = os.path.join(self.data_dir, + 'batch-applicationTemplate-static.json') + + # File path to an application path with parameters + self.apptemplate_with_params_path = os.path.join(self.data_dir, + 'batch-applicationTemplate-parameters.json') + return super(TestBatchExtensions, self).setUp() + + def test_batch_extensions_expression_evaluation(self): + # It should replace a string containing only an expression + definition = {'value': "['evaluateMe']"} + template = json.dumps(definition) + parameters = {} + result = utils._parse_template(template, definition, parameters) # pylint:disable=protected-access + self.assertEqual(result['value'], 'evaluateMe') + + # It should replace an expression within a string + definition = {'value': "prequel ['alpha'] sequel"} + template = json.dumps(definition) + parameters = {} + result = utils._parse_template(template, definition, parameters) # pylint:disable=protected-access + self.assertEqual(result['value'], 'prequel alpha sequel') + + # It should replace multiple expressions within a string + definition = {'value': "prequel ['alpha'] interquel ['beta'] sequel"} + template = json.dumps(definition) + parameters = {} + result = utils._parse_template(template, definition, parameters) # pylint:disable=protected-access + self.assertEqual(result['value'], 'prequel alpha interquel beta sequel') + + # It should unescape an escaped expression + definition = {'value': "prequel [['alpha'] sequel"} + template = json.dumps(definition) + parameters = {} + result = utils._parse_template(template, definition, parameters) # pylint:disable=protected-access + self.assertEqual(result['value'], "prequel ['alpha'] sequel") + + # It should not choke on JSON containing string arrays + definition = {'values': ["alpha", "beta", "gamma", "[43]"]} + template = json.dumps(definition) + parameters = {} + result = utils._parse_template(template, definition, parameters) # pylint:disable=protected-access + self.assertEqual(result['values'], ["alpha", "beta", "gamma", "43"]) + + # It should not choke on JSON containing number arrays + definition = {'values': [1, 1, 2, 3, 5, 8, 13]} + template = json.dumps(definition) + parameters = {} + result = utils._parse_template(template, definition, parameters) # pylint:disable=protected-access + self.assertEqual(result['values'], [1, 1, 2, 3, 5, 8, 13]) + + def test_batch_extensions_parameters(self): + + # It should replace string value for a string parameter + template = { + 'result': "[parameters('code')]", + 'parameters': { + 'code': {'type': 'string'} + } + } + temaplate_string = json.dumps(template) + parameters = {'code': 'stringValue'} + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "stringValue") + + # It should replace numeric value for string parameter as a string + parameters = {'code': 42} + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "42") + + # It should replace int value for int parameter + template = { + 'result': "[parameters('code')]", + 'parameters': { + 'code': {'type': 'int'} + } + } + temaplate_string = json.dumps(template) + parameters = {'code': 42} + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], 42) + + # It should replace string value for int parameter as int + parameters = {'code': "42"} + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], 42) + + # It should replace int values for int parameters in nested expressions + template = { + 'framesize': "Framesize is ([parameters('width')]x[parameters('height')])", + 'parameters': { + 'width': {'type': 'int'}, + 'height': {'type': 'int'} + } + } + temaplate_string = json.dumps(template) + parameters = {'width': 1920, 'height': 1080} + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['framesize'], "Framesize is (1920x1080)") + + # It should replace bool value for bool parameter + template = { + 'result': "[parameters('code')]", + 'parameters': { + 'code': {'type': 'bool'} + } + } + temaplate_string = json.dumps(template) + parameters = {'code': True} + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], True) + + # It should replace string value for bool parameter as bool value + parameters = {'code': 'true'} + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], True) + + # It should report an error for an unsupported parameter type + template = { + 'result': "[parameters('code')]", + 'parameters': { + 'code': {'type': 'currency'} + } + } + temaplate_string = json.dumps(template) + parameters = {'code': True} + with self.assertRaises(TypeError): + utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + + def test_batch_extensions_variables(self): + + # It should replace value for a variable + template = { + 'result': "[variables('code')]", + "variables": { + "code": "enigmatic" + } + } + temaplate_string = json.dumps(template) + parameters = {} + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "enigmatic") + + # It should replace function result for a variable + template = { + 'result': "[variables('code')]", + "variables": { + "code": "[concat('this', '&', 'that')]" + } + } + temaplate_string = json.dumps(template) + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "this&that") + + def test_batch_extensions_concat(self): + + # It should handle strings + template = { + "result": "[concat('alpha', 'beta', 'gamma')]" + } + temaplate_string = json.dumps(template) + parameters = {} + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "alphabetagamma") + + # It should handle strings and numbers + template = { + "result": "[concat('alpha', 42, 'beta', 3, '.', 1415, 'gamma')]" + } + temaplate_string = json.dumps(template) + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "alpha42beta3.1415gamma") + + # It should handle strings containing commas correctly + template = { + "result": "[concat('alpha', ', ', 'beta', ', ', 'gamma')]" + } + temaplate_string = json.dumps(template) + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "alpha, beta, gamma") + + # It should handle strings containing square brackets correctly + template = { + "result": "[concat('alpha', '[', 'beta', ']', 'gamma')]" + } + temaplate_string = json.dumps(template) + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "alpha[beta]gamma") + + # It should handle nested concat function calls + template = { + "result": "[concat('alpha ', concat('this', '&', 'that'), ' gamma')]" + } + temaplate_string = json.dumps(template) + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "alpha this&that gamma") + + # It should handle nested parameters() function calls + template = { + "result": "[concat('alpha ', parameters('name'), ' gamma')]", + "parameters": { + "name": {"type": "string"} + } + } + parameters = {"name": "Frodo"} + temaplate_string = json.dumps(template) + resolved = utils._parse_template(temaplate_string, template, parameters) # pylint:disable=protected-access + self.assertEqual(resolved['result'], "alpha Frodo gamma") + + def test_batch_extensions_expand_template_with_parameter_file(self): + with open(os.path.join(self.data_dir, 'batch.job.parametricsweep.json'), 'r') as template: + template_obj = json.load(template) + with open(os.path.join(self.data_dir, 'batch.job.parameters.json'), 'r') as parameter: + parameter_obj = json.load(parameter) + job_ops = operations.ExtendedJobOperations(None, None, None, self._serialize, self._deserialize, None) + resolved = job_ops.expand_template(template_obj, parameter_obj) + self.assertTrue(resolved) + self.assertEqual(resolved['properties']['id'], "helloworld") + self.assertEqual(resolved['properties']['poolInfo']['poolId'], "xplatTestPool") + self.assertFalse('[parameters(' in json.dumps(resolved)) + + def test_batch_extensions_replace_parametric_sweep_command(self): + test_input = Mock(value="cmd {{{0}}}.mp3 {1}.mp3") + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + self.assertEqual(test_input.value, 'cmd {5}.mp3 10.mp3') + test_input.value = "cmd {{{0}}}.mp3 {{{1}}}.mp3" + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + self.assertEqual(test_input.value, 'cmd {5}.mp3 {10}.mp3') + test_input.value = "cmd {{0}}.mp3 {1}.mp3" + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + self.assertEqual(test_input.value, 'cmd {0}.mp3 10.mp3') + test_input.value = "cmd {0}.mp3 {1}.mp3" + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + self.assertEqual(test_input.value, 'cmd 5.mp3 10.mp3') + test_input.value = "cmd {0}{1}.mp3 {1}.mp3" + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + self.assertEqual(test_input.value, 'cmd 510.mp3 10.mp3') + test_input.value = "cmd {0}.mp3 {0}.mp3" + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + self.assertEqual(test_input.value, 'cmd 5.mp3 5.mp3') + test_input.value = "cmd {0:3}.mp3 {0}.mp3" + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + self.assertEqual(test_input.value, 'cmd 005.mp3 5.mp3') + test_input.value = "cmd {0:3}.mp3 {1:3}.mp3" + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 1234]) + self.assertEqual(test_input.value, 'cmd 005.mp3 1234.mp3') + test_input.value = "cmd {{}}.mp3" + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 1234]) + self.assertEqual(test_input.value, 'cmd {}.mp3') + test_input.value = ("gs -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -sDEVICE=pngalpha " + "-sOutputFile={0}-%03d.png -r250 {0}.pdf && for f in *.png;" + " do tesseract $f ${{f%.*}};done") + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5]) + self.assertEqual( + test_input.value, + "gs -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -sDEVICE=pngalpha " + "-sOutputFile=5-%03d.png -r250 5.pdf && for f in *.png; do tesseract " + "$f ${f%.*};done") + + def test_batch_extensions_replace_invalid_parametric_sweep(self): + + test_input = Mock(value="cmd {0}.mp3 {2}.mp3") + with self.assertRaises(ValueError): + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + test_input.value = "cmd {}.mp3 {2}.mp3" + with self.assertRaises(ValueError): + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + test_input.value = "cmd {{0}}}.mp3 {1}.mp3" + with self.assertRaises(ValueError): + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + test_input.value = "cmd {0:3}.mp3 {1}.mp3" + with self.assertRaises(ValueError): + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [-5, 10]) + test_input.value = "cmd {0:-3}.mp3 {1}.mp3" + with self.assertRaises(ValueError): + utils._replacement_transform(utils._transform_sweep_str, # pylint:disable=protected-access + test_input, "value", [5, 10]) + + def test_batch_extensions_replace_file_iteration_command(self): + file_info = { + "url": "http://someurl/container/path/blob.ext", + "filePath": "path/blob.ext", + "fileName": "blob.ext", + "fileNameWithoutExtension": "blob" + } + test_input = Mock(value="cmd {{{url}}}.mp3 {filePath}.mp3") + utils._replacement_transform(utils._transform_file_str, # pylint:disable=protected-access + test_input, "value", file_info) + self.assertEqual(test_input.value, + 'cmd {http://someurl/container/path/blob.ext}.mp3 path/blob.ext.mp3') + test_input.value = "cmd {{{fileName}}}.mp3 {{{fileNameWithoutExtension}}}.mp3" + utils._replacement_transform(utils._transform_file_str, # pylint:disable=protected-access + test_input, "value", file_info) + self.assertEqual(test_input.value, 'cmd {blob.ext}.mp3 {blob}.mp3') + test_input.value = "cmd {{fileName}}.mp3 {fileName}.mp3" + utils._replacement_transform(utils._transform_file_str, # pylint:disable=protected-access + test_input, "value", file_info) + self.assertEqual(test_input.value, 'cmd {fileName}.mp3 blob.ext.mp3') + test_input.value = ( + "gs -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -sDEVICE=pngalpha " + "-sOutputFile={fileNameWithoutExtension}-%03d.png -r250 " + "{fileNameWithoutExtension}.pdf && for f in *.png; do tesseract $f ${{f%.*}};done") + utils._replacement_transform(utils._transform_file_str, # pylint:disable=protected-access + test_input, "value", file_info) + self.assertEqual( + test_input.value, + "gs -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -sDEVICE=pngalpha " + "-sOutputFile=blob-%03d.png -r250 blob.pdf && for f in *.png; do tesseract " + "$f ${f%.*};done") + + def test_batch_extensions_replace_invalid_file_iteration_command(self): + file_info = { + "url": "http://someurl/container/path/blob.ext", + "filePath": "path/blob.ext", + "fileName": "blob.ext", + "fileNameWithoutExtension": "blob" + } + test_input = Mock(value="cmd {url}.mp3 {fullNameWithSome}.mp3") + with self.assertRaises(ValueError): + utils._replacement_transform(utils._transform_file_str, # pylint:disable=protected-access + test_input, "value", file_info) + test_input.value = "cmd {}.mp3 {url}.mp3" + with self.assertRaises(ValueError): + utils._replacement_transform(utils._transform_file_str, # pylint:disable=protected-access + test_input, "value", file_info) + test_input.value = "cmd {{url}}}.mp3 {filePath}.mp3" + with self.assertRaises(ValueError): + utils._replacement_transform(utils._transform_file_str, # pylint:disable=protected-access + test_input, "value", file_info) + + def test_batch_extensions_parse_parameter_sets(self): + parsed = utils._parse_parameter_sets([models.ParameterSet(start=1, end=2)]) # pylint:disable=protected-access + self.assertEqual(list(parsed), [(1,), (2,)]) + parsed = utils._parse_parameter_sets([models.ParameterSet(start=1, end=1)]) # pylint:disable=protected-access + self.assertEqual(list(parsed), [(1,)]) + parsed = utils._parse_parameter_sets([ # pylint:disable=protected-access + models.ParameterSet(start=1, end=2), + models.ParameterSet(start=-1, end=-3, step=-1)]) + self.assertEqual(list(parsed), [(1, -1), (1, -2), (1, -3), (2, -1), (2, -2), (2, -3)]) + parsed = utils._parse_parameter_sets([ # pylint:disable=protected-access + models.ParameterSet(start=1, end=2), + models.ParameterSet(start=-1, end=-3, step=-1), + models.ParameterSet(start=-5, end=5, step=3)]) + self.assertEqual(list(parsed), [(1, -1, -5), (1, -1, -2), (1, -1, 1), (1, -1, 4), + (1, -2, -5), (1, -2, -2), (1, -2, 1), (1, -2, 4), + (1, -3, -5), (1, -3, -2), (1, -3, 1), (1, -3, 4), + (2, -1, -5), (2, -1, -2), (2, -1, 1), (2, -1, 4), + (2, -2, -5), (2, -2, -2), (2, -2, 1), (2, -2, 4), + (2, -3, -5), (2, -3, -2), (2, -3, 1), (2, -3, 4)]) + parsed = utils._parse_parameter_sets([ # pylint:disable=protected-access + models.ParameterSet(start=1, end=2, step=2000), + models.ParameterSet(start=-1, end=-3, step=-1), + models.ParameterSet(start=-5, end=5, step=3)]) + self.assertEqual(list(parsed), [(1, -1, -5), (1, -1, -2), (1, -1, 1), (1, -1, 4), + (1, -2, -5), (1, -2, -2), (1, -2, 1), (1, -2, 4), + (1, -3, -5), (1, -3, -2), (1, -3, 1), (1, -3, 4)]) + parsed = list(utils._parse_parameter_sets([models.ParameterSet(start=1, end=2000)])) # pylint:disable=protected-access,redefined-variable-type + self.assertEqual(len(parsed), 2000) + self.assertEqual(len(parsed[0]), 1) + + def test_batch_extensions_parse_invalid_parameter_set(self): + with self.assertRaises(ValueError): + utils._parse_parameter_sets([]) # pylint:disable=protected-access + with self.assertRaises(ValueError): + utils._parse_parameter_sets([Mock(start=2, end=1, step=1)]) # pylint:disable=protected-access + with self.assertRaises(ValueError): + models.ParameterSet(start=2, end=1) + with self.assertRaises(ValueError): + utils._parse_parameter_sets([Mock(start=1, end=3, step=-1)]) # pylint:disable=protected-access + with self.assertRaises(ValueError): + models.ParameterSet(start=1, end=3, step=-1) + with self.assertRaises(ValueError): + utils._parse_parameter_sets([Mock(start=1, end=3, step=0)]) # pylint:disable=protected-access + with self.assertRaises(ValueError): + models.ParameterSet(start=1, end=3, step=0) + with self.assertRaises(ValueError): + utils._parse_parameter_sets([Mock(start=None, end=3, step=1)]) # pylint:disable=protected-access + with self.assertRaises(ValueError): + models.ParameterSet(start=None, end=3, step=1) + with self.assertRaises(ValueError): + utils._parse_parameter_sets([Mock(start=3, end=None, step=1)]) # pylint:disable=protected-access + with self.assertRaises(ValueError): + models.ParameterSet(start=3, end=None, step=1) + with self.assertRaises(ValueError): + utils._parse_parameter_sets([Mock(start=1, end=2, step=1), Mock(start=None, end=None, step=1)]) # pylint:disable=protected-access + with self.assertRaises(ValueError): + models.ParameterSet(start=None, end=None) + + def test_batch_extensions_parse_taskcollection_factory(self): + template = models.TaskCollectionTaskFactory( + tasks=[ + models.ExtendedTaskParameter( + id="mytask1", + command_line="ffmpeg -i sampleVideo1.mkv" + " -vcodec copy -acodec copy output.mp4 -y", + resource_files=[ + models.ExtendedResourceFile( + http_url="[parameters('inputFileStorageContainerUrl')]" + "sampleVideo1.mkv", + file_path="sampleVideo1.mkv") + ], + output_files=[ + models.OutputFile( + file_pattern="output.mp4", + destination=models.ExtendedOutputFileDestination( + container=models.OutputFileBlobContainerDestination( + container_url="[parameters('outputFileStorageUrl')]")), + upload_options=models.OutputFileUploadOptions( + upload_condition=models.OutputFileUploadCondition.task_completion)) + ]) + ]) + result = utils._expand_task_collection(template) # pylint: disable=protected-access + self.assertEqual(result, template.tasks) + + def test_batch_extensions_parse_parametricsweep_factory(self): + template = models.ParametricSweepTaskFactory( + parameter_sets=[ + models.ParameterSet(start=1, end=2), + models.ParameterSet(start=3, end=5) + ], + repeat_task= models.RepeatTask(command_line="cmd {0}.mp3 {1}.mp3")) + result = utils._expand_parametric_sweep(template) # pylint:disable=protected-access + expected = [ + models.ExtendedTaskParameter(id='0', command_line='cmd 1.mp3 3.mp3'), + models.ExtendedTaskParameter(id='1', command_line='cmd 1.mp3 4.mp3'), + models.ExtendedTaskParameter(id='2', command_line='cmd 1.mp3 5.mp3'), + models.ExtendedTaskParameter(id='3', command_line='cmd 2.mp3 3.mp3'), + models.ExtendedTaskParameter(id='4', command_line='cmd 2.mp3 4.mp3'), + models.ExtendedTaskParameter(id='5', command_line='cmd 2.mp3 5.mp3') + ] + for index, task in enumerate(result): + self.assertEqual(expected[index].id, task.id) + self.assertEqual(expected[index].command_line, task.command_line) + + template = models.ParametricSweepTaskFactory( + parameter_sets=[models.ParameterSet(start=1, end=3)], + repeat_task= models.RepeatTask(command_line="cmd {0}.mp3", + resource_files=[ + models.ResourceFile(http_url="http://account.blob/run.exe", file_path="run.exe"), + models.ResourceFile(http_url="http://account.blob/{0}.dat", file_path="{0}.mp3")], + output_files=[models.OutputFile( + file_pattern="{0}.txt", + destination=models.ExtendedOutputFileDestination( + container=models.OutputFileBlobContainerDestination( + path="{0}", + container_url="{0}sas" + ) + ), + upload_options=models.OutputFileUploadOptions( + upload_condition=models.OutputFileUploadCondition.task_success + ) + )])) + expected = [ + models.ExtendedTaskParameter(id='0', command_line='cmd 1.mp3', + resource_files=[ + models.ResourceFile(http_url="http://account.blob/run.exe", file_path="run.exe"), + models.ResourceFile(http_url="http://account.blob/1.dat", file_path="1.mp3")], + output_files=[models.OutputFile( + file_pattern="1.txt", + destination=models.ExtendedOutputFileDestination( + container=models.OutputFileBlobContainerDestination( + path="1", + container_url="1sas" + ) + ), + upload_options=models.OutputFileUploadOptions( + upload_condition=models.OutputFileUploadCondition.task_success + ))]), + models.ExtendedTaskParameter(id='1', command_line='cmd 2.mp3', + resource_files=[ + models.ResourceFile(http_url="http://account.blob/run.exe", file_path="run.exe"), + models.ResourceFile(http_url="http://account.blob/2.dat", file_path="2.mp3")], + output_files=[models.OutputFile( + file_pattern="2.txt", + destination=models.ExtendedOutputFileDestination( + container=models.OutputFileBlobContainerDestination( + path="2", + container_url="2sas" + ) + ), + upload_options=models.OutputFileUploadOptions( + upload_condition=models.OutputFileUploadCondition.task_success + ))]), + models.ExtendedTaskParameter(id='2', command_line='cmd 3.mp3', + resource_files=[ + models.ResourceFile(http_url="http://account.blob/run.exe", file_path="run.exe"), + models.ResourceFile(http_url="http://account.blob/3.dat", file_path="3.mp3")], + output_files=[models.OutputFile( + file_pattern="3.txt", + destination=models.ExtendedOutputFileDestination( + container=models.OutputFileBlobContainerDestination( + path="3", + container_url="3sas" + ) + ), + upload_options=models.OutputFileUploadOptions( + upload_condition=models.OutputFileUploadCondition.task_success + ))]), + ] + result = utils._expand_parametric_sweep(template) # pylint: disable=protected-access + for index, task in enumerate(result): + self.assertEqual(expected[index].command_line, task.command_line) + self.assertEqual(expected[index].resource_files[1].http_url, task.resource_files[1].http_url) + self.assertEqual(expected[index].resource_files[1].file_path, task.resource_files[1].file_path) + self.assertEqual(expected[index].output_files[0].file_pattern, task.output_files[0].file_pattern) + + template = models.ParametricSweepTaskFactory( + parameter_sets=[ + models.ParameterSet(start=1, end=3) + ], + repeat_task= models.RepeatTask(command_line="cmd {0}.mp3"), + merge_task=models.MergeTask(command_line="summary.exe")) + expected = [ + models.ExtendedTaskParameter(id='0', command_line='cmd 1.mp3'), + models.ExtendedTaskParameter(id='1', command_line='cmd 2.mp3'), + models.ExtendedTaskParameter(id='2', command_line='cmd 3.mp3'), + models.ExtendedTaskParameter(id='merge', command_line='summary.exe', + depends_on=models.TaskDependencies(task_id_ranges=[models.TaskIdRange(start=0, end=2)])) + ] + result = utils._expand_parametric_sweep(template) # pylint: disable=protected-access + for index, task in enumerate(result): + self.assertEqual(expected[index].command_line, task.command_line) + self.assertEqual(result[-1].id, 'merge') + self.assertEqual(result[-1].depends_on.task_id_ranges[0].start, 0) + self.assertEqual(result[-1].depends_on.task_id_ranges[0].end, 2) + + def test_batch_extensions_parse_invalid_parametricsweep(self): + + with self.assertRaises(ValueError): + utils._expand_parametric_sweep(Mock(parameter_sets=None, repeat_task=models.RepeatTask(command_line='cmd {0}.mp3'))) # pylint: disable=protected-access + with self.assertRaises(ValueError): + utils._expand_parametric_sweep(Mock(parameter_sets=[models.ParameterSet(start=1, end=3)], repeat_task=None)) # pylint: disable=protected-access + template = models.ParametricSweepTaskFactory( + parameter_sets=[ + models.ParameterSet(start=1, end=3) + ], + repeat_task=models.RepeatTask( + command_line=None, + resource_files=[ + models.ResourceFile( + file_path="run.exe", + http_url="http://account.blob/run.exe"), + models.ResourceFile( + file_path="{0}.mp3", + http_url="http://account.blob/{0}.dat") + ] + ) + ) + with self.assertRaises(ValueError): + utils._expand_parametric_sweep(template) # pylint: disable=protected-access + template = models.ParametricSweepTaskFactory( + parameter_sets=[ + models.ParameterSet(start=1, end=3) + ], + repeat_task=models.RepeatTask( + command_line="cmd {0}.mp3", + resource_files=[ + models.ResourceFile( + file_path="run.exe", + http_url="http://account.blob/run.exe"), + models.ResourceFile( + file_path="{0}.mp3", + http_url="http://account.blob/{0}.dat") + ] + ) + ) + utils._expand_parametric_sweep(template) # pylint: disable=protected-access + + def test_batch_extensions_preserve_resourcefiles(self): + fileutils = file_utils.FileUtils(None) + request = Mock( + resource_files=[ + Mock( + http_url='abc', + file_path='xyz') + ]) + transformed = utils.post_processing(request, fileutils, pool_utils.PoolOperatingSystemFlavor.LINUX) + self.assertEqual(transformed, request) + request = Mock( + common_resource_files=[ + Mock( + http_url='abc', + file_path='xyz') + ], + job_manager_task=Mock( + resource_files=[ + Mock( + http_url='foo', + file_path='bar') + ] + ) + ) + transformed = utils.post_processing(request, fileutils, pool_utils.PoolOperatingSystemFlavor.WINDOWS) + self.assertEqual(transformed, request) + request = [ # pylint: disable=redefined-variable-type + Mock(resource_files=[Mock(http_url='abc', file_path='xyz')]), + Mock(resource_files=[Mock(http_url='abc', file_path='xyz')]) + ] + transformed = utils.post_processing(request, fileutils, pool_utils.PoolOperatingSystemFlavor.WINDOWS) + self.assertEqual(transformed, request) + request = Mock(resource_files=[Mock(http_url='abc', file_path=None)]) + with self.assertRaises(ValueError): + utils.post_processing(request, fileutils, pool_utils.PoolOperatingSystemFlavor.WINDOWS) + + def test_batch_extensions_validate_parameter(self): + content = { + 'a': { + "type": "int", + "maxValue": 5, + "minValue": 3 + }, + 'b': { + "type": "string", + "maxLength": 5, + "minLength": 3 + }, + 'c': { + "type": "string", + "allowedValues": [ + "STANDARD_A1", + "STANDARD_A2", + "STANDARD_A3", + "STANDARD_A4", + "STANDARD_D1", + "STANDARD_D2", + "STANDARD_D3", + "STANDARD_D4" + ] + }, + 'd': { + "type": "bool" + } + } + # pylint: disable=protected-access + self.assertEqual(utils._validate_parameter('a', content['a'], 3), 3) + self.assertEqual(utils._validate_parameter('a', content['a'], 5), 5) + with self.assertRaises(ValueError): + utils._validate_parameter('a', content['a'], 1) + with self.assertRaises(ValueError): + utils._validate_parameter('a', content['a'], 10) + with self.assertRaises(TypeError): + utils._validate_parameter('a', content['a'], 3.1) + self.assertEqual(utils._validate_parameter('b', content['b'], 'abcd'), 'abcd') + with self.assertRaises(ValueError): + utils._validate_parameter('b', content['b'], 'a') + with self.assertRaises(ValueError): + utils._validate_parameter('b', content['b'], 'abcdeffg') + with self.assertRaises(ValueError): + utils._validate_parameter('b', content['b'], 1) + self.assertEqual(utils._validate_parameter('b', content['b'], 100), '100') + self.assertEqual(utils._validate_parameter('c', content['c'], + 'STANDARD_A1'), 'STANDARD_A1') + with self.assertRaises(ValueError): + utils._validate_parameter('c', content['c'], 'STANDARD_C1') + with self.assertRaises(ValueError): + utils._validate_parameter('c', content['c'], 'standard_a1') + self.assertEqual(utils._validate_parameter('d', content['d'], True), True) + self.assertEqual(utils._validate_parameter('d', content['d'], False), False) + self.assertEqual(utils._validate_parameter('d', content['d'], 'true'), True) + self.assertEqual(utils._validate_parameter('d', content['d'], 'false'), False) + with self.assertRaises(TypeError): + utils._validate_parameter('d', content['d'], 'true1') + with self.assertRaises(TypeError): + utils._validate_parameter('d', content['d'], 3) + + def test_batch_extensions_simple_linux_package_manager(self): + pool = models.ExtendedPoolParameter( + id="testpool", + virtual_machine_configuration=models.VirtualMachineConfiguration( + image_reference=models.ImageReference( + publisher="Canonical", + offer="UbuntuServer", + sku="15.10", + version="latest" + ), + node_agent_sku_id="batch.node.debian 8" + ), + vm_size="STANDARD_A1", + target_dedicated_nodes="10", + enable_auto_scale=False, + package_references=[ + models.AptPackageReference(id="ffmpeg"), + models.AptPackageReference(id="apache2", version="12.34") + ] + ) + commands = [utils.process_pool_package_references(pool)] + pool.start_task = models.StartTask(**utils.construct_setup_task( + pool.start_task, commands, + pool_utils.PoolOperatingSystemFlavor.LINUX)) + self.assertEqual(pool.start_task.command_line, + "/bin/bash -c 'apt-get update;apt-get install -y " + "ffmpeg;apt-get install -y apache2=12.34'") + self.assertEqual(pool.start_task.user_identity.auto_user.elevation_level, 'admin') + self.assertTrue(pool.start_task.wait_for_success) + + def test_batch_extensions_simple_windows_package_manager(self): + pool = models.ExtendedPoolParameter( + id="testpool", + virtual_machine_configuration=models.VirtualMachineConfiguration( + image_reference=models.ImageReference( + publisher="MicrosoftWindowsServer", + offer="WindowsServer", + sku="2012-Datacenter", + version="latest" + ), + node_agent_sku_id="batch.node.windows amd64" + ), + vm_size="STANDARD_A1", + target_dedicated_nodes="10", + enable_auto_scale=False, + package_references=[ + models.ChocolateyPackageReference(id="ffmpeg"), + models.ChocolateyPackageReference(id="testpkg", + version="12.34", + allow_empty_checksums=True) + ] + ) + commands = [utils.process_pool_package_references(pool)] + pool.start_task = models.StartTask(**utils.construct_setup_task( + pool.start_task, commands, + pool_utils.PoolOperatingSystemFlavor.WINDOWS)) + self.assertEqual( + pool.start_task.command_line, + 'cmd.exe /c "powershell -NoProfile -ExecutionPolicy unrestricted ' + '-Command "(iex ((new-object net.webclient).DownloadString(' + '\'https://chocolatey.org/install.ps1\')))" && SET PATH="%PATH%;' + '%ALLUSERSPROFILE%\\chocolatey\\bin" && choco feature enable ' + '-n=allowGlobalConfirmation & choco install ffmpeg & choco install testpkg ' + '--version 12.34 --allow-empty-checksums"') + self.assertEqual(pool.start_task.user_identity.auto_user.elevation_level, 'admin') + self.assertTrue(pool.start_task.wait_for_success) + + def test_batch_extensions_packagemanager_with_existing_starttask(self): + pool = models.ExtendedPoolParameter( + id="testpool", + virtual_machine_configuration=models.VirtualMachineConfiguration( + image_reference=models.ImageReference( + publisher="Canonical", + offer="UbuntuServer", + sku="15.10", + version="latest" + ), + node_agent_sku_id="batch.node.debian 8" + ), + vm_size="STANDARD_A1", + target_dedicated_nodes="10", + enable_auto_scale=False, + start_task=models.StartTask( + command_line="/bin/bash -c 'set -e; set -o pipefail; nodeprep-cmd' ; wait", + user_identity=models.UserIdentity( + auto_user=models.AutoUserSpecification(elevation_level='admin') + ), + wait_for_success=True, + resource_files=[ + models.ExtendedResourceFile( + source=models.FileSource(file_group='abc'), + file_path='nodeprep-cmd' + ) + ] + ), + package_references=[ + models.AptPackageReference(id="ffmpeg"), + models.AptPackageReference(id="apache2", version="12.34") + ] + ) + commands = [utils.process_pool_package_references(pool)] + pool.start_task = models.StartTask(**utils.construct_setup_task( + pool.start_task, commands, + pool_utils.PoolOperatingSystemFlavor.LINUX)) + self.assertEqual(pool.vm_size, 'STANDARD_A1') + # TODO: Shell escape + #self.assertEqual( + # pool.start_task.command_line, + # "/bin/bash -c 'apt-get update;apt-get install -y " + # "ffmpeg;apt-get install -y apache2=12.34;/bin/bash -c " + # "'\\''set -e; set -o pipefail; nodeprep-cmd'\\'' ; wait'") + self.assertEqual(pool.start_task.user_identity.auto_user.elevation_level, 'admin') + self.assertTrue(pool.start_task.wait_for_success) + self.assertEqual(len(pool.start_task.resource_files), 1) + + def test_batch_extensions_packagemanager_taskfactory(self): + job = Mock( + job_preparation_task=None, + task_factory=models.ParametricSweepTaskFactory( + parameter_sets=[models.ParameterSet(start=1, end=2), models.ParameterSet(start=3, end=5)], + repeat_task=models.RepeatTask( + command_line="cmd {0}.mp3 {1}.mp3", + package_references=[ + models.AptPackageReference(id="ffmpeg"), + models.AptPackageReference(id="apache2", version="12.34") + ] + ) + ) + ) + collection = utils.expand_task_factory(job, None) + commands = [] + commands.append(utils.process_task_package_references( + collection, pool_utils.PoolOperatingSystemFlavor.LINUX)) + commands.append(None) + job.job_preparation_task = models.JobPreparationTask(**utils.construct_setup_task( + job.job_preparation_task, commands, + pool_utils.PoolOperatingSystemFlavor.LINUX)) + self.assertIsNone(job.task_factory) + self.assertEqual(job.job_preparation_task.command_line, + '/bin/bash -c \'apt-get update;apt-get install ' + '-y ffmpeg;apt-get install -y apache2=12.34\'') + self.assertEqual(job.job_preparation_task.user_identity.auto_user.elevation_level, 'admin') + self.assertEqual(job.job_preparation_task.wait_for_success, True) + + def test_batch_extensions_starttask_without_packagemanager(self): + job = Mock( + job_preparation_task=None, + task_factory=models.ParametricSweepTaskFactory( + parameter_sets=[models.ParameterSet(start=1, end=2), models.ParameterSet(start=3, end=5)], + repeat_task=models.RepeatTask(command_line="cmd {0}.mp3 {1}.mp3") + ) + ) + collection = utils.expand_task_factory(job, None) + commands = [] + commands.append(utils.process_task_package_references( + collection, pool_utils.PoolOperatingSystemFlavor.LINUX)) + commands.append(None) + job.job_preparation_task = utils.construct_setup_task( + job.job_preparation_task, commands, + pool_utils.PoolOperatingSystemFlavor.LINUX) + self.assertIsNone(job.task_factory) + self.assertIsNone(job.job_preparation_task) + + def test_batch_extensions_bad_packagemanager_configuration(self): + pool = models.ExtendedPoolParameter( + id="testpool", + virtual_machine_configuration=models.VirtualMachineConfiguration( + image_reference=models.ImageReference( + publisher="Canonical", + offer="UbuntuServer", + sku="15.10", + version="latest" + ), + node_agent_sku_id="batch.node.debian 8" + ), + vm_size="STANDARD_A1", + target_dedicated_nodes="10", + enable_auto_scale=False, + package_references=[ + models.AptPackageReference(id="ffmpeg"), + models.AptPackageReference(id="apache2", version="12.34") + ] + ) + pool.package_references[0].type = "newPackage" + with self.assertRaises(ValueError): + utils.process_pool_package_references(pool) + + pool.package_references[0] = models.ChocolateyPackageReference(id="ffmpeg") + with self.assertRaises(ValueError): + utils.process_pool_package_references(pool) + + pool.package_references = [models.AptPackageReference(id="ffmpeg", version="12.34")] + pool.package_references[0].id = None + with self.assertRaises(ValueError): + utils.process_pool_package_references(pool) + + def test_batch_extensions_validate_job_requesting_app_template(self): + # Should do nothing for a job not using an application template' + job = models.ExtendedJobParameter(id='jobid', pool_info=None) + + # Should throw an error if job does not specify template location + with self.assertRaises(TypeError): + appTemplate = models.ApplicationTemplateInfo(file_path=None) + + # Should throw an error if the template referenced by the job does not + # exist + with self.assertRaises(ValueError): + appTemplate = models.ApplicationTemplateInfo(file_path=(self.static_apptemplate_path + '.notfound')) + + # Should throw an error if job uses property reserved for application + # template use + app_template = models.ApplicationTemplateInfo(file_path=self.static_apptemplate_path) + with self.assertRaises(ValueError): + job = models.ExtendedJobParameter(id='jobid', pool_info=None, application_template_info=app_template, + uses_task_dependencies=True) + + def test_batch_extensions_merge_metadata(self): + # should return empty metadata when no metadata supplied + alpha = None + beta = None + result = utils._merge_metadata(alpha, beta) # pylint: disable=protected-access + self.assertEqual(result, []) + + # should return base metadata when only base metadata supplied + alpha = [ + { + 'name': 'name', + 'value': 'Adam' + }, + { + 'name': 'age', + 'value': 'old' + }] + beta = None + result = utils._merge_metadata(alpha, beta) # pylint: disable=protected-access + self.assertEqual(result, alpha) + + # should return more metadata when only more metadata supplied + alpha = None + beta = [models.MetadataItem( + name='gender', + value='unspecified' + )] + result = utils._merge_metadata(alpha, beta) # pylint: disable=protected-access + self.assertEqual(result, [{'name':'gender', 'value':'unspecified'}]) + + # should throw an error if the two collections overlap + alpha = [ + { + 'name': 'name', + 'value': 'Adam' + }, + { + 'name': 'age', + 'value': 'old' + }] + beta = [ + models.MetadataItem( + name='name', + value='Brian' + ), + models.MetadataItem( + name='gender', + value='unspecified' + )] + with self.assertRaises(ValueError) as ve: + utils._merge_metadata(alpha, beta) # pylint: disable=protected-access + self.assertIn('name', ve.exception.args[0], + 'Expect metadata \'name\' to be mentioned') + + # should return merged metadata when there is no overlap + alpha = [ + { + 'name': 'name', + 'value': 'Adam' + }, + { + 'name': 'age', + 'value': 'old' + }] + beta = [ + models.MetadataItem( + name='gender', + value='unspecified' + )] + expected = [ + { + 'name': 'name', + 'value': 'Adam' + }, + { + 'name': 'age', + 'value': 'old' + }, + { + 'name': 'gender', + 'value': 'unspecified' + }] + result = utils._merge_metadata(alpha, beta) # pylint: disable=protected-access + self.assertEqual(result, expected) + + def test_batch_extensions_generate_job(self): + # should throw an error if the generated job uses a property reserved for template use + job = { + 'id': 'jobid', + 'applicationTemplateInfo': { + 'filePath': self.static_apptemplate_path + }, + 'usesTaskDependencies': True + } + with self.assertRaises(ValueError) as ve: + utils._validate_generated_job(job) # pylint: disable=protected-access + self.assertIn('applicationTemplateInfo', ve.exception.args[0], + 'Expect property \'applicationTemplateInfo\' to be mentioned') + + # should throw an error if the template uses a property reserved for + # use by the job + template = { + 'usesTaskDependencies': True, + 'displayName': 'display this name' + } + with self.assertRaises(ValueError) as ve: + utils._validate_generated_job(template) # pylint: disable=protected-access + self.assertIn('displayName', ve.exception.args[0], + 'Expect property \'displayName\' to be mentioned') + + # should throw an error if the template uses a property not recognized + template = { + 'usesTaskDependencies': True, + 'vendor': 'origin' + } + with self.assertRaises(ValueError) as ve: + utils._validate_generated_job(template) # pylint: disable=protected-access + self.assertIn('vendor', ve.exception.args[0], + 'Expect property \'vendor\' to be mentioned') + + def test_batch_extensions_template_merging(self): + # pylint: disable=too-many-statements + # should do nothing when no application template is required + + # should throw error if no filePath supplied for application template + job = models.ExtendedJobParameter(id="jobid", pool_info=None, + application_template_info=models.ApplicationTemplateInfo(file_path=self.static_apptemplate_path)) + job.application_template_info.file_path = None + with self.assertRaises(ValueError): + utils.expand_application_template(job, self._deserialize) + + # should merge a template with no parameters + job = models.ExtendedJobParameter(id="jobid", pool_info=None, + application_template_info=models.ApplicationTemplateInfo(file_path=self.static_apptemplate_path)) + result = utils.expand_application_template(job, self._deserialize) + self.assertIsNotNone(job.job_manager_task, + "expect the template to have provided jobManagerTask.") + + # should preserve properties on the job when expanding the template + job = models.ExtendedJobParameter(id="importantjob", pool_info=None, + priority=500, + application_template_info=models.ApplicationTemplateInfo(file_path=self.static_apptemplate_path)) + + result = utils.expand_application_template(job, self._deserialize) + self.assertEqual(job.id, 'importantjob') + self.assertEqual(job.priority, 500) + + # should use parameters from the job to expand the template + job = models.ExtendedJobParameter(id="parameterJob", pool_info=None, + application_template_info=models.ApplicationTemplateInfo( + file_path=self.apptemplate_with_params_path, + parameters={ + 'blobName': "music.mp3", + 'keyValue': "yale" + })) + job.__dict__.pop('additional_properties') + job_ref = models.ExtendedJobParameter(**job.__dict__) + utils.expand_application_template(job, self._deserialize) + self.assertIsNone(job.application_template_info) + self.assertEqual(job.job_manager_task.resource_files[1].file_path, + job_ref.application_template_info.parameters['blobName']) + self.assertEqual(job.metadata[0].value, + job_ref.application_template_info.parameters['keyValue']) + + # should throw an error if any parameter has an undefined type + untyped_parameter_path = os.path.join(self.data_dir, + 'batch-applicationTemplate-untypedParameter.json') + job = models.ExtendedJobParameter(id="parameterJob", pool_info=None, + application_template_info=models.ApplicationTemplateInfo( + file_path=untyped_parameter_path, + parameters={ + 'blobName': "music.mp3", + 'keyValue': "yale" + })) + with self.assertRaises(ValueError) as ve: + utils.expand_application_template(job, self._deserialize) + self.assertIn('blobName', ve.exception.args[0], + 'Expect parameter \'blobName\' to be mentioned') + + # should not have an applicationTemplateInfo property on the expanded job + job = models.ExtendedJobParameter(id="importantjob", pool_info=None, + priority=500, + application_template_info=models.ApplicationTemplateInfo(file_path=self.static_apptemplate_path)) + utils.expand_application_template(job, self._deserialize) + self.assertIsNone(job.application_template_info) + + # should not copy templateMetadata to the expanded job + job = models.ExtendedJobParameter(id="importantjob", pool_info=None, + priority=500, + application_template_info=models.ApplicationTemplateInfo(file_path=self.static_apptemplate_path)) + utils.expand_application_template(job, self._deserialize) + self.assertFalse(hasattr(job, 'template_metadata')) + + # should not have a parameters property on the expanded job + job = models.ExtendedJobParameter(id="importantjob", pool_info=None, + priority=500, + application_template_info=models.ApplicationTemplateInfo(file_path=self.static_apptemplate_path)) + utils.expand_application_template(job, self._deserialize) + self.assertFalse(hasattr(job, 'parameters')) + + # should throw error if application template specifies \'id\' property + templateFilePath = os.path.join(self.data_dir, + 'batch-applicationTemplate-prohibitedId.json') + job = models.ExtendedJobParameter(id="jobid", pool_info=None, + application_template_info=models.ApplicationTemplateInfo(file_path=templateFilePath)) + with self.assertRaises(ValueError) as ve: + utils.expand_application_template(job, self._deserialize) + self.assertIn('id', ve.exception.args[0], 'Expect property \'id\' to be mentioned') + + # should throw error if application template specifies \'poolInfo\' property + templateFilePath = os.path.join(self.data_dir, + 'batch-applicationTemplate-prohibitedPoolInfo.json') + job = models.ExtendedJobParameter(id="jobid", pool_info=None, + application_template_info=models.ApplicationTemplateInfo(file_path=templateFilePath)) + with self.assertRaises(ValueError) as ve: + utils.expand_application_template(job, self._deserialize) + self.assertIn('poolInfo', ve.exception.args[0], + 'Expect property \'poolInfo\' to be mentioned') + + # should throw error if application template specifies \'applicationTemplateInfo\' property + templateFilePath = os.path.join(self.data_dir, + 'batch-applicationTemplate-prohibitedApplicationTemplateInfo.json') + job = models.ExtendedJobParameter(id="jobid", pool_info=None, + application_template_info=models.ApplicationTemplateInfo(file_path=templateFilePath)) + with self.assertRaises(ValueError) as ve: + utils.expand_application_template(job, self._deserialize) + self.assertIn('applicationTemplateInfo', ve.exception.args[0], + 'Expect property \'applicationTemplateInfo\' to be mentioned') + + # should throw error if application template specifies \'priority\' property', function(_){ + templateFilePath = os.path.join(self.data_dir, + 'batch-applicationTemplate-prohibitedPriority.json') + job = models.ExtendedJobParameter(id="jobid", pool_info=None, + application_template_info=models.ApplicationTemplateInfo(file_path=templateFilePath)) + with self.assertRaises(ValueError) as ve: + utils.expand_application_template(job, self._deserialize) + self.assertIn('priority', ve.exception.args[0], + 'Expect property \'priority\' to be mentioned') + + # should throw error if application template specifies unrecognized property + templateFilePath = os.path.join(self.data_dir, + 'batch-applicationTemplate-unsupportedProperty.json') + job = models.ExtendedJobParameter(id="jobid", pool_info=None, + application_template_info=models.ApplicationTemplateInfo(file_path=templateFilePath)) + with self.assertRaises(ValueError) as ve: + utils.expand_application_template(job, self._deserialize) + self.assertIn('fluxCapacitorModel', ve.exception.args[0], + 'Expect property \'fluxCapacitorModel\' to be mentioned') + + # should include metadata from original job on generated job + job = models.ExtendedJobParameter(id="importantjob", pool_info=None, + priority=500, + metadata=[models.MetadataItem(name='author', value='batman')], + application_template_info=models.ApplicationTemplateInfo( + file_path=self.apptemplate_with_params_path, + parameters={ + 'blobName': 'henry', + 'keyValue': 'yale' + })) + + utils.expand_application_template(job, self._deserialize) + self.assertTrue(job.metadata) + self.assertTrue([m for m in job.metadata if m.name=='author' and m.value=='batman']) + + # should include metadata from template on generated job + job = models.ExtendedJobParameter(id="importantjob", pool_info=None, + priority=500, + metadata=[models.MetadataItem(name='author', value='batman')], + application_template_info=models.ApplicationTemplateInfo( + file_path=self.apptemplate_with_params_path, + parameters={ + 'blobName': 'henry', + 'keyValue': 'yale' + })) + + utils.expand_application_template(job, self._deserialize) + self.assertTrue(job.metadata) + self.assertTrue([m for m in job.metadata if m.name=='myproperty' and m.value=='yale']) + + # should add a metadata property with the template location + job = models.ExtendedJobParameter(id="importantjob", pool_info=None, + priority=500, + application_template_info=models.ApplicationTemplateInfo(file_path=self.static_apptemplate_path)) + utils.expand_application_template(job, self._deserialize) + self.assertTrue(job.metadata) + self.assertTrue([m for m in job.metadata + if m.name=='az_batch:template_filepath' and m.value==self.static_apptemplate_path]) + + # should not allow the job to use a metadata property with our reserved prefix + job = models.ExtendedJobParameter(id="importantjob", pool_info=None, + priority=500, + metadata=[models.MetadataItem(name='az_batch:property', value='something')], + application_template_info=models.ApplicationTemplateInfo( + file_path=self.static_apptemplate_path)) + + with self.assertRaises(ValueError) as ve: + utils.expand_application_template(job, self._deserialize) + self.assertIn('az_batch:property', ve.exception.args[0], + 'Expect metadata \'az_batch:property\' to be mentioned') + + def test_batch_extensions_validate_parameter_usage(self): + # should throw an error if no value is provided for a parameter without + # a default + parameters = {} + definitions = { + 'name': { + 'type': 'string' + } + } + with self.assertRaises(ValueError) as ve: + utils._validate_parameter_usage(parameters, definitions) # pylint: disable=protected-access + self.assertIn('name', ve.exception.args[0], + 'Expect parameter \'name\' to be mentioned') + + # should throw an error if the value provided for an int parameter is + # not type compatible + parameters = { + 'age': 'eleven' + } + definitions = { + 'age': { + 'type': 'int' + } + } + with self.assertRaises(ValueError) as ve: + utils._validate_parameter_usage(parameters, definitions) # pylint: disable=protected-access + self.assertIn('age', ve.exception.args[0], + 'Expect parameter \'age\' to be mentioned') + + # should not throw an error if the default value provided for an int + # parameter is used + parameters = {} + definitions = { + 'age': { + 'type': 'int', + 'defaultValue': 11 + } + } + utils._validate_parameter_usage(parameters, definitions) # pylint: disable=protected-access + + # should not throw an error if the default value provided for an int + # parameter is not an integer + parameters = {} + definitions = { + 'age': { + 'type': 'int', + 'defaultValue': 'eleven' + } + } + with self.assertRaises(ValueError) as ve: + utils._validate_parameter_usage(parameters, definitions) # pylint: disable=protected-access + self.assertIn('age', ve.exception.args[0], 'Expect parameter \'age\' to be mentioned') + + # should throw an error if the value provided for an bool parameter is + # not type compatible + parameters = { + 'isMember': 'frog' + } + definitions = { + 'isMember': { + 'type': 'bool' + } + } + with self.assertRaises(ValueError) as ve: + utils._validate_parameter_usage(parameters, definitions) # pylint: disable=protected-access + self.assertIn('isMember', ve.exception.args[0], + 'Expect parameter \'isMember\' to be mentioned') + + # should throw an error if a value is provided for a non-existing + # parameter + parameters = { + 'membership': 'Gold' + } + definitions = { + 'customerType': { + 'type': 'string', + 'defaultValue': 'peasant' + } + } + with self.assertRaises(ValueError) as ve: + utils._validate_parameter_usage(parameters, definitions) # pylint: disable=protected-access + self.assertIn('membership', ve.exception.args[0], + 'Expect parameter \'membership\' to be mentioned') + + # should accept having no job parameters if there are no template + # parameters + parameters = None + definitions = None + utils._validate_parameter_usage(parameters, definitions) # pylint: disable=protected-access + # Pass implied by no Error + + # should accept having no job parameters if all template parameters + # have defaults + parameters = None + definitions = { + 'customerType': { + 'type': 'string', + 'defaultValue': 'peasant' + } + } + utils._validate_parameter_usage(parameters, definitions) # pylint: disable=protected-access + # Pass implied by no Error + + # should throw an error if a parameter does not declare a specific type + definitions = { + 'name': { + 'defaultValue': 'Mouse' + } + } + with self.assertRaises(ValueError) as ve: + utils._validate_parameter_usage(None, definitions) # pylint: disable=protected-access + self.assertIn('name', ve.exception.args[0], + 'Expect parameter \'name\' to be mentioned') + + # should throw an error if a parameter does not declare a supported + # type + definitions = { + 'name': { + 'defaultValue': 'Mouse', + 'type': 'dateTime' + } + } + with self.assertRaises(ValueError) as ve: + utils._validate_parameter_usage(None, definitions) # pylint: disable=protected-access + self.assertIn('name', ve.exception.args[0], + 'Expect parameter \'name\' to be mentioned') + + def test_batch_extensions_transform_resourcefiles_from_filegroup(self): + resource = models.ExtendedResourceFile( + file_path=None, + source=models.FileSource(file_group='data')) + blobs = [ + {'filePath': 'data1.txt', 'url': 'https://blob.fgrp-data/data1.txt'}, + {'filePath': 'data2.txt', 'url': 'https://blob.fgrp-data/data2.txt'} + ] + resources = file_utils.convert_blobs_to_resource_files(blobs, resource) + self.assertEqual(len(resources), 2) + self.assertEqual(resources[0].http_url, "https://blob.fgrp-data/data1.txt") + self.assertEqual(resources[0].file_path, "data1.txt") + self.assertEqual(resources[1].http_url, "https://blob.fgrp-data/data2.txt") + self.assertEqual(resources[1].file_path, "data2.txt") + + resource = { + 'source': {'fileGroup': 'data', 'prefix': 'data1.txt'}, + 'filePath': 'localFile' + } + resource = models.ExtendedResourceFile( + source=models.FileSource(file_group='data', prefix='data1.txt'), + file_path='localFile') + blobs = [ + {'filePath': 'data1.txt', 'url': 'https://blob.fgrp-data/data1.txt'} + ] + resources = file_utils.convert_blobs_to_resource_files(blobs, resource) + self.assertEqual(len(resources), 1) + self.assertEqual(resources[0].http_url, "https://blob.fgrp-data/data1.txt") + self.assertEqual(resources[0].file_path, "localFile") + + resource = models.ExtendedResourceFile( + source=models.FileSource(file_group='data', prefix='data1'), + file_path='localFile') + blobs = [ + {'filePath': 'data1.txt', 'url': 'https://blob.fgrp-data/data1.txt'} + ] + resources = file_utils.convert_blobs_to_resource_files(blobs, resource) + self.assertEqual(len(resources), 1) + self.assertEqual(resources[0].http_url, "https://blob.fgrp-data/data1.txt") + self.assertEqual(resources[0].file_path, "localFile/data1.txt") + + resource = models.ExtendedResourceFile( + source=models.FileSource(file_group='data', prefix='subdir/data'), + file_path='localFile') + blobs = [ + {'filePath': 'subdir/data1.txt', + 'url': 'https://blob.fgrp-data/subdir/data1.txt'}, + {'filePath': 'subdir/data2.txt', + 'url': 'https://blob.fgrp-data/subdir/data2.txt'} + ] + resources = file_utils.convert_blobs_to_resource_files(blobs, resource) + self.assertEqual(len(resources), 2) + self.assertEqual(resources[0].http_url, + "https://blob.fgrp-data/subdir/data1.txt") + self.assertEqual(resources[0].file_path, "localFile/subdir/data1.txt") + self.assertEqual(resources[1].http_url, + "https://blob.fgrp-data/subdir/data2.txt") + self.assertEqual(resources[1].file_path, "localFile/subdir/data2.txt") + + resource = models.ExtendedResourceFile( + source=models.FileSource(file_group='data', prefix='subdir/data'), + file_path='localFile/') + blobs = [ + {'filePath': 'subdir/data1.txt', 'url': + 'https://blob.fgrp-data/subdir/data1.txt'} + ] + resources = file_utils.convert_blobs_to_resource_files(blobs, resource) + self.assertEqual(len(resources), 1) + self.assertEqual(resources[0].http_url, + "https://blob.fgrp-data/subdir/data1.txt") + self.assertEqual(resources[0].file_path, "localFile/subdir/data1.txt") + + resource = { + 'source': {'fileGroup': 'data', 'prefix': 'subdir/data'}, + } + resource = models.ExtendedResourceFile( + file_path=None, + source=models.FileSource(file_group='data', prefix='subdir/data')) + blobs = [ + {'filePath': 'subdir/data1.txt', + 'url': 'https://blob.fgrp-data/subdir/data1.txt'}, + {'filePath': 'subdir/more/data2.txt', + 'url': 'https://blob.fgrp-data/subdir/more/data2.txt'} + ] + resources = file_utils.convert_blobs_to_resource_files(blobs, resource) + self.assertEqual(len(resources), 2) + self.assertEqual(resources[0].http_url, + "https://blob.fgrp-data/subdir/data1.txt") + self.assertEqual(resources[0].file_path, "subdir/data1.txt") + self.assertEqual(resources[1].http_url, + "https://blob.fgrp-data/subdir/more/data2.txt") + self.assertEqual(resources[1].file_path, "subdir/more/data2.txt") + + def test_batch_extensions_resolve_filepaths(self): # pylint: disable=too-many-statements + if os.name == 'nt': + resolved = file_utils.resolve_file_paths(self.win_base + "\\file_tests") + self.assertEqual(resolved[0], self.win_base + '\\file_tests') + self.assertEqual(len(resolved[1]), 2) + resolved = file_utils.resolve_file_paths(self.win_base + "\\file_tests\\") + self.assertEqual(resolved[0], self.win_base + '\\file_tests') + self.assertEqual(len(resolved[1]), 2) + resolved = file_utils.resolve_file_paths(self.win_base + "\\file_tests\\*") + self.assertEqual(resolved[0], self.win_base + '\\file_tests') + self.assertEqual(len(resolved[1]), 2) + resolved = file_utils.resolve_file_paths(self.win_base + "\\file_tests\\foo.txt") + self.assertEqual(resolved[0], self.win_base + '\\file_tests') + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.win_base + "\\file_tests\\*.txt") + self.assertEqual(resolved[0], self.win_base + '\\file_tests') + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.win_base + "\\file_tests\\f*.txt") + self.assertEqual(resolved[0], self.win_base + '\\file_tests') + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.win_base + "\\**\\sample_data\\test.txt") + self.assertEqual(resolved[0], self.win_base) + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.win_base + "\\**\\sample_data\\test*.txt") + self.assertEqual(resolved[0], self.win_base) + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.win_base + "\\file_tests\\**\\*.txt") + self.assertEqual(resolved[0], self.win_base + '\\file_tests') + self.assertEqual(len(resolved[1]), 2) + resolved = file_utils.resolve_file_paths(self.nix_base + "/file_tests") + self.assertEqual(resolved[0], os.path.normpath(self.nix_base + '/file_tests')) + self.assertEqual(len(resolved[1]), 2) + resolved = file_utils.resolve_file_paths(self.nix_base + "/file_tests/") + self.assertEqual(resolved[0], os.path.normpath(self.nix_base + '/file_tests')) + self.assertEqual(len(resolved[1]), 2) + resolved = file_utils.resolve_file_paths(self.nix_base + "/file_tests/*") + self.assertEqual(resolved[0], os.path.normpath(self.nix_base + '/file_tests')) + self.assertEqual(len(resolved[1]), 2) + resolved = file_utils.resolve_file_paths(self.nix_base + "/file_tests/foo.txt") + self.assertEqual(resolved[0], os.path.normpath(self.nix_base + '/file_tests')) + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.nix_base + "/file_tests/*.txt") + self.assertEqual(resolved[0], os.path.normpath(self.nix_base + '/file_tests')) + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.nix_base + "/file_tests/f*.txt") + self.assertEqual(resolved[0], os.path.normpath(self.nix_base + '/file_tests')) + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.nix_base + "/**/sample_data/test.txt") + self.assertEqual(resolved[0], os.path.normpath(self.nix_base)) + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.nix_base + "/**/sample_data/test*.txt") + self.assertEqual(resolved[0], os.path.normpath(self.nix_base)) + self.assertEqual(len(resolved[1]), 1) + resolved = file_utils.resolve_file_paths(self.nix_base + "/file_tests/**/*.txt") + self.assertEqual(resolved[0], os.path.normpath(self.nix_base + '/file_tests')) + self.assertEqual(len(resolved[1]), 2) + + def test_batch_extensions_generate_container_from_filegroup(self): + self.assertEqual(file_utils.get_container_name("data"), 'fgrp-data') + self.assertEqual(file_utils.get_container_name("Data"), 'fgrp-data') + self.assertEqual(file_utils.get_container_name("data__test--"), + "fgrp-data-test-6640b0b7acfec6867ab146c9cf185206b5f0bdcb") + self.assertEqual(file_utils.get_container_name("data-test-really-long-name-with-no-" + "special-characters-o8724578o2476"), + "fgrp-data-test-reall-cc5bdae242ec8cee81a2b85a35a0f538991472c2") + with self.assertRaises(ValueError): + file_utils.get_container_name("data-#$%") + + def test_batch_extensions_allows_base_sdk(self): + # Objects shared between base and extension sdks + start_task = base_sdk_models.StartTask(command_line="sleep 1") + job_manager_task = base_sdk_models.JobManagerTask( id="jobmanager", command_line="sleep 1") + job_preparation_task = base_sdk_models.JobPreparationTask(command_line="sleep 1", + resource_files=[], + wait_for_success=True, + user_identity=base_sdk_models.UserIdentity()) + job_release_task = base_sdk_models.JobReleaseTask(command_line="jobrelease") + multi_instance_settings = base_sdk_models.MultiInstanceSettings( + coordination_command_line="sleep 1") + output_file = base_sdk_models.OutputFile( + destination="../", + file_pattern="*.txt", + upload_options="") + + # conversion between the two sdks objects + job_prep_task_parameters = utils.construct_setup_task( + job_preparation_task, [], pool_utils.PoolOperatingSystemFlavor.LINUX) + models.JobPreparationTask(**job_prep_task_parameters) + + start_task = models.StartTask(**utils.construct_setup_task( + start_task, [], pool_utils.PoolOperatingSystemFlavor.LINUX)) + + def test_template_parsing_variables(self): + obj = { + "parameters": { + "environmentName": { + "type": "string", + "allowedValues": [ + "test" + ] + }, + "VNetSettings": { + "type": "object", + "defaultValue": { + "name": "VNet1", + "location": "eastus", + "addressPrefixes": [ + { + "name": "firstPrefix", + "addressPrefix": "10.0.0.0/22" + } + ], + "subnets": [ + { + "name": "firstSubnet", + "addressPrefix": "10.0.0.0/24" + }, + { + "name": "secondSubnet", + "addressPrefix": "10.0.1.0/24" + } + ] + } + }, + "env": { + "type": "string", + "allowedValues": [ + "environmentSettings" + ] + } + }, + "variables": { + "environmentSettings": { + "test": { + "instanceSize": "Small" + } + } + + }, + "value1":"[variables('environmentSettings')[parameters('environmentName')].instanceSize]", + "value2":"[variables('environmentSettings').test.instanceSize]", + "value3":"[parameters('VNetSettings').subnets[0].name]" + } + param = {"environmentName": "test", + "env": "environmentSettings"} + out = utils.expand_template(obj, param) + assert out["value1"] == "Small" + assert out["value2"] == "Small" +<<<<<<< Updated upstream + + + def test_batch_template_reject(self): + with open(os.path.join(self.data_dir, 'batch.job.simple.apiversionfail.json'), 'r') as template: + template_obj = json.load(template) + with open(os.path.join(self.data_dir, 'batch.job.parameters.json'), 'r') as parameter: + parameter_obj = json.load(parameter) + job_ops = operations.ExtendedJobOperations(None, None, None, self._serialize, self._deserialize, None) + job_template_json = job_ops.expand_template(template_obj, parameter_obj) + + with open(os.path.join(self.data_dir, 'batch.pool.simple.apiversionfail.json'), 'r') as template: + template_obj = json.load(template) + with open(os.path.join(self.data_dir, 'batch.pool.parameters.json'), 'r') as parameter: + parameter_obj = json.load(parameter) + pool_ops = operations.ExtendedPoolOperations(None, None, None, self._serialize, self._deserialize, None) + pool_template_json = pool_ops.expand_template(template_obj, parameter_obj) + + with self.assertRaises(NotImplementedError): + job_ops.jobparameter_from_json(job_template_json) + + with self.assertRaises(NotImplementedError): + pool_ops.poolparameter_from_json(pool_template_json) +======= + assert out["value3"] == "firstSubnet" +>>>>>>> Stashed changes diff --git a/tests/test_live.py b/tests/test_live.py index bab65af..b67d170 100644 --- a/tests/test_live.py +++ b/tests/test_live.py @@ -8,7 +8,7 @@ import json import datetime -from azext.batch.models import BatchErrorException, AllocationState, ComputeNodeState, TaskState +from azext.batch.models import BatchErrorException, AllocationState, ComputeNodeState, TaskState, VerificationType import azure.batch.batch_auth as batchauth import azext.batch as batch from tests.vcr_test_base import VCRTestBase @@ -281,7 +281,7 @@ def create_basic_spec_alt(self, job_id, pool_id, task_id, text, is_windows): # def create_pool_if_not_exist(self, pool_id, flavor): print('Creating pool: {}'.format(pool_id)) - sku_results = self.batch_client.account.list_node_agent_skus() + sku_results = self.batch_client.account.list_supported_images() publisher = None offer = None @@ -290,47 +290,40 @@ def create_pool_if_not_exist(self, pool_id, flavor): def sku_filter_function(skus): for sku in skus: - result = [x for x in sku.verified_image_references - if x.publisher == publisher and x.offer == offer and x.sku == sku_id] - if len(result) > 0: - return sku.id + if (sku.verification_type == VerificationType.verified and + sku.image_reference.publisher == publisher and + sku.image_reference.offer == offer and + sku.image_reference.sku == sku_id): + return sku.node_agent_sku_id return None - if flavor == 'ubuntu14': - publisher = 'Canonical' - offer = 'UbuntuServer' - sku_id = '14.04.5-LTS' - elif flavor == 'ubuntu16': - publisher = 'Canonical' - offer = 'UbuntuServer' - sku_id = '16.04.0-LTS' + if flavor == 'ubuntu16': + publisher = 'canonical' + offer = 'ubuntuserver' + sku_id = '16.04-lts' elif flavor == 'centos': - publisher = 'OpenLogic' - offer = 'CentOS' + publisher = 'openlogic' + offer = 'centos' sku_id = '7.0' elif flavor == 'debian': - publisher = 'Credativ' - offer = 'Debian' + publisher = 'credativ' + offer = 'debian' sku_id = '8' - elif flavor == 'suse-sles': - publisher = 'SUSE' - offer = 'SLES' - sku_id = '12-SP1' elif flavor == 'windows-2012': - publisher = 'MicrosoftWindowsServer' - offer = 'WindowsServer' - sku_id = '2012-Datacenter' + publisher = 'microsoftwindowsserver' + offer = 'windowsserver' + sku_id = '2012-datacenter' elif flavor == 'windows-2012-r2': - publisher = 'MicrosoftWindowsServer' - offer = 'WindowsServer' - sku_id = '2012-R2-Datacenter' + publisher = 'microsoftwindowsserver' + offer = 'windowsserver' + sku_id = '2012-r2-datacenter' elif flavor == 'windows-2016': - publisher = 'MicrosoftWindowsServer' - offer = 'WindowsServer' - sku_id = '2016-Datacenter' + publisher = 'microsoftwindowsserver' + offer = 'windowsserver' + sku_id = '2016-datacenter' node_agent_sku_id = sku_filter_function(sku_results) - is_windows = True if publisher == 'MicrosoftWindowsServer' else False + is_windows = True if publisher == 'microsoftwindowsserver' else False print('Allocating pool {}, {}, {} with agent {}'. format(publisher, offer, sku_id, node_agent_sku_id)) @@ -404,12 +397,12 @@ def file_upload_helper(self, job_id, pool_id, task_id, pool_flavor, self.batch_client.job.delete(job_id=job_id) def body(self): - # file egress should work on ubuntu 14.04 + # file egress should work on ubuntu 16.04 self.clear_container(self.output_blob_container) - job_id = 'ncj-ubuntu1404' - pool_id = 'ncj-ubuntu1404' + job_id = 'ncj-ubuntu1604' + pool_id = 'ncj-ubuntu1604' task_id = 'myTask' - self.file_upload_helper(job_id, pool_id, task_id, 'ubuntu14', False) + self.file_upload_helper(job_id, pool_id, task_id, 'ubuntu16', False) # should work on Windows 2012 R2 self.clear_container(self.output_blob_container) @@ -418,12 +411,12 @@ def body(self): task_id = 'myTask' self.file_upload_helper(job_id, pool_id, task_id, 'windows-2012-r2', False) - # file egress should work on ubuntu 14.04 + # file egress should work on ubuntu 16.04 self.clear_container('fgrp-output') - job_id = 'ncj-ubuntu1404-1' - pool_id = 'ncj-ubuntu1404' + job_id = 'ncj-ubuntu1604-1' + pool_id = 'ncj-ubuntu1604' task_id = 'myTask' - self.file_upload_helper(job_id, pool_id, task_id, 'ubuntu14', True) + self.file_upload_helper(job_id, pool_id, task_id, 'ubuntu16', True) # should work on Windows 2012 R2 self.clear_container('fgrp-output')